@font-face {
  font-family: Viva Beautiful;
  src: url("../fonts/DancingScript-VariableFont_wght.ttf");
}

@font-face {
  font-family: Verlag Compressed Book;
  src: url("../fonts//Verlag\ Compressed\ Book.otf");
}
body {
  font-family: Verlag Compressed Book !important;
  font-family: Viva Beautiful;
}

.intro {
  height: auto;

  background: url("../../aboutassets/img/newBooez.jpg") no-repeat center
    center/cover;

  max-width: 100%;
  height: 70vh;
  position: relative;
  border-radius: 0 0 10% 10% / 5%;
}

.layer {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title {
  font-family: Verlag Compressed Book !important;
  font-weight: 400;
  font-size: 5.625rem;
  color: #ffffff;
  text-align: center;
  padding: 15% 0% 1% 1%;
}
.line {
  border-top: 2px solid white;
  margin: 0;
}
.caption {
  font-family: Verlag Compressed Book !important;
  font-weight: bolder;
  font-weight: 200;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  padding: 1%;
}
.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.img-hundo {
  width: 100%;
  border-radius: 10px;
}
.images {
  padding: 5%;
}

.row {
  margin-top: 60px;
}
.carousel-caption {
  height: 100px;
}
.carousel-caption h4 {
  color: white;
  width: 100%;
  font-size: 4rem;
  padding-top: 0%;
  line-height: 3rem;
  padding-left: 0px;
  padding-right: 0px;
}

.carousel-caption {
  bottom: 0;
  padding-bottom: 0px;
  top: 27%;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.img-wrapper {
  display: inline-block;
}

.added {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 7%;
}
.added img {
  width: 100%;
  display: block;
  transition: all 100ms ease-out;
  height: auto;
}
.added img:hover {
  transform: scale(1.04);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  z-index: 1234;
}
@media (max-width: 600px) and (min-width: 375px) {
  .title {
    font-family: Verlag Compressed Book !important;
    font-weight: 400;
    font-size: 5.625rem;
    color: #ffffff;
    text-align: center;
    padding: 30% 0% 1% 1%;
  }
  .carousel-caption {
    top: 5%;
  }
  .carousel-caption h4 {
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  .title {
    font-family: Verlag Compressed Book !important;
    font-weight: 400;
    font-size: 5.625rem;
    color: #ffffff;
    text-align: center;
    padding: 34% 0% 1% 1%;
  }
  .intro {
    height: 82vh;
  }
  .carousel-caption h4 {
    font-size: 3rem;
  }
  .carousel-caption {
    top: 5%;
  }
}
