@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@100&display=swap");
* {
  margin: 0;
}

.nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 2em 2em 3em;
}

.nav1 .text1 {
  font-family: 'Great Vibes', cursive;
  font-size: 25px;
}

.nav1 .text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.nav1 .text2 input {
  border: 1px solid black;
  border-radius: 10px;
}

.nav1 .text2 input:hover {
  border: 1px solid #258f8f;
}

.nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1em;
}

.nav2 a {
  text-decoration: none;
  color: black;
}

.nav2 a:hover {
  color: #258f8f;
}

.pic1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic1.jpg");
}

.pic1 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic1 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic2.jpg");
}

.pic2 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic2 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic3.jpg");
}

.pic3 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic3 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic4.jpg");
}

.pic4 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic4 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic5 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic5.jpg");
}

.pic5 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic5 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic6.jpg");
}

.pic6 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic6 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic7 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic7.jpg");
}

.pic7 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic7 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic8 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic8.jpg");
}

.pic8 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic8 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.pic9 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("./images/pic9.jpg");
}

.pic9 .continar {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 4vh;
  background-color: black;
  opacity: 0.7;
}

.pic9 .continar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em;
  color: white;
  font-size: x-small;
}

.list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3%;
  margin-bottom: 5%;
  -ms-grid-columns: (30vh)[3];
      grid-template-columns: repeat(3, 30vh);
  -ms-grid-rows: (10vw)[3];
      grid-template-rows: repeat(3, 10vw);
  row-gap: 20px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10%;
  height: 15vh;
  width: 100vw;
  background-color: black;
}

.footer1 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}

.footer1 a {
  text-decoration: none;
  color: white;
}

.footer1 a:hover {
  color: #258f8f;
}

.footer1 p {
  color: white;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.icons i {
  color: white;
}

.last-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.last-text h3 {
  color: white;
}

@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3%;
    margin-bottom: 5%;
    -ms-grid-columns: (35vh)[3];
        grid-template-columns: repeat(3, 35vh);
    -ms-grid-rows: (30vw)[4];
        grid-template-rows: repeat(4, 30vw);
    row-gap: 30px;
    padding: 5px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  .list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3%;
    margin-bottom: 5%;
    -ms-grid-columns: (25vh)[2];
        grid-template-columns: repeat(2, 25vh);
    -ms-grid-rows: (25vw)[5];
        grid-template-rows: repeat(5, 25vw);
    row-gap: 30px;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  .list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3%;
    margin-bottom: 5%;
    -ms-grid-columns: (45vh)[1];
        grid-template-columns: repeat(1, 45vh);
    -ms-grid-rows: (50vw)[9];
        grid-template-rows: repeat(9, 50vw);
    row-gap: 30px;
    padding: 5px;
  }
}
/*# sourceMappingURL=style.css.map */