@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

*{
    outline: none;
    font-family: 'Jost', sans-serif;
}

body {
    margin: 0;
}



    .swiper {
      width: 100%;
		height:300px;
    }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	margin-top:270px !important;	
	z-index:10000009000000000 !important;
}

.swiper-pagination-bullet{
	background:#333 !important;	
}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.swiper-wrapper{
	height:250px;	
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.breadcrumb {
    border:2px solid #ccc;
    padding: 10px;
	padding-left:25px;
    margin: 10px 0;
    font-size: 20px;
	color:#555;
	border-radius:10px;
	margin-top:50px;
}
.up{
	border-radius:5px;
	border:1px solid #ccc;
	padding:5px;
	font-size:25px;
	position:fixed;
	bottom:30px;
	right:15px;
	cursor:pointer;
	display:none;
  	transition-duration: 0.5s; /* 0.5 saniye geçiş süresi */
}

.flexnav{
	position:fixed;
	z-index:1000;
	top:0;
	height:70px;
	display:block;
	transition-duration:0.3s;
	background-color:#ededed;
	padding:0 1%;
	transition: top 0.3s; /* Geçiş efekti için animasyon ekleyin */
  	top: -100px; /* Yukarıda saklanmış gibi görünsün */
    border-bottom: 1px solid #333;
}

.flexnav.hidden {
  top: 0px; /* Yukarıda saklanmış gibi görünsün */
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #555;
}

.urun select:focus{
    animation: none;
}

p{
	font-size:20px !important;	
}

header {
    width: 100%;
    height: 50px;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    color: #636363;
    background-color: white;
    transition-duration: 0.5s;
	display:flex;
    justify-content: space-between;
    align-items: center;
}

#header-right a{
	margin-left:10px;
    color:#333;
    text-decoration: none;
    transition-duration: 0.3s;
    text-decoration: none;
    background-image: linear-gradient(to right, #333, #333);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease-in-out
}

#header-right  a:hover {
    text-decoration: none;
    background-size: 100% 2px;
}

.nav-block{
    display: block;
    width: 35px;
    height: 4px;
    background-color: #333;
    margin: 8px;
}

.nav-blocks{
    display: none;
    float: right;
    margin-top: 12px;
	cursor:pointer;
}

main {
    width: 80%;
    margin-left: 10%;
    transition-duration: 0.5s;
}

nav {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav .logo {
    float: left;
    margin-right: 20px;
    height: 100%;
}

#header-right .language{
	width:40px;
	cursor:pointer;
	margin:0;
	margin-right:10px;
	float:Left;
}
	
nav a {
    color: #333;
    text-decoration: none;
    margin: 10px;
    font-size: 20px;
    transition-duration: 0.3s;
}

.links {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: end;
}

.rightnav a {
    font-size: 25px !important;
}

.urun-alt h1{
    font-size: 10px;
}

.urun-alt p{
    font-size: 7px;
}

.links a {
    text-decoration: none;
    background-image: linear-gradient(to right, #333, #333);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size 0.3s ease-in-out
}

.links a:hover {
    text-decoration: none;
    background-size: 100% 3px;
}
.classic-button {
    width: 200px;
    padding: 15px;
    font-size: 15px;
    background-color: #333;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    transition-duration: 0.3s;
}

footer{
    float: left;
    background-color: #333;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    color: white;
    margin-top: 50px;
	font-size:13px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 20px;
    margin-top: 50px;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 50px;
}
  
.product {
    height: 400px;
    width: 250px;
    border: 1px solid #ccc;
    margin: 0;
    position: relative;
    display: flex;
    float: left;
    border-radius: 20px;
    transition-duration: 0.3s;
    background-size: 225%;
    background-position: center;
    background-repeat: no-repeat;
    flex-wrap: wrap;
}
  
.producttest {
    height: 400px;
    width: 250px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    cursor: pointer;
    text-decoration: none;
}
  
.producttest img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
  
.producttest h2 {
    font-size: 20px;
    margin: 5px;
    text-decoration: none;
    color: #333;
    text-align: center;
}
  
.producttest p {
    margin-left: 5px !important;
    text-decoration: none;
    text-align: center;
    font-size: 15px !important;
}
  
.product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
  
.product::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 20px;
}

.product div{
    z-index: 100;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    flex-wrap: wrap;
    margin-bottom: 10px;
    text-align: center;
}
  
.product h2{
    font-size: 30px;
    transition-duration: 0.3s;
    font-weight: 500;
    margin: 0;
    color: white;
	width:100%;
	filter: drop-shadow(0 8px 6px black);
}

.product p{
    font-size: 17px !important;
    transition-duration: 0.3s;
    font-weight: 500;
    margin: 0;
    color: white;
    filter: drop-shadow(0 8px 6px black);
}

.product:hover p{
	animation: redToWhite 1s linear infinite;
}

@keyframes redToWhite {
        0% {
            color: white;
        }
        50% {
            color: #ffc2c2;
        }
        100%{
            color: white;
        }
    }

.product:hover, .product:hover h2, .product:hover p{
    cursor: pointer;
    background-size: 235% !important;
    color: white;
}

h2{
    font-size: 18px;
}

.instagram-button{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    transition-duration: 0.3s;
}
  
.instagram-button a{
    display: block;
    width: 40px;
    height: 40px;
}
  
.instagram-button img{
    width: 140%;
    height: 140%;
    border-radius: 50%;
}
  
.instagram-button:hover{
    filter: drop-shadow(0px 10px 10px #838383);
}

.urun{
    margin-top: 0px;
    width: 100%;
    border: 2px solid #dedede;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    border-radius: 20px;
}

p{
    color: rgb(70, 70, 70);
	margin:0 !important;
	padding:0 !important;
}

.urun h1{
    font-size: 25px !important;
	margin-top:0px !important;
}

small a{
    font-size: 20px !important;
}

h1{
	font-size:25px;	
	margin:0 !important;
	padding:0 !important;
	margin-top:40px !important;
}

.urun p{
    margin: 0;
    font-size: 17px;
}

.urun-resmi{
    width: 100%;
    max-width: 800px;
    margin-right: 3%;
}

small{
    font-size: 15px;
}

.urun-resmi img{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
	height:100%;
	object-fit:contain;
	height:500px;
}

#main-product-img{
    width: 100%;
}

.urun-left{
    width: 50%;
}

.urun-right{
    width: 50%;
    padding: 3%;
}

.urun p{
    white-space: pre-line;
    margin: 0;
}

hr{
    width: 100%;
}

.urun-alt{
    margin-top: 50px;
    width: 100%;
    border: 2px solid #dedede;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    border-radius: 20px;
    margin: 0;
}

.urun-alt div{
    width: 250px;
    background-color: #dedede;
    border-radius: 20px;
    height: 400px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.urun-alt div img{
    width: 250px;
    height: 250px;
}

input[type="text"], input[type="tel"]{
    display: block;
    width: 100%;
    border: 2px solid #dedede;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'Jost', sans-serif;
    box-sizing: border-box;
}

.cover{
	background-size: 100%;	
	transition-duration:0.3s;
}

.cover:hover{
	background-size:105% !important;	
}

.urun select{
    display: block;
    width: 50%;
    border: 2px solid red;
    padding: 5px;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'Jost', sans-serif;
    min-width: 200px;
    animation: resizeAnimation 0.5s infinite alternate;
}

@keyframes resizeAnimation {
    to {
      transform: scale(1.1);
      border: 2px solid #ccc;
    }
  }

label{
    display: inline-block;
}

option{
    padding: 20px;
}

option:disabled {
    color: gray;
}

.mini-images{
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
}

.mini-image{
    width: 100px;
    min-width: 50px;
    margin-top: 10px;
    height: 80px;
}

.mini-image img{
    width: 100px;
    border: 1px solid gray;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 10px;
	height:80px;
    object-fit: cover;
}

.mini-image img:hover{
    opacity: 0.7;
}

.shop-head{
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #ededed;
    color: #333;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
	border:1px solid #ccc;
}

.box{
    width: 100%;
    background-color: #ededed;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.box h1{
    margin: 0;
    margin-top: 20px;
    font-size: 35px;
}

.box p{
    white-space: pre-line;
    margin: 0;
	font-size:16px !important;
}

.products3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    grid-gap: 20px;
    margin-top: 50px;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 50px;
}

.product3 {
    height: 550px;
    width: 280px;
    border: 1px solid #ccc;
    margin: 0;
    position: relative;
    display: flex;
    float: left;
    border-radius: 20px;
    background:#ededed;
    flex-wrap: nowrap;
	flex-direction:column;
	overflow:hidden;
}

.product3 img{
    object-fit:cover;
	transition-duration:0.3s;
	width:100%;
	height:400px;
	border-radius:20px 20px 0px 0;
	overflow:hidden;
	filter: brightness(110%) contrast(100%);
}

.product3 h2{
    font-size:20px;
	float:left;
	margin:0;
	color:#444;
}

.product3 p{
    font-size:15px !important;
	margin:0;
	white-space:pre-line;
}

#video{
    width: 100%;
    max-width: 1000px;
    height: 500px;
    margin-top: 20px;
}

.home-box{
    width: 31%;
    border: 2px solid #dedede;
    border-radius: 10px;
    padding: 0px;
    box-sizing: border-box;
    height: 500px;
    float: left;
    margin: 1%;
    min-width: 350px;
    padding: 5px;
}



.home-box img{
    width: 100px;
    float: left;
    height: 100px;
    margin-right: 5px;
}

.home-box p{
    font-size: 14px !important;
    white-space: pre-line;
}

.displayblock{
	display:block;
}

.displaynone{
	display:none;
}

@media screen and (max-width:1280px) {
    main {
        width: 98%;
        margin-left: 1%;
    }

    header {
        padding-left: 1%;
        padding-right: 1%;
    }

    #home-left {
        margin-left: 2%;
    }
}

@media screen and (max-width:768px) {
    .shop-head{
        font-size: 12px;
    }
    #home-right h1{
        font-size: 6vw;
    }

    .links a{
        font-size:3vw;
		margin:5px;
    }
	
	nav .logo{
		width:75px;
		height:35px;
		margin:0;
		margin-top:17px;
	}
	
    .urun{
        flex-wrap: wrap;
    }

    .urun-left{
        width: 100%;
    }

    .urun-right{
        width: 100%;
    }

    .urun h1{
        font-size: 7vw;
        margin-top: 20px;
    }
	
	.urun-alt div{
		width: 150px;
		background-color: #dedede;
		border-radius: 20px;
		height: 400px;
		margin-right: 10px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.urun-alt div img{
		width: 150px;
		height: 150px;
	}
	
}

@media screen and (max-width:550px) {
	.products {
		grid-template-columns: repeat(auto-fill, 170px);
	}
	.producttest {
		height: 430px;
		width: 170px;
    	background-size: 330%;
	}
	.product:hover, .product:hover h2, .product:hover p{
		background-size: 340% !important;
	}
	
}

@media screen and (max-height:500px) {
	.flexnav{
        display:none !important;
    }
	
}

iframe{
    width: 100% !important;
}