
.carousel-item{
    height: 32rem;
    background: #E4FFFF;
    position: relative;
}
.container{
    justify-content: center;
    position: relative;
    text-align: center;
}
.carousel-inner img {
width: 350px; 
height: 300px; 
margin-bottom: -70px;
}
.my-text-container {
    width: 100%; 
    font-weight: 500;
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
  }
.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: brightness(0.5); 
}
#Mycarousel .carousel-indicators li {
background-color: #000;
border-radius: 50% !important; 
width: 10px; 
height: 10px; 
margin-right: 5px; 
margin-left: 5px;
opacity: 0.7; 
}

#Mycarousel .carousel-indicators .active {
background-color: #000; 
opacity: 1; 
}

.urunler {
    place-items: center;
    margin-top: 35;
justify-content: center;
position: relative;
text-align: center;
color: #FF57EA;
}

#myCarouselkart .carousel-indicators li {
background-color: #000; 
margin-top: 100px;
margin-right: 5px; 
margin-left: 5px;
opacity: 0.7; 
}

#myCarouselkart .custom-carousel-item {
background-color: #E4FFFF; 
opacity: 1; 
justify-content: center;
position: relative;
align-items: center;
height: 35rem;
flex-direction: column;
}
#myCarouselkart .card {
right: 5%;
top: 4%;
height: 67%; 
width: 111%;
position: relative;
}
.card-title{
margin-top: 80;
}
.carousel-indicators{
margin-bottom: 3rem;
}
.custom-height-row {
    width: 33.33vw; 
}

.custom-list-item img {
width: 90px; 
height: auto; 
position: absolute; 
top: 25%; 
left: 8%;
}

.px-6 {
padding-left: 6rem; 
padding-right: 6rem; 
}

.min-height-350 {
min-height: 350px; 
}

.btn-link{
color: #5A7E86;
margin-top: 15%;
text-decoration: none;
font-family: 'Gilroy', sans-serif;
}


