
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;


}
a { color:#fff; text-decoration: none;}

.slidealani {
    display: flex;
    height: 60vh;
    background: #ccc;
    position: relative;
    overflow: hidden;
}
.logo {position: absolute;
top:10px}
.hero,
.hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero {
  overflow: hidden;
  background: url("https://www.saintfuckingpetersburg.com/img/drone_shot.44a2dd58.jpg")
    no-repeat 50% fixed;
  background-size: cover;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 60vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  /* letter-spacing: 0.375em; */
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.75);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  animation: pulse 3s infinite;
}

.hero_content_play:hover {
  border-color: #fff;
  animation: none;
}

.hero_content_play:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.425rem;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px hsla(24, 37%, 69%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0);
  }
}
.kirmizi {
    background: #ed1c24;
}
.card-body::before {
    position: absolute;
    width: 124px;
    height: 121px;
    right: 0;
    bottom:  26px;
    background-image: url(images/dots.png);
    content: "";
    z-index: 999;
}

.ps-lg-5 {padding-left: 8rem!important;}
.pe-lg-5 {padding-right: 8rem!important;}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
    padding:5px;
}
.fiyat {color:#777;}
.fiyat span {font-size:16px; margin-left: 5px}
.form-check-input:checked {
    background-color: red;
    border-color: darkred;
}
