@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
a{text-decoration: none;}
li{list-style: none;}
.container{
    max-width: 1200px;
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
}
.altli{
    display: flex;
    align-items: center;
}
.altli li{
    display: inline-block;
    margin: 5px;
}
.altli a{
    color: #000;
    text-decoration: none;
}

#google_translate_element .goog-te-gadget {font-size: 0px !important ;}

/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*Header Start*/
header{
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
}
header.sticky{background: rgba(255, 255, 255, 1);}
header:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}
header nav{
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}

header nav .logo
{
    width: 100%;
    max-width: 200px;
    height: auto;
}
header nav .logo{
    display: block;
    width: 100%;
    height: 100%;
}
header nav .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header nav ul{
    display: flex;
    align-items:center;
	justify-content: top;
    width: 100%;
    height: 100%;
}
header nav ul li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
    padding: 0 30px;
}
header nav ul li a{
    text-decoration: none;
    color: black;
    font-size: 16px;
}
header nav ul li:hover .dropmn{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #EFEFED;
    display: block;
    width: 170px;
}
.flex{
    display: flex;
    align-items: start;
    gap: 5px;

}
.dropmn{
    z-index: 999999999999;
    display: none;
}
.dropmn ul{
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    align-items: start;
}
.dropmn ul li {
    padding: 5px 0;
}
.dropmn ul li a{
    font-size: 14px;
}
.dropmn ul li a:hover{
    text-decoration:underline;
}
/*Header End*/
/*Slider Start*/

.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
margin-bottom: 40px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}

#slider{
    width: 100%;
    height: 80vh;
    background-position: left;
    margin: -50px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
  padding: 50px 0;
}
.swiper-slide {
    display: flex !important;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.slider-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-img{
    width: 100%;
    max-width: 400px;
    height: auto;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-text{
    width: 100%;
    max-width: 600px;
    text-align: start;
}
.slider-text h2{
    font-size: 48px;
    color: #2873B9;
}
.slider-text h5{
    color: #919190;
    margin: 10px 0;
    font-weight: 500;
}
.slider-text a{
    text-decoration: none;
    color: #2873B9;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s all;
    font-weight: 500;
}
.slider-text a:hover{
    color: #51a6f5;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 20% !important;
    margin: 250px 0 !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    left: 80% !important;
    margin: 250px 0 !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px !important;
  }

.urun-img{
    overflow: hidden;
    height: 200px;
}
/*Slider End*/
/*Hakkimiz Start*/
#hakkimiz{
    width: 100%;
    padding: 50px 0;
    background: #EFEFED;
}
.kubanner{
    background-color: #51a6f5;
    padding: 15px 0;
}
.kubanner ul{
    display: flex;
    align-items: center;
    gap: 15px;
}
.kubanner ul li {
    margin: 0 20px 0 0;
}

.kubanner ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.hakkimiz-row{
    display: flex;
    align-items: center;
}
.hakkimiz-sol{
    width: 100%;
    max-width: 750px;
    background-color: #2873B9;
    padding: 50px 0;
    display: flex;
    align-items: end;
    flex-direction: column;
}
.hakkimiz-sol h3{
    color: #fff;
    font-size: 24px;
    margin: 10px 30px 10px 0 ;
}
.hakkimiz-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.hakkimiz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blur
{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -0.64%, #2873B9 66.81%);
}
.hakkimiz-sag{
    width: 100%;
    max-width: 600px;
    text-align: start;
    margin-left: 50px;
    color: #2873B9;
}
.hakkimiz-sag p{
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
}
/*Hakkimiz End*/
/*Ürünler Start*/
#urunler{
    width: 100%;
    height: 100%;
}
.urunler-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}
.urunler-text h2{
    font-size: 32px;
    color: #2873B9;
    font-weight: 500;
}
.urunler-text h1{
    font-size: 62px;
    color: #2873B9;
    opacity: 0.11;
    font-weight: 500;
}
.card{
    max-width: 450px;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.urun-alt{
    background: #2873B9;
    border-radius: 0px 0px 26px 26px;
    padding: 15px;
    max-width: 185px;
    width: 100%;
}
.urun-alt h3{
    font-size: 14px;
    color: #fff;
}
.detay{
    border: 1px solid #2873B9;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 5px 0;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    color: #2873B9;
    cursor: pointer;
}
.detay::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2873B9;
    transition: 0.5s all;
    z-index: 1;
}
.detay:hover::after{
    width: 100%;
}
.detay a{
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #2873B9;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.detay a:hover{
    color: #fff;
}
/*Ürünler End*/
/*Ürünler Sayfası Star*/
#urunlers{
    width: 100%;
    background-position: left;
    margin: -50px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.urun-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.urnler-card{
    width: 100%;
    height: 100%;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.urnler-card a{
    width: 100%;
    height: 100%;
}
.urnler-card  h2{
    font-size: 14px;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
}
.urn-img{
    width: 100%;
    max-width: 275px;
    height: 250px;
    border-radius: 50px;
    border: 1px solid black;
    overflow: hidden;
}
.urn-img:hover{
    background-color: #dddddd;
}
.urn-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
/*Ürünler Sayfası End*/

/*Mekik Start*/
.mekik-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.mekikler{
    width: 100%;
    height: 100%;
    margin: 15px 0;
}

.mekikler h2{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
}
.mekik-img{
    width: 100%;
    max-width: 550px;
    height: 250px;
    border-radius: 50px;
    border: 1px solid black;
    overflow: hidden;
}
.mekik-img:hover{
    background-color: #dddddd;
}
.mekik-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
/*Mekik End*/
/*Tabs Start*/
#tabs{
    width: 100%;
    background-position: left top;
    margin: -50px 0 0 0;
    background-size: 30%;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.tabs-content{
    margin: 45px 0;
}
.tabs-content h1{
    color: #51a6f5;
}
.tabs{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    cursor: pointer;
}
.tabs-card{
    width: 100%;
    max-width: 275px;
    height: 375px;
    border-radius: 50px;
    border: 1px solid black;
    overflow: hidden;  
    position: relative;
    margin: 10px 0;
}
.tabs-card::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 115, 185, 0.639216);
}
.tabs-card.active:after{
    background-color: transparent;
}
.tabs-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.content{
    display: none;
}
.content.active{
    display: block;
    animation: fade 1s ease;
}
.card-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    margin: 20px 0;
}
.tabs-sol{
    width: 100%;
    max-width: 450px;
    height: 100%;
}
.tabs-sol .buyukres{
    width: 100%;
    max-width: 450px;
    height: 500px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.tabs-sag{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.tabs-img{
    width: 100%;
    max-width: 250px;
    height: 230px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.tabs-cardd{
    margin: 10px 0;
}
.card-bottom{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*Tabs End*/
/*Kasnak Start*/
.kasnak-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    margin: 20px 0;
    gap: 10px;
}
.kasnak-card{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.kasnak-card .kasnak-img{
    width: 100%;
    max-width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 40px;
}
.kasnak-boyut .kasnak-text{
    margin: 10px 0;
}
/*Kasnak End*/

/*hakkimiz*/
#hakkimz h1{
    color: #51a6f5;
    font-size: 42px;
    font-weight: 400; padding-bottom: 20px;
}
#hakkimz p { line-height:200%;}
/*hakkimiz end */




/*Footer Start*/
footer{
    width: 100%;
    background: linear-gradient(90deg, #2873B9 0%, rgba(86, 86, 86, 0.329412) 100%);
    padding: 50px 0;
}
.footer-row{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer-ort{
    display: flex;
    align-items: start;
    justify-content: space-around;
}
.fot{
    width: calc(30% - 10px);
    color: #fff;
}
.fot ul{
    display:flex;
    flex-direction: column;
    align-items: start;
}
.fot ul li{
    display: inline-flex;
    margin: 10px 0;
}
.fot a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.fot a:hover{
    color: #dddddd;
}
.fot p{
    margin: 10px 0;
}
.footer-sag{
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #fff;
}
.footer-sag a{
    color: #fff;
    margin: 10px 0;
}
.footer-sag .social{
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footerbg{
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.footerbg::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2873B9 0%, rgba(86, 86, 86, 0.329412) 100%);
}
.footerbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/*Footer End*/

iframe{
    width: 100%;
    height: 450px;
}
.iletisim{
    padding-left: 50px;
}
.iletisim p{
    margin: 10px 0 0 0;
    font-size: 16px;
}
.iletisim a{
    color: #2873B9;
    text-align: start;
}
#urunlers h4{
    color: #51a6f5;
    font-size: 24px;
}
#banner{
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 950px) {
    header nav ul li{
        padding: 0 10px;
    }
    .footer-row{
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (max-width: 850px) {
    .slider-text h2 {
        font-size: 32px;
    }
    .slider-text h5{
        font-size: 15px;
    }
    .hakkimiz-row{
        flex-direction: column;
    }
    .hakkimiz-sag{
        max-width: 100%;
        padding: 15px 20px;
        margin: 0;
    }
    .hakkimiz-sol{
        max-width: 100%;
    }
    header ul{
        position: fixed;
        top: 101px;
        left: -100%;
        flex-direction: column;
        background: #51a6f5;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        display: flex;
        align-items: center;
        padding-top: 150px;
        transition: .7s all ease-in;
    }
    header ul li {
        padding: 10px;
    }
    header nav ul li a{
        color: #fff;
        font-size: 24px;
    }
    header ul.active{
        left: 0%;
    }
	nav ul .sarı a{
	color:#000;
	}
    #hamburger {
		display: flex;
		position: relative;
		width: 34px;
		height: 34px;
		transition: 0.3s ease-in-out;
        z-index: 99;
        border: 2px solid #51a6f5;
        border-radius: 50%;
	}
    #hamburger span {
		display: block;
		position: absolute;
		left: 4px;
		width: 70%;
		height: 3px;
		border-radius: 2px;
		background-color: #51a6f5;
		transition: 0.3s ease-in-out;
	}

	#hamburger .item01 {
		top: 10px;
	}
	#hamburger .item03 {
		top: 17px;
	}

	#hamburger.active .item01 {
		top: 15px;
		transform: rotate(135deg);
	}
	
	#hamburger.active .item02 {
		opacity: 0;
		left: -40px;
	}

	#hamburger.active .item03 {
		top: 15px;
		transform: rotate(-135deg);
	}
	
	#banner{
    height: 200px;
}
header nav ul li { margin: 20px 0px;}

	
}
@media screen and (max-width: 500px){
    .urn-img{
	 border-radius:20px;
    }
    .slider-row{
        flex-direction: column;
    }
    .slider-text h2 {
        font-size: 24px;
    }
    .slider-text h5{
        font-size: 13px;
    }
    .urunler-text h1 {
        font-size: 28px;
    }
    .urunler-text h2 {
        font-size: 20px;
    }
    .swiper-wrapper{
        padding: 50px 0;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px !important;
    }
    .detay{
        padding: 15px 0;
        margin: 5px 0;
    }
    .footer-ort{
        flex-direction: column;
    }
    .fot{
        width: 100%;
        margin: 10px 0;
    }
    .footer-sag{
        align-items: start;
    }
    .urun-row,
    .kasnak-row,
    .card-row,
    .mekik-row{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .tabs{
        align-items: center;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .tabs-card{
        max-width: 170px;
        height: 275px;
    }
    .card-bottom,
    .tabs-sag{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .tabs-img {
        max-width: 150px;
        height: 150px;
    }
    .tabs-img img{
        width: 100%;
        height: 100%;
    }
    .mekik-img{
        max-width: 170px;
        height: 200px;
    }
    .urnler-card{
        max-width: 170px;
    }
    .sol{
        grid-template-columns: none;
        flex-direction: column;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 20% !important;
        margin: 200px 0 !important;
      }
      .swiper-button-next, .swiper-rtl .swiper-button-prev{
        left: 80% !important;
        margin: 200px 0 !important;
      }
      .slider-img{
        height: auto;
      }
    #hakkimiz{
    padding: 0 0 50px 0;

    }
}