@import url('/site/css/bootstrap.css');
@import url('/assets/fonts/stylesheet.css');

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* bs renkleri belirlenecek */
:root {
  --bs-primary: #558cc0;
  --bs-primary-rgb: 0, 51, 120;
  --font-size: 1rem;
  --album-search-btn-bg: rgb(163, 163, 163, 0.5);
  --media-player-bg: #d9d9d9;
  /* --root-gradient-val-1: #7b5278; */
  /* --root-gradient-val-2: #2671a8; */
  /* background-color: linear-gradient(#56009c, #2bbfff); */

  /* --root-gradient: linear-gradient(to right, #7b5278, #2671a8); */
  /* --root-gradient: linear-gradient(to right, rgba(123, 82, 120, 0.9), rgba(38, 113, 168, 0.9)); */
  /* --root-gradient: linear-gradient(to right, rgba(86, 0, 156, 0.9), rgba(65, 89, 202, 0.9)); */
  --root-gradient: linear-gradient(to right,
      rgba(86, 0, 156, 0.68),
      rgba(84, 6, 159, 0.68),
      rgba(80, 22, 167, 0.68),
      rgba(74, 50, 182, 0.68),
      rgba(65, 89, 202, 0.68),
      rgba(54, 139, 227, 0.68),
      rgba(42, 192, 255, 0.68));
}

/* scroolbar */
/* Webkit tabanlı tarayıcılar için */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 6px;
  border: 2px solid #f0f0f0;
}

.full-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.scroll-container {
  max-height: calc(100vh - 8.75rem);
  overflow-y: auto;
  overflow-x: hidden;
}

.fsize10 {
  font-size: calc(var(--font-size) / 1.6) !important;
}

.fsize100 {
  font-size: calc(var(--font-size)) !important;
}

.fsize150 {
  /* font-size: calc(var(--font-size) * 1.5); */
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
}

.fsize125 {
  font-size: calc(var(--font-size) * 1.125);
}

.fsize160 {
  font-size: calc(var(--font-size) * 1.6);
}

.fsize1875 {
  font-size: calc(var(--font-size) * 1.875);
}

.fsize250 {
  font-size: calc(var(--font-size) * 2.5);
}

.fsize375 {
  font-size: clamp(0.75rem, 0.037rem + 3.0421vw, 3.6875rem);
}

.fsize400 {
  font-size: clamp(2.875rem, -0.5rem + 3.75vw, 4rem);
}

.footer-fsize {
  font-size: clamp(0.9375rem, 0.375rem + 0.625vw, 1.125rem);
}

.f-mp {
  font-family: 'MP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif !important;
}

.f-mp-bold {
  font-family: 'MP Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif !important;
}

.f-mp-heavy {
  font-family: 'MP Heavy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
    sans-serif !important;
}

.pt3 {
  padding-top: 3rem;
}

.bg-gradient {
  background: var(--root-gradient) !important;
}

.header {
  height: 8.75rem;
  width: 100%;
  position: relative;
}

a {
  text-decoration: none !important;
  color: white;
}

a:visited {
  text-decoration: none !important;
  color: white;
}

p {
  text-align: justify;
}

/* .bg-main {
  background-image: url('/assets/img/mainmodyss1.png');
  background-repeat: no-repeat;
  background-position: center;
} */

/*  */
.carousel.pointer-event {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*  */

.carousel-item {
  /* height: calc(100vh - 8.75rem) !important; */
}

.carousel-item img {
  height: calc(100vh - -1.25rem) !important;
  width: 100%;
  object-fit: cover !important;
  object-position: 0 75% !important;
}

.tamyolileri {
  bottom: 25px !important;
  left: 5%;
  width: 242px;
  height: 230px;
}

.menu li {
  height: 35px;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;

  /* align-content: center;
  padding: 0 1.25rem 0 3.125rem; */
  border-right: 2px solid #558cc0;
  color: white !important;
  /* font-size: clamp(0.75rem, 0.659rem + 0.3883vw, 1.125rem); */
  font-size: clamp(0.9375rem, 0.375rem + 0.625vw, 1.125rem);
}

.kamera-input {
  outline: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.tren-fsize {
  font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
}

.menu li:nth-last-child(1) {
  border-right: none;
}

.social {
  bottom: 20px !important;
  max-width: 10rem;
  left: calc(100vw - 83%);
}

.content {
  bottom: 20px !important;
  right: calc(100vw - 85%);
}

.social-border {
  padding: 0 3px 0 3px;
  border-right: 2px solid white;
}

.social-border:last-child {
  border-right: none;
}

/* 
sol-menu css
*/

.left-menu {
  background: linear-gradient(to bottom,
      /* rgba(86, 0, 156, 0.6),
      rgba(84, 6, 159, 0.6),
      rgba(80, 22, 167, 0.6),
      rgba(74, 50, 182, 0.6), */
      /* rgb(74, 35, 86, 0.6), */
      rgb(140, 82, 188, 0.6),
      rgb(139, 87, 191, 0.6),
      rgb(139, 84, 189, 0.6),
      rgba(65, 89, 202, 0.6),
      rgba(54, 139, 227, 0.6),
      rgba(42, 192, 255, 0.6)),
    url('/assets/img/galatas.png');
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: -5% 45%;
  background-attachment: fixed;

  height: 100vh !important;
}

.left-menu-active {
  background-color: white;
}

.left-menu-active a {
  font-weight: bold;
  color: var(--bs-primary) !important;
}

/* .left-side-bg img {
  height: 100%;
  z-index: -99 !important;
} */
.left-side-bg {
  background-color: linear-gradient(#56009c, #2bbfff);
  /* background-image: url('/assets/img/galata.png'); */
  /* height: 100%; */
  /* z-index: 99 !important; */
}

.tamyolileri-absolute {
  bottom: 20px;
  left: 45px;
}

.left-menu-main {
  padding-top: 7.75rem;
}

/* .albumSearch {
  width: 100%;
  height: 40px !important;
  border-radius: 30px;
  padding: 20px;
} */
.albumSearch {
  width: 100%;
  height: 40px !important;
  border-radius: 10px;
  padding: 20px;
  border-color: white;
  opacity: 0.5;
}

.albumSearch:focus {
  outline: none !important;
}

.albumSearch::placeholder {
  color: white;
}

/* 
.albumSearchButton {
  border: 1px solid var(--bs-primary);
  width: 65px;
  height: 40px !important;
  right: 1rem;
  bottom: 0;
} */

.albumSearchButton {
  width: 65px;
  height: 70%;
  right: 1rem;
  top: 27.8%;
}

/* Kameralar Page */
.kameralar-header {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.kameralar-header h1 {
  font-size: clamp(1.0625rem, 0.8653rem + 0.8414vw, 1.875rem);
}

.kameralar-header h3 {
  font-size: clamp(0.875rem, 0.7688rem + 0.4531vw, 1.3125rem);
}

.border-top-2px {
  border-top: 2px solid var(--bs-border-color);
}

.k4 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 74px;
  height: 60px;
}

.favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 10%;
  border-bottom-left-radius: 45%;
}

.player-btn {
  width: 4.5rem;
  height: 4.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* kameralar pagination css */
.pagination {
  text-align: center;
  margin-top: 20px;
}

.page-link {
  display: inline-block;
  padding: 8px 8px;
  margin: 0 5px;
  /* border: 1px solid #ddd; */
  /* background-color: #f9f9f9; */
  /* color: #333; */
  cursor: pointer;
  border-radius: 50%;
  /* text-decoration: none; */
}

.page-link:hover {
  background-color: #ddd;
}

.page-link.active {
  background-color: #007bff;
  color: white;
  /* border-color: #007bff; */
}

/* kameralar list view */

.kamera-item-img-list>a>img {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  height: 11rem !important;
}

/* kameralar list view */

/* SSS */

.collapse-button {
  width: 33px;
  height: 33px;
}

.social-icons {
  width: 134px;
  height: 21px;
}

/* albumpage */

.col-2-album {
  width: 20%;
  height: auto;
}

.album-item img {
  width: 100%;
  height: 100%;
}

.album-search-button-bg {
  width: 76px;
  height: 76px;
  background-color: var(--album-search-btn-bg) !important;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.album-search-button-bg img {
  width: 50px;
  height: 50px;
  transition: width 1s ease 0s;
  transition: height 1s ease 0s;
}

.album-search-button-bg img:hover {
  width: 40px;
  height: auto;
}

.album-header {
  bottom: 30px;
}

.btn-close {
  --btn-close-color: var(--bs-primary) !important;
  --btn-close-white-filter: none !important;
  --btn-close-opacity: 1;
  opacity: 1 !important;

  /* --btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='001616' fill='#003378'><path d='M.293.293a110011.4140L86.58614.293.293a110111.4141.414L9.4148l6.2936.293a11001-1.4141.414L89.414l-6.2936.293a11001-1.414-1.414L6.58680.2931.707a110010-1.414z' fill='#003378000'/></svg>") !important; */
  background-image: url('/assets/img/CloseBtn.png') !important;
}

/* kamera detay page */
#webShare a {
  text-decoration: none !important;
  color: white;
}

#webShare a:visited {
  text-decoration: none !important;
  color: white;
}

/* media player */
.video {
  width: 100%;
  height: auto;
}

.stylised-player p {
  font-family: 'MP Bold';
}

.stylised-controller {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 4rem !important;
  border: thick #56009c;
}

/* 
.stylised-play,
.stylised-pause {
}

.stylised-restart {
}

.stylised-time-wrapper {
}

.stylised-time-progress {
}

.stylised-play:active,
.stylised-pause:active,
.stylised-restart:active {
}

.stylised-play-icon {
}

.stylised-pause-icon {
} */
.kamera-social-border {
  padding: 0 4px 0 4px;
}

/* media player */

.player {
  height: 33.75rem;
  width: 100%;
}

.player-button {
  width: 6.75rem;
  height: 6.75rem;
  background-color: var(--media-player-bg) !important;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* istanbul albümü detay */
.mini-album-cover {
  height: 11rem;
  width: 18.25rem;
}

.album-content-bottom-rd {
  border-bottom-left-radius: 15%;
}

.mini-album-look-btn {
  width: 42px;
  height: 42px;
  background-color: #a3a3a3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ilçe albüm detay */

.fotorama__wrap {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mini-album-content p {
  text-align: center;
}

/* sss */
.sss-header {
  flex-direction: column;
}

@media (max-width: 1920px) {

  /* kameralar page */
  .content-area {
    /* display: none !important; */
  }

  /* .kameralar-header img {
    display: none !important;
  } */
  .kameralar-header #ara {
    display: block !important;
  }
}

@media (max-width: 1803px) {
  .view {
    padding: 0 1rem 0 1rem !important;
  }

  .m16 {
    height: 90px;
  }

  .menu li {
    /* text-align: center; */
    padding: 0 1.5rem 0 1.5rem;
  }

  .albumSearch {
    /* width: 240px; */
  }

  .albumSearchButton {
    /* border: 1px solid red; */
    width: 65px;
    height: 40px !important;
    right: 1rem;
  }

  .mini-album-cover {
    height: 100%;
    width: 17rem;
  }
}

@media (max-width: 1672px) {
  .albumSearch {
    /* width: 220px; */
  }

  .albumSearchButton {
    /* border: 1px solid red; */
    width: 60px;
    height: 40px !important;
    right: 1rem;
  }

  .fsize1875 {
    font-size: clamp(1.3125rem, 1.3125rem + 0vw, 1.3125rem);
  }

  /* istanbuıl albumu detay page */

  .col-2-album {
    width: 25%;
  }

  .mini-album-cover {
    height: 100%;
    width: 15rem;
  }
}

@media (max-width: 1440px) {
  .carousel-item {
    /* height: calc(100vh - 6.45rem) !important; */
  }

  .carousel-item img {
    /* height: calc(100vh - 6.45rem) !important; */
  }

  .tren-fsize span {
    padding: 0;
  }

  .m16 {
    height: 80px;
  }

  .menu li {
    text-align: center;
    padding: 0 1rem 0 1rem;
  }

  .header {
    height: 6.45rem;
  }

  .content {
    right: calc(100vw - 87%);
  }

  /* kameralar page */

  .tamyolileri-absolute {
    width: 11rem;
  }

  /* .tamyolileri img {
    width: 90% !important;
    height: auto !;
  } */

  .albumSearch {}

  /* istanbul albumu page */
  .fsize1875 {
    font-size: clamp(1.3125rem, 0.9246rem + 0.431vw, 1.375rem);
  }

  .mini-album-cover {
    width: 14.75rem;
  }
}

@media (max-width: 1400px) {
  .mini-album-cover {
    height: 100%;
    width: 18.25rem;
  }
}

@media (max-width: 1200px) {

  /* .tamyolileri img {
    width: 80% !important;
  } */
  .content {
    right: calc(100vw - 88%);
  }

  .fsize400 {
    font-size: clamp(2.375rem, 0.3922rem + 2.7586vw, 2.875rem);
  }

  .fsize375 {
    font-size: clamp(1.875rem, 0.6358rem + 1.7241vw, 2.1875rem);
  }

  .footer-fsize {
    font-size: clamp(0.8125rem, 0.3168rem + 0.6897vw, 0.9375rem);
  }

  /* kameralar page */

  /*  kameralar header */
  .view {
    display: none !important;
  }

  .all-camera {
    display: none !important;
  }

  /*  */

  .kameralar-header img {
    display: inline !important;
  }

  .left-menu {
    display: none;
  }

  /* istanbul albümü detay */
  .mini-album-cover {
    height: 100%;
    width: 17.25rem;
  }

  /* kameralar container */
  .scroll-container {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .carousel-item {
    /* height: calc(100vh - 4.65rem) !important; */
  }

  .carousel-item img {
    /* height: calc(100vh - 4.65rem) !important; */
  }

  .m16 {
    height: 60px !important;
  }

  .menu li {
    text-align: center;
    padding: 0 0.65rem 0 0.725rem;
    /* font-size: 14px; */
  }

  .header {
    height: 4.65rem;
  }

  .content {
    right: calc(100vw - 88%);
  }

  .fsize400 {
    font-size: clamp(2.375rem, 0.3922rem + 2.7586vw, 2.875rem);
  }

  .fsize375 {
    font-size: clamp(1.875rem, 0.6358rem + 1.7241vw, 2.1875rem);
  }

  .footer-fsize {
    font-size: clamp(0.8125rem, 0.3168rem + 0.6897vw, 0.9375rem);
  }

  .tamyolileri-absolute {
    width: 9rem;
  }

  /* istanbul albümü detay page */
  .mini-album-cover {
    height: 100%;
    width: 16.5rem;
  }
}

@media (max-width: 1072px) {
  .content {
    right: calc(100vw - 88%);
  }

  .social {
    max-width: 8rem;
  }

  .mini-album-cover {
    height: 100%;
    width: 15.5rem;
  }
}

@media (max-width: 1024px) {

  /* .tamyolileri img {
    width: 70% !important;
  } */
  .fsize400 {
    font-size: 30px;
  }

  .fsize375 {
    font-size: 27px;
  }

  .footer-fsize {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .k4 {
    width: 56px;
    height: 45px;
  }

  .social {
    display: none;
  }

  .border-top-2px {
    border: none;
  }

  .fsize1875 {
    font-size: clamp(1.1875rem, 0.4027rem + 1.2658vw, 1.3125rem);
  }

  /* albüm detay page */
  .col-xl-album {
    width: 25% !;
  }

  /* istanbul albümüt detay */
  .mini-album-cover {
    height: 100%;
    width: 15rem;
  }
}

@media (max-width: 767.98px) {

  /* .tamyolileri img {
    width: 90% !important;
  } */
  .tren-fsize {
    display: none !important;
  }

  .carousel-item {
    /* height: calc(100vh - 3.44rem) !important; */
  }

  .carousel-item img {
    /* height: calc(100vh - 3.44rem) !important; */
    object-fit: none !important;
    object-position: 72% 35% !important;
  }

  .menu li {
    display: none;
  }

  .m16 {
    display: none;
  }

  .header {
    height: 3.44rem;
    width: 100%;
    position: relative;
  }

  .fsize400 {
    display: none;
  }

  .fsize375 {
    display: none;
  }

  .footer-fsize {
    font-size: clamp(0.6875rem, 0.1796rem + 0.7937vw, 0.75rem);
    width: 17rem;
    text-align: center;
    line-height: 13px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wave {
    display: none;
  }

  .content {
    /* background-color: var(--bs-primary); */
    background: var(--root-gradient);
    width: 100%;
    height: 2.5rem;
    right: 0;
    bottom: 0 !important;
  }

  .content>div:nth-last-child(1) {
    height: 100% !important;
    padding-top: 7px;
  }

  .tamyolileri {
    display: none !important;
  }

  .turistik-kamera-btn-wrap {
    bottom: 13rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: calc(100% - 4.5rem);
  }

  .turistik-kamera-li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    height: 55px;
    border: 0.2px solid var(--bs-primary) !important;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'MP Bold';
    line-height: 24px;
  }

  .turistik-kamera-li a {
    color: var(--bs-primary) !important;
    text-decoration: none;
    font-size: clamp(1.03125rem, -0.8438rem + 10vw, 1.5rem);
  }

  .seyir-terasi {
    height: 9.2rem;
    top: 6.25rem;
    left: calc(100vw - (50% + 172.5px));
  }

  .mobile-menu {
    padding-top: 1rem;
    top: 54px;
    left: 0;
    background-color: white;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 94px);
    font-size: clamp(1.03125rem, -0.8438rem + 10vw, 1.5rem) !important;
  }

  .icon {
    left: calc((100vw / 2) - 60px);
    top: -25%;
    background-color: white;
    padding: 3px 10px;
    border-radius: 10%;
  }

  .mobile-menu ul {
    height: 100%;
    text-align: center;
    padding: 5px;
    background-image: url('/assets/img/mobil-menu-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 99%;
  }

  .mobile-menu li {
    /* flex */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 2.25rem;
    padding: 2.5rem 2rem;
    list-style: none;
    height: 55px;
    border: 0.2px solid var(--bs-primary) !important;
    border-radius: 0.5rem;
    font-family: 'MP Bold';
    line-height: 24px;
  }

  .mobile-menu li a {
    color: var(--bs-primary) !important;
    padding: 0;
    margin: 0;
  }

  /* detay page */
  .harita {
    padding: 2rem 0 2rem 0;
  }

  /* kameralar page: */

  .kameralar-header {
    display: flex;
    align-items: center;
    padding-top: 1rem;
  }

  /* kameralar detay page */
  .player {
    height: 11.45rem;
  }

  .player-button {
    padding: 0 !important;

    width: 4rem;
    height: 4rem;
  }

  .player-button img {
    margin-inline: auto;
    width: 2rem;
    height: 2rem;
  }

  /* istanbul albümü detay page */
  .col-2-album {
    width: 33.3%;
  }

  .mini-album-cover {
    height: 100%;
    width: 14.75rem;
  }
}

@media (max-width: 575.98px) {
  .left-menu {
    display: none;
  }

  .kameralar-header img {
    width: auto;
    height: 24px;
  }

  .kameralar-header p {
    font-size: clamp(1.125rem, 0.7672rem + 1.5267vw, 1.5rem);
    line-height: 18px !important;
    padding-top: 3px;
  }

  #ara {
    width: 18px;
    height: 18px;
  }

  .araBox {
    border-radius: 0.5rem !important;
  }

  .araBox div {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .mobile-header {
    padding: 0;
    position: absolute;
    top: -60px;
    border-radius: 0 !important;
    background: transparent !important;
    justify-content: center !important;
  }

  .mobile-header img {
    display: none;
  }

  .mobile-header span>a {
    color: var(--bs-primary) !important;
    font-size: 0.875rem;
    font-family: 'MP';
    font-weight: bold;
    text-align: center;
  }

  /* Bootstrap ps-0 sadece sol padding'i sıfırlıyor, sağı da sıfırla */
  .kamera-item-table {
    padding-inline-end: 0 !important;
  }

  .kamera-item {
    padding: 2.5rem 0 1rem 0;
  }

  .list {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 13rem !important;
  }

  .kamera-content {
    color: var(--bs-primary) !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .devaminioku {
    display: flex;
    justify-content: end;
    font-weight: bolder;
    font-family: 'MP Bold';
  }

  .devaminioku a {
    color: var(--bs-primary) !important;
    font-weight: bolder;
  }

  .k4 {
    width: 56px;
    height: 45px;
  }

  .paylas {
    position: absolute;
    bottom: 38%;
    left: 20px;
  }

  .player-btn {
    width: 4.5rem;
    height: 4.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* .mini-harita {
    position: absolute;
    bottom: 34.3%;
    right: 0;
  } */

  /* kameradetaypage */
  .kameradetay-leftmenu {
    display: none;
  }

  .sosyal {
    display: none !important;
  }

  .player {
    border-radius: 5px !important;
  }

  .kameraDetayContent {
    /* position: relative; */
    display: flex;
    flex-direction: column;
  }

  .kameraDetayHeader {
    order: 2;
  }

  .kameraDetayHeader .fsize250 {
    padding-top: 1.7rem;
    line-height: 25px;
    font-size: clamp(1.125rem, -0.3642rem + 7.9422vw, 2.5rem) !important;
  }

  .history {
    /* position: absolute; */
    order: 3;
  }

  .history div p {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; */
    font-size: clamp(0.875rem, 0.7396rem + 0.722vw, 1rem);
  }

  .mediaController {
    /* position: absolute; */
    order: 4;
  }

  .media {
    order: 1;
  }

  .harita {
    order: 5;
  }

  .harita p {
    font-size: clamp(1.125rem, -0.3642rem + 7.9422vw, 2.5rem) !important;
  }

  /* istanbul albümü detay page */
  .col-2-album {
    width: 50%;
  }

  .album-item {
    /* padding-top: 1.87rem; */
    width: 10.2rem;
    height: 15.3rem;
  }

  .album-item img {
    border-radius: 10px;
  }

  .album-search-button-bg {
    display: none !important;
  }

  .fsize1875 {
    font-size: clamp(1rem, 0.7404rem + 0.7212vw, 1.1875rem);
  }

  .album-header {
    padding: 5px !important;
    bottom: -3.125rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.9rem !important;
    height: 3.75rem !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white !important;
    color: var(--bs-primary) !important;
  }

  .album-header a {
    color: inherit;
    font-size: inherit;
  }

  .album-header a p {
    padding: 0 !important;
    color: white;
  }

  /* istanbul albümü detay */

  .mini-album-cover {
    width: 21.5rem;
    height: 13rem;
    margin-bottom: 1rem;
  }

  .album-image img {
    width: 100%;
  }

  .mini-album-look-btn {
    display: none !important;
  }

  .mini-album-content {
    width: 7.9rem !important;
    left: 50%;
    transform: translate(-50%);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: white !important;
  }

  .mini-album-content p {
    /* color: var(--bs-primary) !important;
     */
    color: white;
  }

  .collapse-header h1 {
    font-size: clamp(0.9375rem, 0.7858rem + 0.6472vw, 1.5625rem);
  }

  .collapse-button {
    width: 20px;
    height: 20px;
  }

  .collapse-button img {
    width: 20px;
    height: 20px;
  }

  .footer-icn {
    display: none;
  }

  .collapse-header {
    border-radius: 8px !important;
  }

  .sss {
    height: 100%;
  }

  .paylas-menu {
    width: 100%;
    height: 7rem;
    border: 2px solid var(--bs-primary);
    background-color: white;
    z-index: 98;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 2rem;
  }
}