@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Roboto;
}
.amp-wrapper {
	background: #000000;
    color: #ffffff; 
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.vitrin {
	max-width: 520px;
    margin: 15px auto 0;
}
.baslik {
	font-size: 22px;
	font-weight: normal;
}
.resimler {
	max-width: 100%;
}
.arkaplan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 25% 0, 60% 100%, 0% 100%);
    background: rgb(26 75 165 / 69%);
    display: flex;
    flex-direction: column; /* İçerikleri alt alta diz */
    align-items: flex-start; /* Metinleri sola hizala */
    justify-content: center; /* Dikey ortala */
    padding-left: 20px; /* Soldan biraz boşluk bırak */
    color: white;
    font-size: 20px;
    z-index: 9;
    color: #FFF;
}

.arkaplan > div {
    display: block;
    margin: 5px 0; 
    text-shadow:2px 6px 3px #000;
}

.showVitrin {
    position: relative;
    height: 175px;
    border: 2px solid #000;
}
.isim {
	clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
	float: left;
	background: #000;
	padding: 10px;
}
.il {
	float: left;
}
.otel {
	float: left;
}
 .back-showcase {
    background: #0072d6;
    text-align: center;
    font-size: 25px;
    padding: 7px;
    border:4px solid #000;
}
.back-showcase a {
    text-decoration: none;
    color: #FFF;
}
.buttons {
    margin-top: 25px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.buttons .tel {
    background: #4cabff;
}
.buttons .tel, .buttons .wp {
    border:4px solid #000;
    text-align: center;
    padding: 8px 12px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #FFF;
}
.buttons .wp {
    background: #25D366;
}
.buttons .tel, .buttons .wp {
    border:4px solid #000;
    text-align: center;
    padding: 8px 12px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #FFF;
}
.title {
    margin-top: 25px;
    font-size: 25px;
    text-align: center;
    color: #000;
}
.swiperFull {
    border: 4px solid #000;
    margin-top: 20px;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}
.description {
    margin-top: 15px; 
    padding: 7px;
    color: #000;
}