
#container {
  width: 100vw;
  height: 100vh;
  position: relative; /* İçindeki absolute öğeler için */
  overflow: hidden;   /* İçerik dışarı taşmasın */
  color: #ffffff;
  font-family: 'inter', sans-serif;
}

.card {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
}

#btn {
  position: absolute;
  top: 690px;
  left: 16px;
  z-index: 99;
}

.card-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFF;

  padding-left: 16px;
}

.content-place {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
}
.content-place {
  font-weight: 500;
}

.content-title-1,
.content-title-2 {

  font-weight: 600;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

	/* Mid laptop (1441 - 1600) */
	@media (max-width:1600px) and (min-width:1441px) {
	  .content-title-1, .content-title-2{ font-size: 20px; line-height:normal}
	}

	/* Small laptop (1281 - 1440) */
	@media (max-width:1440px) and (min-width:1281px) {
	  .content-title-1, .content-title-2{ font-size: 18px; line-height:18px}
	}

	/* Tablet (1024 - 1280) */
	@media (max-width:1280px) and (min-width:1024px) {
	  .content-title-1, .content-title-2{ font-size: 16px; line-height:16px}
	}

	/* Eğer tablet'ten küçük cihazlar için ekstra istersek (ör: <1024) */
	@media (max-width:1023px) {
	  .content-title-1, .content-title-2{ font-size: 14px; line-height:14px}
	}




.content-start {
  width: 30px;
  height: 5px;
  border-radius: 99px;
  background-color: #FFFFFF;
}

.details {
  z-index: 22;
  position: absolute;
  top: 240px;
  left: 60px;

  .place-box {
    height: 46px;

    overflow: hidden;
    .text {
      padding-top: 16px;
      font-size: 20px;

      &:before {
        top: 0;
        left: 0;
        position: absolute;
        content: "";
        width: 30px;
        height: 4px;
        border-radius: 99px;
        background-color: white;
      }
    }
  }

	.title-1,
	.title-2 {
		line-height: normal !important;
		font-weight: 600 !important;
		font-size: 72px !important;
		font-family: "Oswald", sans-serif;
	}
	
	/* Mid laptop (1441 - 1600) */
	@media (max-width:1600px) and (min-width:1441px) {
	  .title-1, .title-2 { font-size: 65px !important; }
	  .title-box-1, .title-box-2 { height: 90px; }
	}

	/* Small laptop (1281 - 1440) */
	@media (max-width:1440px) and (min-width:1281px) {
	  .title-1, .title-2 { font-size: 56px !important; }
	}

	/* Tablet (1024 - 1280) */
	@media (max-width:1280px) and (min-width:1024px) {
	  .title-1, .title-2 { font-size: 45px !important; }
	}

	/* Eğer tablet'ten küçük cihazlar için ekstra istersek (ör: <1024) */
	@media (max-width:1023px) {
	  .title-1, .title-2 { font-size: 32px !important; }
	}
	

	.title-box-1,
	.title-box-2 {
		margin-top: 2px;
		height: 100px;
		overflow: hidden;
		/*background-color: blue;*/
	}
	
	/* Mid laptop (1441 - 1600) */
	@media (max-width:1600px) and (min-width:1441px) {
	  .title-box-1, .title-box-2 { height: 90px; line-height:normal}
	}

	/* Small laptop (1281 - 1440) */
	@media (max-width:1440px) and (min-width:1281px) {
	  .title-box-1, .title-box-2 { height: 78px; line-height:18px}
	}

	/* Tablet (1024 - 1280) */
	@media (max-width:1280px) and (min-width:1024px) {
	  .title-box-1, .title-box-2 { height: 63px; line-height:16px }
	}

	/* Mobil <1024 (isteğe bağlı) */
	@media (max-width:1023px) {
	  .title-box-1, .title-box-2 { height: 48px; line-height:14px }
	}
	
	
  > .desc {
  	font-size: 16px;
    margin-top: 16px;
    width: 500px;
  }
  > .cta {
    width: 500px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    > .bookmark {
      border: none;
      background-color: #ecad29;
      width: 36px;
      height: 36px;
      border-radius: 99px;
      color: white;
      display: grid;
      place-items: center;
      svg {
        width: 20px;
        height: 20px;
      }
    }
    > .discover {
      border: 1px solid #ffffff;
      background-color: transparent;
      height: 36px;
      border-radius: 99px;
      color: #ffffff;
      padding: 4px 24px;
      font-size: 12px;
      margin-left: 16px;
      text-transform: uppercase;
    }
  }
}


.indicator {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  z-index: 60;
  background-color: #ecad29;
}

.pagination {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;

  > .arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 2px solid #ffffff55;
    display: grid;
    place-items: center;
    &:nth-child(2){
      margin-left: 20px;
    }
    svg {
      width: 24px;
      height: 24px;
      stroke-width: 2;
      color: #ffffff99;
    }
  }

  .progress-sub-container{
    margin-left: 24px;
    z-index: 60;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
    .progress-sub-background{
      width: 500px;
      height: 3px;
      background-color: #ffffff33;
      .progress-sub-foreground{
      height: 3px;
      background-color: #ecad29;
      }
    }
  }

  .slide-numbers{
    width: 50px;
    height: 50px;
    overflow: hidden;
    /* background-color: #111111; */
    z-index: 60;
    position: relative;
  
    .item{
      width: 50px;
      height: 50px;
      position: absolute;
      /* background: rgb(31, 31, 41); */
      color: white;
      top: 0;
      left: 0;
      display: grid;
      place-items: center;
      font-size: 32px;
      font-weight: bold;
    }
  }
}


.cover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
}


/***********MOBİL *************/

.sliderHizmet{
  position:relative;
  width:85vw;
  height:400px;
  perspective:800px;
}
.mslide{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#ddd;
  transition:transform 0.6s ease, z-index 0.6s ease;
  borderadius: 15px;
  box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
}
.mimg-wrapper img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.moverlay{
  position:absolute;
  bottom:10px;
  left:10px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  width:90%;
  height:120px;
}
.moverlay img{
    width:120px;
    height:120px;
}
.mlogo{
  width:60px;
  height:60px;
  border-radius:50%;
  border:2px solid #fff;
  object-fit:cover;
}
.mcompany-name{
  font-weight:600;
  font-size:16px;
  color:#000;
}