* {
  padding: 0px;
  margin: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#firstnav {
  width: 1520px;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(228, 247, 243));
  border-bottom: 2px solid rgb(95, 161, 150);
  z-index: 10;
}
#firstnav h1 {
  font-family: "BPG Mikheil Stefane", sans-serif;
  font-size: 60px;
  vertical-align: top;
  margin-left: 80px;
  margin-top: 10px;
  opacity: 100%;
  font-weight: 900;
  color: rgb(58, 58, 58);
}
#firstnav h1:hover {
  font-size: 75px;
  transition-duration: 2s;
  color: rgb(0, 72, 48);
}
#firstnav #atag {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-right: 40px;
  margin-top: 30px;
  vertical-align: top;
}
#firstnav #atag a {
  text-decoration: none;
  font-family: "BPG Mikheil Stefane", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: rgb(77, 77, 77);
}
#firstnav #atag a:hover {
  color: rgb(32, 157, 115);
}
#firstnav #atag #active {
  color: rgb(0, 141, 106);
}
#firstnav #search {
  display: flex;
  flex-direction: row;
}
#firstnav #search #lupa {
  width: 40px;
  height: 40px;
  background-color: rgb(61, 163, 150);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
}
#firstnav #search #lupa i {
  font-size: 24px;
  color: rgb(0, 58, 51);
  position: absolute;
}
#firstnav #search #lupa:hover {
  background-color: rgb(75, 195, 155);
}
#firstnav #search input {
  height: 40px;
  width: 300px;
  border-radius: 10px;
  border-color: rgb(190, 197, 195);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  vertical-align: top;
  margin-top: 20px;
}
#firstnav #bars {
  display: none;
}

header {
  position: relative;
  width: 1520px;
  height: 600px;
  z-index: -1;
}
header img {
  width: 1520px;
  height: 600px;
  object-fit: cover;
}

#secondnav {
  position: sticky;
  top: 90px;
  z-index: 10;
}
#secondnav #twonav {
  display: flex;
  flex-direction: row;
  width: 1520px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 200px;
  background-color: rgb(248, 248, 248);
}
#secondnav #twonav a {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 700;
  color: rgb(77, 77, 77);
  font-size: 18px;
  text-decoration: none;
}
#secondnav #twonav a:hover {
  color: rgb(40, 142, 115);
  font-size: 20px;
  transition-duration: 0.1s;
}

article {
  margin-top: 100px;
  margin-left: 150px;
  display: flex;
  flex-direction: column;
}
article #abzaci {
  display: flex;
  flex-direction: row;
}
article #abzaci #text {
  width: 750px;
}
article #abzaci #text h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
}
article #abzaci #text p {
  font-family: "BPG Algeti", sans-serif;
  font-weight: 700;
  margin-top: 40px;
  font-size: 18px;
  color: rgb(116, 116, 116);
}
article #info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 100px;
  width: 400px;
  height: 300px;
  background-image: linear-gradient(to bottom right, rgb(233, 230, 252), rgb(255, 243, 226));
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  scroll-padding-top: 40px;
}
article #info div {
  display: flex;
  flex-direction: row;
  width: 300px;
  border-bottom: 2px solid rgb(162, 162, 162);
}
article #info div p {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(130, 130, 130);
}
article #info div i {
  font-size: 30px;
  color: rgb(18, 155, 126);
}
article #info div .number {
  font-size: 16px;
  font-weight: 700;
  color: rgb(73, 73, 73);
}
article #abzaciori {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
article #abzaciori #textori {
  width: 750px;
}
article #abzaciori #textori h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
}
article #abzaciori #textori p {
  font-family: "BPG Algeti", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(116, 116, 116);
}
article #abzaciori #imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article #abzaciori #imgs img {
  width: 400px;
  height: 200px;
  object-fit: cover;
  margin-left: 100px;
  border-radius: 30px;
}
article #abzaciori #imgs img:hover {
  height: 300px;
  transition-duration: 2s;
}
article #abzacisami {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
article #abzacisami #textsami {
  width: 750px;
}
article #abzacisami #textsami h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
}
article #abzacisami #textsami p {
  font-family: "BPG Algeti", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(116, 116, 116);
}
article #abzacisami #imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article #abzacisami #imgs img {
  width: 400px;
  height: 200px;
  object-fit: cover;
  margin-left: 100px;
  border-radius: 30px;
}
article #abzacisami #imgs img:hover {
  height: 300px;
  transition-duration: 2s;
}
article #abzaciotxi {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
}
article #abzaciotxi #textotxi {
  width: 750px;
}
article #abzaciotxi #textotxi h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
}
article #abzaciotxi #textotxi p {
  font-family: "BPG Algeti", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(116, 116, 116);
}
article #abzaciotxi #imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article #abzaciotxi #imgs img {
  width: 400px;
  height: 200px;
  object-fit: cover;
  margin-left: 100px;
  border-radius: 30px;
}
article #abzaciotxi #imgs img:hover {
  height: 300px;
  transition-duration: 2s;
}

#mun {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  gap: 40px;
}
#mun h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
  margin-left: 100px;
}
#mun #erti {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 20px;
  justify-content: center;
}
#mun .bro {
  width: 300px;
  height: 200px;
  background-color: white;
  box-shadow: 5px 5px 10px 2px #8b8b8b;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  display: flex;
}
#mun .bro:hover {
  box-shadow: 10px 10px 15px 4px #757575;
  transition-duration: 0.2s;
}
#mun .bro .foto {
  position: absolute;
  width: 300px;
  height: 130px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#mun .bro .gerbi {
  width: 80px;
  height: 100px;
  z-index: 2;
  margin-left: 110px;
  margin-top: 40px;
  border-radius: 5px;
}
#mun .bro .gerbi:hover {
  scale: 1.2;
  transition-duration: 0.5s;
}
#mun .bro p {
  font-family: "BPG Algeti", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  font-size: 22px;
  color: rgb(0, 153, 120);
  margin: auto;
}
#mun .bro p:hover {
  font-size: 26px;
  transition-duration: 0.5s;
}
#mun #ori {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
}

#ruka {
  width: 1520px;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
#ruka h1 {
  margin-left: 100px;
  margin-bottom: 30px;
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
}
#ruka iframe {
  width: 1520px;
  height: 600px;
}

#ravnaxot {
  display: flex;
  flex-direction: column;
  width: 1520px;
  margin-top: 80px;
}
#ravnaxot h1 {
  font-family: "ALK Sanet", sans-serif;
  font-weight: 600;
  color: rgb(75, 75, 75);
  margin-left: 100px;
}
#ravnaxot #cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  gap: 40px;
}
#ravnaxot #one {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}
#ravnaxot .card {
  width: 300px;
  height: 350px;
  background-color: white;
  box-shadow: 5px 5px 10px 2px #8b8b8b;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  display: flex;
}
#ravnaxot .card:hover {
  box-shadow: 10px 10px 15px 4px #757575;
  transition-duration: 0.2s;
}
#ravnaxot img {
  position: absolute;
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ravnaxot h2 {
  font-family: "ALK Sanet", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: rgb(47, 47, 47);
  position: absolute;
  margin-top: 220px;
  margin-left: 20px;
}
#ravnaxot h2:hover {
  color: rgb(0, 113, 79);
}
#ravnaxot p {
  font-family: "ALK Sanet", sans-serif;
  color: rgb(47, 47, 47);
  position: absolute;
  margin-left: 20px;
  margin-top: 280px;
  font-size: 15px;
  font-weight: 800;
}
#ravnaxot p:hover {
  color: rgb(0, 130, 91);
}
#ravnaxot h3 {
  font-family: "ALK Sanet", sans-serif;
  color: rgb(47, 47, 47);
  position: absolute;
  margin-left: 20px;
  font-weight: 800;
  margin-top: 310px;
  font-size: 14px;
}
#ravnaxot h3:hover {
  color: rgb(0, 141, 112);
}
#ravnaxot .two {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
}

footer {
  width: 1520px;
  height: 300px;
  margin-top: 150px;
  background-color: rgb(67, 155, 137);
  display: flex;
  flex-direction: row;
}
footer #erti {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-left: 150px;
}
footer #erti a {
  text-decoration: none;
  color: white;
  font-family: "ALK Sanet", sans-serif;
  font-size: 20px;
  width: 200px;
}
footer #ori {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-left: 150px;
}
footer #ori a {
  text-decoration: none;
  color: white;
  font-family: "ALK Sanet", sans-serif;
  font-size: 20px;
}
footer img {
  width: 100px;
  height: 100px;
  margin-left: 600px;
  margin-top: 40px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 400px) {
  #firstnav {
    width: 400px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: none;
    position: sticky;
    top: 0;
    background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(228, 247, 243));
    border-bottom: 2px solid rgb(95, 161, 150);
    z-index: 10;
    overflow: hidden;
    box-sizing: border-box;
  }
  #firstnav h1 {
    font-size: 40px;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 10px;
  }
  #firstnav h1:hover {
    font-size: 40px;
    transition-duration: 0s;
    color: rgb(0, 72, 48);
  }
  #firstnav #atag {
    display: none;
  }
  #firstnav #atag a {
    display: none;
  }
  #firstnav #search {
    display: flex;
    flex-direction: row;
  }
  #firstnav #search #lupa {
    display: none;
  }
  #firstnav #search #bars {
    display: unset;
    font-size: 24px;
    color: rgb(0, 58, 51);
    position: absolute;
    margin-left: 180px;
    margin-top: 20px;
  }
  #firstnav #search input {
    height: 35px;
    width: 150px;
    border-radius: 10px;
    border-color: rgb(190, 197, 195);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 450px;
  }
  header {
    position: relative;
    width: 400px;
    height: 200px;
    z-index: -1;
  }
  header img {
    width: 400px;
    height: 200px;
    object-fit: cover;
  }
  #secondnav {
    position: sticky;
    top: 70px;
    z-index: 10;
    width: 400px;
  }
  #secondnav #twonav {
    display: flex;
    flex-direction: row;
    width: 400px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: rgb(248, 248, 248);
  }
  #secondnav #twonav a {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 700;
    color: rgb(77, 77, 77);
    font-size: 14px;
    text-decoration: none;
  }
  #secondnav #twonav a:hover {
    color: rgb(40, 142, 115);
    font-size: 14px;
    transition-duration: 0.1s;
  }
  article {
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }
  article #abzaci {
    display: flex;
    flex-direction: column;
  }
  article #abzaci #text {
    width: 340px;
  }
  article #abzaci #text h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaci #text p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 10px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0px;
    width: 300px;
    height: 180px;
    background-image: linear-gradient(to bottom right, rgb(233, 230, 252), rgb(255, 243, 226));
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    scroll-padding-top: 40px;
  }
  article #info div {
    display: flex;
    flex-direction: row;
    width: 250px;
    border-bottom: 2px solid rgb(162, 162, 162);
  }
  article #info div p {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(130, 130, 130);
  }
  article #info div i {
    font-size: 20px;
    color: rgb(18, 155, 126);
  }
  article #info div .number {
    font-size: 12px;
    font-weight: 700;
    color: rgb(73, 73, 73);
  }
  article #abzaciori {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzaciori #textori {
    width: 350px;
  }
  article #abzaciori #textori h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaciori #textori p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #abzaciori #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzaciori #imgs img {
    width: 110px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzaciori #imgs img:hover {
    height: 200px;
    transition-duration: 2s;
  }
  article #abzacisami {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzacisami #textsami {
    width: 340px;
  }
  article #abzacisami #textsami h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzacisami #textsami p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #abzacisami #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzacisami #imgs #meotxefoto {
    display: none;
  }
  article #abzacisami #imgs img {
    width: 110px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzacisami #imgs img:hover {
    height: 150px;
    transition-duration: 2s;
  }
  article #abzaciotxi {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzaciotxi #textotxi {
    width: 340px;
  }
  article #abzaciotxi #textotxi h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaciotxi #textotxi p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
    color: rgb(116, 116, 116);
    font-size: 12px;
  }
  article #abzaciotxi #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzaciotxi #imgs img {
    width: 110px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzaciotxi #imgs img:hover {
    height: 150px;
    transition-duration: 2s;
  }
  #mun {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
    width: 400px;
  }
  #mun h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    margin-left: 40px;
    font-size: 20px;
    height: 20px;
  }
  #mun #mtliani {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 400px;
    justify-content: center;
  }
  #mun #mtliani #erti {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    width: 150px;
  }
  #mun #mtliani .bro {
    width: 170px;
    height: 100px;
    background-color: white;
    box-shadow: 5px 5px 10px 2px #8b8b8b;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
  }
  #mun #mtliani .bro:hover {
    box-shadow: 10px 10px 15px 4px #757575;
    transition-duration: 0.2s;
  }
  #mun #mtliani .bro .foto {
    position: absolute;
    width: 170px;
    height: 50px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #mun #mtliani .bro .gerbi {
    width: 30px;
    height: 35px;
    z-index: 2;
    margin-left: 69px;
    margin-top: 30px;
    border-radius: 5px;
    position: absolute;
  }
  #mun #mtliani .bro .gerbi:hover {
    scale: none;
    transition-duration: 0s;
  }
  #mun #mtliani .bro p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 70px;
    font-size: 12px;
    color: rgb(0, 153, 120);
    margin: none;
    z-index: 8;
  }
  #mun #mtliani .bro p:hover {
    font-size: 12px;
    transition-duration: 0.5s;
  }
  #mun #mtliani #ori {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    justify-content: none;
    width: 170px;
  }
  #ruka {
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  #ruka h1 {
    margin-left: 40px;
    margin-bottom: 20px;
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 20px;
  }
  #ruka iframe {
    width: 400px;
    height: 250px;
  }
  #ravnaxot {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-top: 60px;
  }
  #ravnaxot h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    margin-left: 40px;
    font-size: 20px;
  }
  #ravnaxot #cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    gap: 40px;
    margin-left: 40px;
  }
  #ravnaxot #one {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: none;
    width: 200px;
  }
  #ravnaxot .card {
    width: 300px;
    height: 200px;
    background-color: white;
    box-shadow: 5px 5px 10px 2px #8b8b8b;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    display: flex;
  }
  #ravnaxot .card:hover {
    box-shadow: 10px 10px 15px 4px #757575;
    transition-duration: 0.2s;
  }
  #ravnaxot img {
    position: absolute;
    width: 300px;
    height: 100px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #ravnaxot h2 {
    font-family: "ALK Sanet", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-top: 110px;
    margin-left: 10px;
    width: 300px;
  }
  #ravnaxot h2:hover {
    color: rgb(0, 113, 79);
  }
  #ravnaxot p {
    font-family: "ALK Sanet", sans-serif;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-left: 9px;
    margin-top: 150px;
    font-size: 12px;
    font-weight: 800;
  }
  #ravnaxot p:hover {
    color: rgb(0, 130, 91);
  }
  #ravnaxot h3 {
    font-family: "ALK Sanet", sans-serif;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-left: 10px;
    font-weight: 800;
    margin-top: 180px;
    font-size: 10px;
  }
  #ravnaxot h3:hover {
    color: rgb(0, 141, 112);
  }
  #ravnaxot .two {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: none;
  }
  footer {
    width: 400px;
    height: 650px;
    margin-top: 150px;
    background-color: rgb(67, 155, 137);
    display: flex;
    flex-direction: column;
  }
  footer #erti {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    margin-left: 50px;
  }
  footer #erti a {
    text-decoration: none;
    color: white;
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
    width: 200px;
  }
  footer #ori {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    margin-left: 50px;
  }
  footer #ori a {
    text-decoration: none;
    color: white;
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
  }
  footer img {
    width: 100px;
    height: 100px;
    margin-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 800px) {
  #firstnav {
    width: 800px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: none;
    position: sticky;
    top: 0;
    background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(228, 247, 243));
    border-bottom: 2px solid rgb(95, 161, 150);
    z-index: 10;
    overflow: hidden;
    box-sizing: border-box;
  }
  #firstnav h1 {
    font-size: 40px;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 10px;
  }
  #firstnav h1:hover {
    font-size: 40px;
    transition-duration: 0s;
    color: rgb(0, 72, 48);
  }
  #firstnav #atag {
    display: unset;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-right: 40px;
    margin-top: 30px;
    vertical-align: top;
  }
  #firstnav #atag a {
    display: unset;
    text-decoration: none;
    font-family: "BPG Mikheil Stefane", sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: rgb(77, 77, 77);
  }
  #firstnav #search {
    display: flex;
    flex-direction: row;
    width: 200px;
  }
  #firstnav #search #lupa {
    display: none;
  }
  #firstnav #search #bars {
    display: none;
    font-size: 24px;
    color: rgb(0, 58, 51);
    position: absolute;
    margin-left: 10px;
    margin-top: 0px;
  }
  #firstnav #search input {
    height: 35px;
    width: 150px;
    border-radius: 10px;
    border-color: rgb(190, 197, 195);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 450px;
  }
  header {
    position: relative;
    width: 800px;
    height: 200px;
    z-index: -1;
  }
  header img {
    width: 800px;
    height: 200px;
    object-fit: cover;
  }
  #secondnav {
    position: sticky;
    top: 70px;
    z-index: 10;
    width: 800px;
  }
  #secondnav #twonav {
    display: flex;
    flex-direction: row;
    width: 800px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: rgb(248, 248, 248);
  }
  #secondnav #twonav a {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 700;
    color: rgb(77, 77, 77);
    font-size: 14px;
    text-decoration: none;
  }
  #secondnav #twonav a:hover {
    color: rgb(40, 142, 115);
    font-size: 14px;
    transition-duration: 0.1s;
  }
  article {
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
  }
  article #abzaci {
    display: flex;
    flex-direction: row;
  }
  article #abzaci #text {
    width: 340px;
  }
  article #abzaci #text h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaci #text p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 10px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 40px;
    width: 300px;
    height: 180px;
    background-image: linear-gradient(to bottom right, rgb(233, 230, 252), rgb(255, 243, 226));
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    scroll-padding-top: 40px;
  }
  article #info div {
    display: flex;
    flex-direction: row;
    width: 250px;
    border-bottom: 2px solid rgb(162, 162, 162);
  }
  article #info div p {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(130, 130, 130);
  }
  article #info div i {
    font-size: 20px;
    color: rgb(18, 155, 126);
  }
  article #info div .number {
    font-size: 12px;
    font-weight: 700;
    color: rgb(73, 73, 73);
  }
  article #abzaciori {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzaciori #textori {
    width: 750px;
  }
  article #abzaciori #textori h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaciori #textori p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #abzaciori #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzaciori #imgs img {
    width: 200px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzaciori #imgs img:hover {
    height: 200px;
    transition-duration: 2s;
  }
  article #abzacisami {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzacisami #textsami {
    width: 740px;
  }
  article #abzacisami #textsami h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzacisami #textsami p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 12px;
    color: rgb(116, 116, 116);
  }
  article #abzacisami #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzacisami #imgs #meotxefoto {
    display: none;
  }
  article #abzacisami #imgs img {
    width: 200px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzacisami #imgs img:hover {
    height: 150px;
    transition-duration: 2s;
  }
  article #abzaciotxi {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  article #abzaciotxi #textotxi {
    width: 740px;
  }
  article #abzaciotxi #textotxi h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 18px;
  }
  article #abzaciotxi #textotxi p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
    color: rgb(116, 116, 116);
    font-size: 12px;
  }
  article #abzaciotxi #imgs {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  article #abzaciotxi #imgs img {
    width: 200px;
    height: 100px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 30px;
  }
  article #abzaciotxi #imgs img:hover {
    height: 150px;
    transition-duration: 2s;
  }
  #mun {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
    width: 800px;
  }
  #mun h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    margin-left: 40px;
    font-size: 20px;
    height: 20px;
  }
  #mun #mtliani {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 800px;
    justify-content: center;
  }
  #mun #mtliani #erti {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    width: 800px;
  }
  #mun #mtliani .bro {
    width: 170px;
    height: 100px;
    background-color: white;
    box-shadow: 5px 5px 10px 2px #8b8b8b;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
  }
  #mun #mtliani .bro:hover {
    box-shadow: 10px 10px 15px 4px #757575;
    transition-duration: 0.2s;
  }
  #mun #mtliani .bro .foto {
    position: absolute;
    width: 170px;
    height: 50px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #mun #mtliani .bro .gerbi {
    width: 30px;
    height: 35px;
    z-index: 2;
    margin-left: 69px;
    margin-top: 30px;
    border-radius: 5px;
    position: absolute;
  }
  #mun #mtliani .bro .gerbi:hover {
    scale: none;
    transition-duration: 0s;
  }
  #mun #mtliani .bro p {
    font-family: "BPG Algeti", sans-serif;
    font-weight: 700;
    margin-top: 70px;
    font-size: 12px;
    color: rgb(0, 153, 120);
    margin: none;
    z-index: 8;
  }
  #mun #mtliani .bro p:hover {
    font-size: 12px;
    transition-duration: 0.5s;
  }
  #mun #mtliani #ori {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    justify-content: none;
    width: 800px;
  }
  #ruka {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  #ruka h1 {
    margin-left: 40px;
    margin-bottom: 20px;
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    font-size: 20px;
  }
  #ruka iframe {
    width: 800px;
    height: 250px;
  }
  #ravnaxot {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin-top: 60px;
  }
  #ravnaxot h1 {
    font-family: "ALK Sanet", sans-serif;
    font-weight: 600;
    color: rgb(75, 75, 75);
    margin-left: 40px;
    font-size: 20px;
  }
  #ravnaxot #cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    gap: 40px;
    margin-left: 0px;
    width: 800px;
  }
  #ravnaxot #one {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: none;
    width: 800px;
  }
  #ravnaxot .card {
    width: 170px;
    height: 200px;
    background-color: white;
    box-shadow: 5px 5px 10px 2px #8b8b8b;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
  }
  #ravnaxot .card:hover {
    box-shadow: 10px 10px 15px 4px #757575;
    transition-duration: 0.2s;
  }
  #ravnaxot img {
    position: absolute;
    width: 170px;
    height: 100px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #ravnaxot h2 {
    font-family: "ALK Sanet", sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-top: 110px;
    margin-left: 10px;
    width: 150px;
  }
  #ravnaxot h2:hover {
    color: rgb(0, 113, 79);
  }
  #ravnaxot p {
    font-family: "ALK Sanet", sans-serif;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-left: 9px;
    margin-top: 150px;
    font-size: 10px;
    font-weight: 800;
  }
  #ravnaxot p:hover {
    color: rgb(0, 130, 91);
  }
  #ravnaxot h3 {
    font-family: "ALK Sanet", sans-serif;
    color: rgb(47, 47, 47);
    position: absolute;
    margin-left: 10px;
    font-weight: 800;
    margin-top: 180px;
    font-size: 9px;
  }
  #ravnaxot h3:hover {
    color: rgb(0, 141, 112);
  }
  #ravnaxot .two {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: none;
  }
  footer {
    width: 800px;
    height: 300px;
    margin-top: 150px;
    background-color: rgb(67, 155, 137);
    display: flex;
    flex-direction: row;
  }
  footer #erti {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    margin-left: 50px;
  }
  footer #erti a {
    text-decoration: none;
    color: white;
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
    width: 200px;
  }
  footer #ori {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    margin-left: 50px;
  }
  footer #ori a {
    text-decoration: none;
    color: white;
    font-family: "ALK Sanet", sans-serif;
    font-size: 18px;
  }
  footer img {
    width: 100px;
    height: 100px;
    margin-left: 80px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */