/* .card-flipper .backside .card, .card-flipper .frontside .card {
    min-height: 500px;
    background-color: #fd7e14;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #46601d;
  } */


  /* .ce-link-content:hover {
    box-shadow: 0 8px 8px rgba(0,0,0,0.25),0 8px 8px rgba(0,0,0,0.22);
  } */

  /* .img-hover-zoom img {
    transition: transform .5s ease !important;
  }
  .img-hover-zoom:hover img {
    transform: scale(1.1);
  } */

  /* #main-navbar {
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  } */
/*
  .back-to-top {
    bottom: 0px;
    right: auto;
    text-decoration: none;
    color: var(--bs-primary);
    opacity: .7;
    padding: 0;
    z-index: 1030;
    left: 50%;
    transform: translatex(-50%);
    font-size: 1.75rem;
    margin-left: -25px;
    width: 50px;
    background-color: var(--bs-secondary);
    text-align: center;
    transition: all .3s;
  }
  .back-to-top:hover {
    opacity: 1;
    background-color:var(--bs-secondary);
    color: var(--bs-primary);
    transition: all .3s;
  } */

/* Swiper */
/* .ce-swiper_container{
  z-index: 0 !important;

}
@media (min-width: 992px) {
  .overview .swiper-slide:nth-child(even) {
    padding-top: 5rem;
  }
  .overview .swiper-slide:nth-child(odd) .card-body {
    height: calc(100% - 5rem);
  }
} */

/* Content Elements */
/* .ce-link-content:hover {
  box-shadow: none;
} */

/* .ce-link-content {
  text-decoration: none !important;
  box-shadow: none;
  transition: none;
  padding: 0;
  position: relative;
} */

.frame-ruler-after::after {
    margin-top: 0;
}