#insta_logo {
  height: 50px;

  border-radius: 50%;
}
.sfafe_wraper.sfafe-common {
  --arrow-size:30px;
  padding: 10px;
}
.sfafe_wraper.sfafe-common .sfafe_parent {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sfafe_wraper.sfafe-common .sfafe_child {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Several different images */

.sfafe_wraper.sfafe-common .sfafe_parent:hover .sfafe_child span.sfafe-overlay,
.sfafe_wraper.sfafe-common .sfafe_parent:focus .sfafe_child span.sfafe-overlay {
  height: 100%;
  width: 100%;
  background-color: rgb(19, 13, 26, 0.7);
}

.sfafe_wraper.sfafe-common .sfafe_parent:hover .sfafe_child:before,
.sfafe_wraper.sfafe-common .sfafe_parent:focus .sfafe_child:before {
  display: block;
}
.sfafe_wraper.sfafe-common .sfafe_parent:hover h1,
.sfafe_wraper.sfafe-common .sfafe_parent:focus h1,
.sfafe_wraper.sfafe-common .sfafe_parent:hover span,
.sfafe_wraper.sfafe-common .sfafe_parent:focus span {
  display: block;
}

.sfafe_wraper.sfafe-common .sfafe_child:before {
  content: "";
  display: none;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}
.sfafe_wraper.sfafe-common .sfafe_child span.sfafe-caption {
  bottom: 70%;
}
.sfafe_wraper.sfafe-common .sfafe_gallery-item center.sfafe-link a {
  background: #ccc;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 2px;
}
.sfafe_wraper.sfafe-common .sfafe_child span {
  display: none;
  font-size: 12px;
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;

  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  /*text-decoration: none;*/
}
.sfafe_wraper.sfafe-common .sfafe_child span.sfafe-like-comment {
  bottom: 40%;
  left: -13%;
}

.sfafe_wraper.sfafe-common
  .sfafe_child
  span.sfafe-like-comment
  span.sfafe-comment-count {
  font-size: 20px;
  left: 30%;
}
.sfafe_wraper.sfafe-common
  .sfafe_child
  span.sfafe-like-comment
  span.sfafe-likes-count {
  font-size: 20px;
  left: -5%;
}
.sfafe_wraper.sfafe-common .sfafe_gallery {
  display: grid;
  max-width: 100%;
  margin: 0;
  grid-gap: 1rem;

  justify-items: center;
}

.sfafe_wraper.sfafe-common .sfafe_gallery-item {
  max-width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}

.sfafe_wraper.sfafe-common #sfafe_caption {
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}
.sfafe_wraper.sfafe-common #insta_logo {
  height: 50px;

  border-radius: 50%;
}
.sfafe_wraper.sfafe-common .sfafe_gallery center.sfafe-link {
  margin: 5px 5px 1px 5px;
}
.sfafe_wraper.sfafe-common .sfafe_gallery {
  display: grid;
  max-width: 100%;
  margin: 0;
  grid-gap: 1rem;
  justify-items: center;
}

.sfafe_wraper.sfafe-common span.sfafe-biography {
  display: block;
  margin-left: 52px;
  margin-top: -8px;
}
.sfafe_wraper.sfafe-common .sfafe-head-wrap {
  margin-top: -41px;
}

@media screen and (max-width: 768px) {
  .sfafe_wraper.sfafe-common #sfafe_gallery {
    display: grid;
    grid-template-columns: repeat(3, auto [col-start]);
    max-width: 100%;
    margin: 0 auto;
    grid-gap: 1rem;
    
  }
}

@media screen and (max-width: 500px) {
  .sfafe_wraper.sfafe-common #sfafe_gallery {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-gap: 1rem;
    grid-template-columns: auto;
  }
}

/*swiper css*/

.sfafe_wraper.sfafe-common.carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sfafe_wraper.sfafe-common.carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sfafe_wraper.sfafe-common.carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sfafe_wraper.sfafe-common.carousel
  .sfafe-pagination.swiper-pagination.swiper-pagination-fraction {
  bottom: 0 !important;
}
.sfafe-prev-btn.swiper-button-prev,.sfafe-next-btn.swiper-button-next {
    background-image: unset;
    font-size: var(--arrow-size);
    color:#ffffff;
  
    width: var(--arrow-size);
    height: var(--arrow-size);
}
.sfafe-prev-btn.swiper-button-prev i,.sfafe-next-btn.swiper-button-next i {
    
  position:absolute;
}

/* .sfafe_wraper.sfafe-common.carousel .sfafe-prev-btn.swiper-button-prev {
  left: -20px;
}
.sfafe_wraper.sfafe-common.carousel .sfafe-next-btn.swiper-button-next {
  right: -18px;
} */
.sfafe-error-message{
display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}