@import '../nav/nav.css';
@import '../footer/footer.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-container {
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.footer-container .footer-text {
  color: white !important;
}
.footer-container .footer-text h1 {
  color: white !important;
}

.galeria {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.galeria img {
  height: 520px !important;
  width: 1500px;
  object-fit: contain;
  margin: auto;
}

.galeria div {
  margin: 0px !important;
}

@media only screen and (max-width: 480px) {
  .galeria {
    width: 100%;
  }
  .galeria img {
    padding: 5px;
    width: 80%;
  }

  .galeria {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1200px) {
  .galeria {
    width: 100%;
  }
  .galeria img {
    padding: 5px;
    width: 90%;
  }

  .slick-slide {
    box-sizing: border-box;
  }
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10vh;
  background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.container span {
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Raleway;
  font-size: 3rem;
  padding-bottom: 30px;
}
.container div {
  margin-bottom: 40px;
}

.dijazottak {
  display: grid;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  grid-template-rows: repeat(2, 50%);
  grid-template-columns: repeat(3, 33%);
  grid-template-areas: "a b c" "d e f";
  margin-top: 80px;
}
.dijazottak section {
  margin: 15px;
  text-align: center;
}
.dijazottak section img {
  object-fit: cover;
}
.dijazottak h1 {
  font-family: Raleway;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
  color: white;
}
.dijazottak h3 {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  font-family: Raleway;
}
.dijazottak #a {
  grid-area: a;
}
.dijazottak #b {
  grid-area: b;
}
.dijazottak #c {
  grid-area: c;
}
.dijazottak #d {
  grid-area: d;
}
.dijazottak #e {
  grid-area: e;
}
.dijazottak #f {
  grid-area: f;
}

.text {
  margin-top: 60px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  flex-direction: column;
}
.text p {
  color: white;
  font-family: Raleway;
  font-size: 13px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin-left: 6%;
  margin-right: 6%;
}
.text #bold {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .container .dijazottak {
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(1, 100%);
    grid-template-areas: "a" "b" "c" "d" "e" "f";
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .container .dijazottak {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "a b" "c d" "e f";
  }
}

/*# sourceMappingURL=dijazottak.css.map */
