.flipbook-wrapper {
max-width: 900px;
margin: 20px auto;
box-shadow: 10px 7px 10px 3px rgba(0, 0, 0,0.1);
border: 8px solid #fbfbfb;
border-radius: 12px;
}

.flipbook-text a{
display: block;
width: 180px;
padding: 10px;
margin: 25px auto;
background-color: #00a4e4;
color: #fff;
text-decoration: none;
border-radius: 8px;
transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
}

.flipbook-text a:hover{
background-color: #cecece;
color: #00a4e4;
}


.flex-row {
display: flex;
flex-flow: row wrap;
gap: 35px;
margin: auto;
padding-block: 30px;
}

.flex-col-2 {
flex: 1 385px;
text-align: center;
}

.portfolio-wrapper {
  max-width: 92%;
  width: 100%;
  margin-inline: auto;
  }
  
  .gallery-wrapper {
  max-width: 92%;
  width: 100%;
  margin-inline: auto;
  
  }
  
  
  .box-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    position: relative;
justify-content: center;
  }
  .box-gallery h3 {
    position: absolute;
    top: -55px;
  }
  .box-gallery .box-gallery-item {
    position: relative;
    height: 250px;
    margin: 0.5%;
    overflow: hidden;
    flex: 0 1 23em;
    transition: all 0.2s ease-in-out;
  
    border-radius: 5px;
  }
  .box-gallery .box-gallery-item i {
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin: 0 0 -28px -28px;
    font-size: 2em !important;
    border-radius: 50%;
    padding: 10px;
    background: var(--accent-color);
    color: #fff;
    opacity: 0;
    transition: all 0.25s;
  }
  .box-gallery .box-gallery-item:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
  }
  .box-gallery .box-gallery-item:hover i {
    bottom: 50%;
    opacity: 1;
  }
  .box-gallery .box-gallery-item:hover figure {
    opacity: 0.6;
  }
  .box-gallery .box-gallery-item figure {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background-size: cover;
  }
  .box-gallery .box-gallery-item figure:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
  }/*# sourceMappingURL=Untitled-1.css.map */