body{
    background-color: #fafafa;
}

.image-block {
    /* min-height: 600px;
  max-height: 700px;
  padding: 20px;
  position: relative; */
}
/* 
h1 {
    margin-bottom: 5px !important;
    color: #484848;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}

a {
    margin-bottom: 14px;

    line-height: 1;
    font-size: 17px;
    font-weight: 400;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    color: #4153ac;
}

h6 {
    font-size: 15px;
    color: #4153ac;
}

::ng-deep p {
    text-align: justify-content;
}

.breadcrumb {
    background-color: #fafafa !important;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgb(94, 94, 94) !important;
    font-size: 14px;
    margin: 0;
}

.breadcrumb-item active {
    font-weight: bold;
}

.price {
    font-size: 26px;
    font-weight: 700;
}

hr {
    background-color: #fff;
} */

/* ::ng-deep ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

::ng-deep ul li::before {
    content: "\2022";
    color: rgb(136, 136, 138);
    margin: 0;
    display: inline-block;
    width: 1.2em;
    margin-left: -1em
}

::ng-deep li {
    margin-left: 15px;
    color: #3b3b3b;
    font-size: 13px;
} */


/*





/*
::ng-deep .mat-tab-header{
    background:rgb(0, 140, 255) !important;
  } */


/* active tab */


/* ::ng-deep .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  background-color: rgb(202, 226, 245);
  color:#484848;
} */


/* ink bar */


/* ::ng-deep .mat-ink-bar {
  /* background-color: #010047 !important;
} */


/* CAROUSEL  */

.iphone {
    position: relative;
    width: 320px;
    height: 620px;
    background: rgb(52, 50, 50);
    border-radius: 50px;

}

.iphone::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: #000;
    border-radius: 48px;
}

.inner {
    display: flex;
    justify-content: center;
    position: absolute;
    inset: 1px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 48px;
    border: 9px solid #000;
    transition: 0.5s;
    overflow: hidden;
    cursor: pointer;
}


/* Add styles for the carousel items */

.carouselitem {
    display: cover;
    justify-content: center;
    align-items: center;
}


/* Add styles for the carousel image */

.carousel-image {
    max-width: 100%;
    height: auto;
}

.carousel {
    margin: 0;
    /* position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    margin: auto;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#custCarousel .carousel-indicators>li {
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 0.5;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    /* width:80%; */
}

.btn-blue {
    background-color: #4153ac;
}


/* fotoları yurkarı kaydırmak için koydum */

.carouselitem {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carouselitem img {
    transition: transform 1s;
}




.carousel-indicators button[data-bs-target]{
    width: 90px;
}


/*
#carouselExampleIndicators {
  object-position: top center;
  width: 100%;
  height: 100%;

  transition: 0.5s;
  margin-right: 5px;
}


#carouselExampleIndicators:hover {
  object-position: bottom center;
} */


/* .service-img:hover {
  object-position: bottom center;
} */


/* sağdaki scrollbarı kapatmak için koydum */

::-webkit-scrollbar {
    display: none;
}

.iphone-btn {
    position: absolute;
    top: 110px;
    left: -2px;
    width: 3px;
    height: 26px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 10;
    background: radial-gradient(#ccc, #555, #222);
}

.btn2 {
    top: 160px;
    height: 40px;
}

.btn3 {
    top: 220px;
    height: 40px;
}

.rightButton {
    position: absolute;
    top: 170px;
    right: -2px;
    width: 3px;
    height: 30px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: radial-gradient(#ccc, #555, #222);
    z-index: 10;
}

.dynamic_island {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    width: 100px;
    height: 20px;
    background: #4e4c4c;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    opacity: 0.5;
}

.dynamic_island:hover {
    width: 200px;
    height: 25px;
}

.dynamic_island.active {
    width: 250px;
    height: 60px;
    border-radius: 50px;
}

.content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    line-height: 25px;
    width: 100%;
    color: #fff;
}

.content p {
    color: #fff;
    font-size: 0.6em;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}

.action {
    position: relative;
    color: #fff;
    top: 5px;
    display: flex;
    transition: 0.5s;
    visibility: hidden;
    gap: 12px;
    opacity: 0;
}

.dynamic_island.active p,
.dynamic_island:hover p,
.dynamic_island:hover .action,
.dynamic_island.active .action {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.25s;
}

.dynamic_island.active p {
    font-size: 1.2em;
}

.dynamic_island.active .red {
    background: red;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px red;
    margin-right: 12px;
}

.dynamic_island.active .green {
    background: green;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px green;
    margin-right: 8px;
}

.details {
    position: relative;
    display: flex;
    align-items: center;
}

.details .imgBox {
    position: relative;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}

.dynamic_island.active .details .imgBox {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.dynamic_island.active .action {
    top: 12px;
}

.dynamic_island .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.red,
.green {
    cursor: pointer;
    transition: 0.5s;
}

.red {
    color: red;
}

.green {
    color: green;
    transform: rotate(135deg);
}


/*
.wrapper {
  display: inline-block;
  position: relative;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 188, 212, 0);
  transition: background-color 0.5s;
}

.hover:hover {
  background-color: rgba(0, 188, 212, 0.8);
}

img {
  vertical-align: bottom;
} */

.zoom {
    zoom: 0.95;
    -moz-transform: scale(0.90);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.90);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.90);
    -webkit-transform-origin: 0 0;
}

.group-header {
    font-size: 22px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-item {
    flex: 0 0 33.33%;
    /* İstediğiniz genişlik oranına göre ayarlayın */
    box-sizing: border-box;
    padding: 5px;
}

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

@media only screen and (max-width: 600px) {
    .group-header {
        text-align: center;
    }
}