/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.custom-image-slider {
  position: relative;
  width: 75%;
  max-width: 500px;
  overflow: hidden;
  height: 0;
  margin: auto;
  padding-bottom: 75%;
  /* Adjust this value according to your image aspect ratio */
}
.slider-before, .slider-after {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slider-after {
  overflow: hidden;
}
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  background-color: #fff;
  cursor: ew-resize;
}
.slider-handle::before, .slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: ew-resize;
  transition: all 0.2s ease-out;
  /* Add transition property */
}
.slider-handle::before {
  left: -24px;
  border-right: 16px solid #fff;
}
.slider-handle::after {
  right: -24px;
  border-left: 16px solid #fff;
}
.slider-before, .slider-after {
  user-select: none;
}
.gentium-plus-bold-italic {
  font-family: "Gentium Plus", serif;
  font-weight: 700;
  font-style: italic;
}
body {
  background-color: rgba(251, 247, 247, 0.5);
}
body p {
  margin: 0.1rem 0 1.5rem 0;
}
h1, h2 {
  font-family: "Gentium Plus", serif;
  font-weight: 700;
  font-style: italic;
  line-height: normal;
  font-size: 2rem;
}
h3, h4, h5, h6 {
  margin: 0.75rem 0 0.05rem 0;
  line-height: normal;
  align-self: start;
}
.gradient-line, hr {
  margin: 0 0 50px 0;
  display: block;
  border: none;
  height: 2px;
  background: #0071B9;
  background: linear-gradient(to right, white, #cc336c, #101010, #cc336c, white);
  background: linear-gradient(to right, white, #101010, #cc336c, #101010, white);
}
.g-main-nav .g-menu-item-content {
  font-family: "Gentium Plus", serif;
}
#g-navigation {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 #cc336c;
}
#g-mainbar {
  padding: 0;
}
.category-desc img {
  margin-bottom: 1rem;
}
.com-content-article__body {
  justify-items: flex-start;
  flex-direction: column;
  align-items: center;
}
.invert-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background: none;
}
@media only all and (min-width: 48rem) {
  .g-home-particles.g-helium-style #g-header {
    /* margin-top: -9.5rem; */
    padding: 0;
    margin-top: 0;
  }
}
#controlsWrapper {
  transition: margin-left 0.3s ease;
  margin-left: 0;
  background: #eee;
}
#controlsWrapper.hide {
  display: none;
}
#toggleControlsButton {
  width: 20px;
  background: #f0f0f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  position: static;
}
#toggleControlsButton::before {
  content: ">";
  /* Default: chevron right */
  font-size: 16px;
}
#controlsWrapper.hidden #toggleControlsButton::before {
  content: "<";
  /* Chevron left when hidden */
}
#controlsWrapper:not(.hidden) #toggleControlsButton::before {
  content: ">";
  /* Chevron right when visible */
}
/*@import "controller";*/
@media only all and (max-width: 47.99rem) {
  h1, h2 {
    font-size: 1.5rem;
  }
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}
.modal-content {
  background-color: #1c0a11;
  display: flex;
  margin: auto;
  padding: 20px;
  border: 1px solid #431929;
  width: 100%;
  text-align: center;
  position: relative;
  /* Needed for absolute positioning of the close button */
  justify-content: center;
  height: 100%;
}
.modal-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
  /* Add some space below the image for the timer */
}
.show-shroud-modal {
  /* Style your button as desired */
  padding: 10px 20px;
  background-color: #ddd;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: white;
  text-decoration: none;
}
#modalTimer {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #7a1f41;
}
/* Fade-out transition */
.modal.fade-out {
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
}
/*# sourceMappingURL=custom_15.css.map */