/* Yetiş Turizm marka ve gerçek fotoğraf katmanı */
.brand {
  flex: 0 0 auto;
}

.brand .brand-mark {
  width: 154px;
  height: 42px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background-color: #fff;
  background-image: url("yetis-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 8px 22px rgba(0, 10, 18, 0.14);
}

.brand .brand-mark svg,
.brand > span:last-child {
  display: none;
}

.portal-sidebar .brand .brand-mark {
  width: 175px;
  height: 43px;
}

.login-brand {
  width: 180px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 7px;
  background: #fff url("yetis-logo.png") center / contain no-repeat;
}

.login-brand .brand-mark {
  display: none;
}

.visual-stage {
  inset: 28px -20px 28px 0;
  overflow: hidden;
  border-radius: 34px 4px 34px 4px;
  background:
    linear-gradient(180deg, rgba(4, 24, 36, 0.08), rgba(4, 24, 36, 0.28)),
    url("dew.png") center / cover no-repeat;
  box-shadow: 0 34px 85px rgba(0, 11, 20, 0.32);
}

.visual-stage::before {
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 45%);
  transform: none;
}

.visual-stage::after {
  position: absolute;
  right: 14px;
  bottom: 11px;
  z-index: 3;
  padding: 5px 8px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(2, 16, 25, 0.5);
  content: "Fotoğraf: proudlyswazi / Unsplash";
  font-size: 7px;
  letter-spacing: 0.2px;
}

.visual-stage .bus-art,
.visual-stage .sun-orbit {
  opacity: 0;
}

.fleet-art {
  background:
    linear-gradient(130deg, rgba(7, 31, 46, 0.12), rgba(7, 31, 46, 0.42)),
    url("dew.png") center / cover no-repeat;
}

.fleet-art > svg {
  display: none;
}

.fleet-art::after {
  position: absolute;
  right: 13px;
  bottom: 11px;
  color: rgba(255, 255, 255, 0.78);
  content: "Fotoğraf: proudlyswazi / Unsplash";
  font-size: 7px;
}

@media (max-width: 850px) {
  .visual-stage {
    inset: 8px 10px 24px;
  }
}

@media (max-width: 620px) {
  .brand .brand-mark {
    width: 126px;
    height: 36px;
  }

  .portal-sidebar .brand .brand-mark {
    width: 164px;
    height: 41px;
  }

  .visual-stage {
    inset: 5px 0 18px;
    border-radius: 24px 3px 24px 3px;
  }
}
