@font-face {
  font-family: "Khand";
  src: url(assets/fonts/Khand-Regular.ttf);
}

:root {
  --red-filter-color: invert(18%) sepia(86%) saturate(7237%) hue-rotate(332deg)
    brightness(86%) contrast(110%);
}
#carouselExampleControls {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: "Khand", serif;
}
h5 {
  font-family: "Khand", serif;
}

.slider {
  widows: 100%;
  height: 100%;
}

.slider-top {
  width: 100%;
  height: 60%;
  background-color: white;
}

.slider-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.slider-image img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-bottom {
  width: 100%;
  height: 40%;
  background: rgba(31, 31, 31, 0.9);
  color: white;
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 1%;
  padding-top: 1%;
}

.slider-bottom {
  background: rgba(31, 31, 31, 0.9);
}

.modal-content {
  background: rgba(31, 31, 31, 0);
}

.slider-button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}

.button-active {
  background-color: red;
}

.slider-buttons {
  top: "5px";
  position: "relative";
  padding-top: "10px";
}

.modal-image {
  width: 80%;
}

.modal-content button.close {
  position: absolute;
  right: -80px;
  z-index: 1;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 72px;
  top: -20px;
}

.carousel-control-next-icon {
  background-image: url(../../img/icon/kisa-sag-ok.png) !important;
}
.carousel-control-prev-icon {
  background-image: url(../../img/icon/kisa-sol-ok.png) !important;
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 50% !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 64px;
  height: 64px;
  filter: var(--red-filter-color);
}

@media (max-width: 992px) {
  .fullscreen-button {
    position: absolute;
    top: 25px;
    left: 25px;
    display: block;
  }
  .fullscreen-button a {
    display: flex;
    padding: 15px 45px;
    background-color: red;
    color: #fff !important;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
  }
}


.fullscreen-button {
  display: none;
}
