@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body{font-family:'Nunito', sans-serif;}
.container{max-width:100%;}
@media (min-width: 1200px){.container{max-width:1320px;}}
a{color:#db7600;}
a:hover{color:#db7600;}

.topbar{width:100%;height:auto;display:block;position:relative;float:left;padding:15px 0;background-color:#f89c30;}
.topbar .navbar{padding:0;}
.topbar .contact{width:auto;height:auto;display:block;position:relative;float:left;}
.topbar .contact a{width:auto;height:auto;display:flex;position:relative;float:left;margin-right:20px;text-decoration:none;align-items:center;color:#784B18;font-weight:600;transition:0.3s;}
.topbar .contact a svg{width:25px;height:25px;margin-right:7px;fill:#784B18;}
.topbar .contact a:hover{color:#ffffff;}
.topbar .social{width:auto;height:auto;display:block;position:relative;float:left;}
.topbar .social a{width:auto;height:auto;display:block;position:relative;float:left;margin-left:15px;text-decoration:none;}
.topbar .social a:first-child{margin-left:0;}
.topbar .social a svg{width:20px;height:20px;fill:#915b1d;transition:0.3s;}
.topbar .social a:hover svg{fill:#ffffff;}

.header{width:100%;height:auto;display:block;position:relative;float:left;padding:25px 0;}
.header .navbar{padding:0;}
.header .logo{width:auto;height:auto;display:block;position:relative;float:left;}
.header .logo a{width:auto;height:auto;display:block;position:relative;float:left;}
.header .logo a img{width:170px;height:auto;}
.header .menu{width:auto;height:auto;display:block;position:relative;float:left;}
.header .menu ul{width:auto;height:auto;display:block;position:relative;float:left;margin:0;padding:0;list-style:none;}
.header .menu ul li{width:auto;height:auto;display:block;position:relative;float:left;}
.header .menu ul li a{width:auto;height:auto;display:block;position:relative;float:left;margin:0 16px;text-decoration:none;color:#383838;font-weight:700;text-transform:uppercase;transition:0.3s;}
.header .menu ul li a:hover{color:#f89c30;}
.header .lang{width:auto;height:auto;display:block;position:relative;float:left;}
.header .lang a{width:30px;height:20px;display:block;position:relative;float:left;margin-left:10px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:.25rem;transition:0.3s;}
.header .lang a:hover{opacity:0.7;}
.header .lang a:first-child{margin-left:0;}
.header .lang a.tr{background-image:url(images/tr.png);}
.header .lang a.en{background-image:url(images/en.png);}
.header .lang a.de{background-image:url(images/de.png);}
.header .mobile-button{width:auto;height:auto;display:none;position:absolute;float:right;outline:none;padding:0;background-color:transparent;border:1px solid transparent;border-radius:.25rem;right:0;top:50%;margin-top:-10.50px;}
.header .mobile-button:focus{outline:none;}
.header .mobile-button .menu-icon{width:30px;height:19px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer;}
.header .mobile-button .menu-icon span{width:100%;height:3px;display:block;position:absolute;background-color:#d57300;border-radius:3px;opacity:1;left:0;transform:rotate(0deg);transition:.35s ease-in-out;}
.header .mobile-button .menu-icon span:nth-child(1){top:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.header .mobile-button .menu-icon span:nth-child(2), .menu-icon span:nth-child(3){top:8px;}
.header .mobile-button .menu-icon span:nth-child(4){top:16px;border-top-left-radius:0;border-top-right-radius:0;}
.header .mobile-button .menu-icon.open span:nth-child(1){top:8px;width:0%;left:50%;}
.header .mobile-button .menu-icon.open span:nth-child(2){transform:rotate(45deg);}
.header .mobile-button .menu-icon.open span:nth-child(3){transform:rotate(-45deg);}
.header .mobile-button .menu-icon.open span:nth-child(4){top:8px;width:0%;left:50%;}

.slider{width:100%;height:auto;display:block;position:relative;float:left;background-color:#fee3c3;}
.slider .item{width:100%;height:700px;display:flex;position:relative;float:left;padding:25px 0 50px 0;background-color:#fee3c3;align-items:center;}
.slider .item .content{width:100%;height:auto;display:block;position:relative;float:left;}
.slider .item .content .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;color:#212529;font-weight:900;font-size:40px;}
.slider .item .content .description{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:20px;color:#212529;font-weight:500;font-size:18px;}
.slider .item .content .button{width:100%;height:auto;display:block;position:relative;float:left;}
.slider .item .content .button a{display:inline-block;padding:20px 35px;background-color:#f89c30;color:#5b3912;font-weight:700;text-decoration:none;line-height:1;border-radius:50px;transition:0.3s;}
.slider .item .content .button a:hover{background-color:#5b3912;color:#ffffff;}
.slider .item .image{width:100%;height:auto;display:block;position:relative;float:left;text-align:right;}
.slider .item .image img{width:auto;height:auto;display:inline-block;max-width:100%;}
.slider.owl-carousel .owl-nav.disabled{display:block;}
.slider.owl-carousel .owl-nav button.owl-next, .slider.owl-carousel .owl-nav button.owl-prev{width:20px;height:40px;display:block;position:absolute;bottom:20px;border:none;outline:none;}
.slider.owl-carousel .owl-nav button.owl-next{right:50%;margin-right:-120px;}
.slider.owl-carousel .owl-nav button.owl-prev{left:50%;margin-left:-120px;}
.slider.owl-carousel .owl-nav button.owl-next svg, .slider.owl-carousel .owl-nav button.owl-prev svg{width:20px;height:40px;fill:#f89c30;transition:0.3s;}
.slider.owl-carousel .owl-nav button.owl-next:hover svg, .slider.owl-carousel .owl-nav button.owl-prev:hover svg{fill:#915b1d;}
.slider.owl-carousel .owl-dots.disabled{display:block;}
.slider.owl-carousel .owl-dots{width:auto;height:auto;display:block;position:absolute;left:50%;bottom:28px;transform:translateX(-50%);}
.slider.owl-carousel button.owl-dot{width:14px;height:14px;display:block;position:relative;float:left;margin:5px;border-radius:100%;background-color:#f89c30;transition:0.3s;}
.slider.owl-carousel button.owl-dot.active{background-color:#915b1d;}

.about{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0;}
.about .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:18px;font-size:35px;font-weight:900;text-align:center;}
.about .title::after{content:"";width:100px;height:4px;display:block;position:absolute;bottom:0;left:50%;margin-left:-50px;background-color:#f89c30;border-radius:.25rem;}
.about .description{width:100%;height:auto;display:block;position:relative;float:left;font-size:18px;font-weight:500;text-align:justify;}

.products{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0;background-color:#f6f6f6;}
.products .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;font-size:35px;font-weight:900;text-align:center;}
.products .title::after{content:"";width:100px;height:4px;display:block;position:absolute;bottom:0;left:50%;margin-left:-50px;background-color:#f89c30;border-radius:.25rem;}
.products .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;}
.products .item a{width:100%;height:auto;display:block;position:relative;float:left;text-decoration:none;background-color:#ffffff;}
.products .item a .image{width:100%;height:auto;display:block;position:relative;float:left;overflow:hidden;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem .25rem 0 0;}
.products .item a .image img{width:100%;height:auto;transition:0.3s;}
.products .item a .text{width:100%;height:auto;display:block;position:relative;float:left;padding:12px 10px;background-color:#212529;color:#ffffff;font-size:19px;font-weight:700;text-align:center;border-radius:0 0 .25rem .25rem;transition:0.3s;}
.products .item a:hover .image img{transform:scale(1.1);}
.products .item a:hover .text{background-color:#f89c30;color:#5b3912;}

.quality{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0;}
.quality .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:18px;font-size:35px;font-weight:900;text-align:center;}
.quality .title::after{content:"";width:100px;height:4px;display:block;position:absolute;bottom:0;left:50%;margin-left:-50px;background-color:#f89c30;border-radius:.25rem;}
.quality .description{width:100%;height:auto;display:block;position:relative;float:left;font-size:18px;font-weight:500;text-align:justify;}

.page{width:100%;height:auto;display:block;position:relative;float:left;}
.page .banner{width:100%;height:auto;display:block;position:relative;float:left;padding:60px 0;background-color:#fee3c3;}
.page .banner .title{width:100%;height:auto;display:block;position:relative;float:left;font-size:35px;font-weight:900;color:#212529;text-align:center;}
.page .content{width:100%;height:auto;display:block;position:relative;float:left;padding:30px 0;}
.page .content .left{width:73%;height:auto;display:block;position:relative;float:left;}
.page .content .right{width:27%;height:auto;display:block;position:relative;float:left;padding-left:20px;}
.page .content .title{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;font-size:30px;font-weight:700;}
.page .content .description{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;font-size:17px;font-weight:500;}
.page .content .img-text{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .img-text .img{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;margin-right:15px;max-width:350px;z-index:1;}
.page .content .img-text .text{width:100%;height:auto;display:block;position:relative;float:none;margin-bottom:15px;font-size:17px;font-weight:500;}
.page .content .img-text .text p{margin-bottom:0;}
.page .content .table-responsive{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .table-responsive b, .page .content .table-responsive strong{font-weight:800;}
.page .content .table-responsive thead{background-color:#f89c30;color:#ffffff;text-align:center;font-weight:700;}
.page .content .table-responsive tbody tr:nth-of-type(odd){background-color:#fee3c3;}
.page .content .table-responsive .table-hover tbody tr:hover{background-color:#fecc92;}
.page .content .table-responsive th{font-weight:800;}
.page .content .table-responsive td{font-weight:600;}
.page .content .table-responsive .table-bordered td, .page .content .table-responsive .table-bordered th{border-color:#f89c30;}
.page .content .table-responsive .table-bordered thead td, .page .content .table-responsive .table-bordered thead th{border-bottom-width:1px;}
.page .content .table-responsive .table-bordered td, .page .content .table-responsive .table-bordered th{border:2px solid #f89c30;}
.page .content .big-image{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .big-image .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .gallery{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .gallery .row{margin-right:-7.5px;margin-left:-7.5px;}
.page .content .gallery .col-sm-6{padding-right:7.5px;padding-left:7.5px;}
.page .content .gallery .item{width:100%;height:auto;display:block;position:relative;float:left;border-radius:.25rem;margin-bottom:15px;overflow:hidden;transition:0.3s;}
.page .content .gallery .item a{width:100%;height:auto;display:block;position:relative;float:left;border-radius:.25rem;overflow:hidden;}
.page .content .gallery .item a img{width:100%;height:auto;border-radius:.25rem;transition:0.3s;}
.page .content .gallery .item a:hover img{transform:scale(1.1);}
.page .content .video{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .video .row{margin-right:-7.5px;margin-left:-7.5px;}
.page .content .video .col-md-6{padding-right:7.5px;padding-left:7.5px;}
.page .content .video .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;background-color:#fee3c3;border-radius:.25rem;overflow:hidden;}
.page .content .video .item video{display:block;}
.page .content .file{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .file .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .file .item a{width:100%;height:auto;display:block;position:relative;float:left;padding:15px 20px;border-radius:.25rem;color:#f89c30;font-weight:600;text-decoration:none;background-color:#212529;transition:0.3s;}
.page .content .file .item a:hover{background-color:#f89c30;color:#212529;}
.page .content .file .item a .text{width:auto;height:auto;display:block;float:left;position:relative;margin:0;}
.page .content .file .item a .icon{width:35px;height:35px;display:block;float:right;position:relative;margin-top:9px;}
.page .content .categories{width:100%;height:auto;display:block;position:relative;float:left;padding:15px 25px 10px 25px;background-color:#f89c30;border-radius:7px;}
.page .content .categories::before{content:"";width:86%;height:4px;display:block;position:absolute;left:7%;top:0;background-color:#212529;border-radius:.25rem;}
.page .content .categories .item{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .categories .item a{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:10px;padding:10px 20px;text-decoration:none;background-color:#212529;color:#f89c30;font-weight:600;border-radius:.25rem;transition:0.3s;}
.page .content .categories .item a.active{color:#ffffff;}
.page .content .categories .item a:hover{color:#ffffff;}
.page .content .lists{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .lists .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:15px;}
.page .content .lists .item a{width:100%;height:auto;display:block;position:relative;float:left;padding:15px 25px;text-decoration:none;background-color:#f89c30;border-radius:.25rem;color:#212529;font-weight:700;font-size:18px;transition:0.3s;}
.page .content .lists .item a:hover{background-color:#212529;color:#ffffff;}
.page .content .p-products{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .p-products .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;}
.page .content .p-products .item a{width:100%;height:auto;display:block;position:relative;float:left;text-decoration:none;background-color:#ffffff;}
.page .content .p-products .item a .image{width:100%;height:auto;display:block;position:relative;float:left;overflow:hidden;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem .25rem 0 0;}
.page .content .p-products .item a .image img{width:100%;height:auto;transition:0.3s;}
.page .content .p-products .item a .text{width:100%;height:auto;display:block;position:relative;float:left;padding:12px 10px;background-color:#212529;color:#ffffff;font-size:19px;font-weight:700;text-align:center;border-radius:0 0 .25rem .25rem;transition:0.3s;}
.page .content .p-products .item a:hover .image img{transform:scale(1.1);}
.page .content .p-products .item a:hover .text{background-color:#f89c30;color:#5b3912;}
.page .content .info{width:100%;height:auto;display:block;position:relative;float:left;padding:30px 30px 0 30px;background-color:#f89c30;border-radius:.25rem;}
.page .content .info .item{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:30px;padding:25px;background-color:#ffffff;border-radius:.25rem;}
.page .content .info .item .txt{width:100%;height:auto;display:block;position:relative;float:left;margin-bottom:8px;color:#212529;font-size:18px;font-weight:700;}
.page .content .info .item .area{width:100%;height:auto;display:block;position:relative;float:left;}
.page .content .info .item .area .icon{width:auto;height:auto;display:block;position:absolute;left:0;top:50%;margin-top:-25px;}
.page .content .info .item .area .icon span{width:50px;height:50px;display:flex;position:relative;float:left;border-radius:.25rem;justify-content:center;align-items:center;}
.page .content .info .item .area .icon span svg{width:20px;height:20px;}
.page .content .info .item .area .itm{width:100%;height:auto;display:flex;position:relative;float:left;padding-left:60px;min-height:50px;flex-wrap:wrap;align-items:center;}
.page .content .info .item .area .itm span{width:100%;height:auto;display:block;position:relative;float:left;color:#383a45;word-break:break-word;font-weight:500;}
.page .content .info .item .area .itm span a{color:#383a45;}
.page .content .form .form-control{height:60px;padding:0 25px;background-color:#f0f0f2;border-color:#f0f0f2;font-weight:600;}
.page .content .form textarea.form-control{height:auto;padding:20px 25px;}
.page .content .form .form-control:focus{border-color:#f89c30;box-shadow:0 0 0 .2rem rgba(248,156,48,.25);}
.page .content .alert-primary{background-color:#f89c30;color:#212529;border:none;font-weight:600;}

.footer{width:100%;height:auto;display:block;position:relative;float:left;padding:50px 0;background-color:#212529;}
.footer .content{width:100%;height:auto;display:flex;position:relative;float:left;justify-content:space-between;flex-wrap:wrap;}
.footer .content .box-1{width:auto;height:auto;display:block;position:relative;float:left;max-width:400px;}
.footer .content .box-2{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .box-3{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .box-4{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .logo{width:auto;height:auto;display:block;position:relative;float:left;margin-bottom:20px;}
.footer .content .logo a{width:auto;height:auto;display:block;position:relative;float:left;}
.footer .content .logo a img{width:150px;height:auto;}
.footer .content .description{width:auto;height:auto;display:block;position:relative;float:left;margin-bottom:15px;color:#ffffff;}
.footer .content .social{width:100%;height:auto;display:block;position:relative;float:left;}
.footer .content .social a{width:auto;height:40px;display:flex;position:relative;float:left;text-decoration:none;border-radius:40px;margin-right:20px;}
.footer .content .social a:last-child{margin-right:0;margin-left:-2px;}
.footer .content .social a svg{width:22px;height:auto;fill:#ffffff;margin:auto;transition:0.3s;}
.footer .content .social a.facebook svg{width:21px;margin:auto auto 10px auto;}
.footer .content .social a.instagram svg{width:21px;}
.footer .content .social a.whatsapp svg{width:30px;}
.footer .content .social a:hover svg{fill:#f89c30;}
.footer .content .title{width:auto;height:auto;display:block;position:relative;margin-bottom:10px;color:#ffffff;font-size:19px;font-weight:700;}
.footer .content .menu{width:auto;height:auto;display:block;position:relative;}
.footer .content .menu ul{width:auto;height:auto;display:block;position:relative;margin:0;padding:0;list-style:none;}
.footer .content .menu ul li{position:relative;padding-left:12px;}
.footer .content .menu ul li::before{content:"";width:6px;height:6px;display:block;position:absolute;left:0;top:50%;margin-top:-3px;background-color:#f89c30;border-radius:100%;}
.footer .content .menu ul li a{color:#ffffff;font-weight:600;}
.footer .content .contact{width:auto;height:auto;display:block;position:relative;}
.footer .content .contact span{width:auto;height:auto;display:block;position:relative;margin:0 15px 15px 0;color:#ffffff;}
.footer .content .contact span:last-child{width:100%;}
.footer .content .contact span a{width:auto;height:auto;display:block;position:relative;color:#ffffff;font-weight:600;text-decoration:none;transition:0.3s;}
.footer .content .contact span svg{width:25px;height:auto;margin-right:5px;fill:#ffffff;transition:0.3s;}
.footer .content .contact span a:hover{color:#f89c30;}
.footer .content .contact span a:hover svg{fill:#f89c30;}
.footer .content .sales{width:auto;height:auto;display:block;position:absolute;left:50%;bottom:15px;transform:translate(-50%);}
.footer .content .sales .title{text-align:center;}
.footer .content .sales .item{width:auto;height:auto;display:block;position:relative;}
.footer .content .sales .item a{display:inline-block;position:relative;margin:0 8px;text-decoration:none;transition:0.3s;}
.footer .content .sales .item a img{width:120px;height:auto;max-width:100%;}
.footer .content .sales .item a.trendyol img{width:80px;}
.footer .content .sales .item a:hover{opacity:0.65;}
.footer-copyright{width:100%;height:auto;display:block;position:relative;float:left;padding:20px 0;background-color:#121517;}
.footer-copyright .content{width:100%;height:auto;display:block;position:relative;float:left;}
.footer-copyright .content .text{width:100%;height:auto;display:block;position:relative;float:left;padding-right:50px;color:#ffffff;font-weight:500;font-size:15px;}
.footer-copyright .content .ka{width:40px;height:30px;display:block;position:absolute;right:0;top:50%;margin-top:-15px;background-image:url(images/ka.net.tr.svg);}

@media (max-width: 991px) {
	.header .logo a img{width:130px;}
	.header .lang{right:42px;}
	.header .mobile-button{display:block;}
	.header .menu{width:100%;display:none;position:absolute;top:78.58px;left:0;z-index:20;}
	.header .menu.show{display:block;}
	.header .menu.collapsing{display:block;height:0;overflow:hidden;transition:height .35s ease;}
	.header .menu ul{width:100%;background-color:#212529;overflow:hidden;border-radius:0 0 .25rem .25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
	.header .menu ul li{width:100%;border-bottom:1px solid #ffffff;}
	.header .menu ul li:last-child{border-bottom:none;}
	.header .menu ul li a{width:100%;margin:0;padding:10px 15px;color:#ffffff;}
	
	.slider .item{height:auto;padding:25px 0 75px 0;}
	.slider .item .content .title{font-size:30px;}
	.slider .item .content .description{font-size:17px;}
	.slider .item .content .button a{padding:15px 25px;font-size:15px;}
	.slider .item .image{margin-top:20px;text-align:center;}
	
	.about{padding:15px 0;}
	.about .title{margin-bottom:10px;font-size:30px;}
	.about .description{font-size:17px;}
	
	.products{padding:15px 0;}
	.products .title{margin-bottom:15px;font-size:30px;}
	.products .item{margin-bottom:15px;}
	
	.quality{padding:15px 0;}
	.quality .title{margin-bottom:15px;font-size:30px;}
	.quality .description{font-size:17px;}
	
	.page .content{padding:15px 0;}
	.page .content .left{width:100%;}
	.page .content .right{width:100%;margin-top:10px;padding-left:0;}
	.page .content .p-products .item{margin-bottom:15px;}
	
	.footer{padding:30px 0 0 0;}
	.footer .content .box-1, .footer .content .box-2, .footer .content .box-3, .footer .content .box-4{width:100%;margin-bottom:20px;}
	.footer .content .title{margin-bottom:5px;}
	.footer .content .sales{width:100%;position:relative;float:left;left:auto;bottom:auto;transform:none;margin-top:-15px;margin-bottom:20px;}
	.footer .content .sales .title{text-align:left;}
	.footer .content .sales .item a{margin:0 12px 0 0;}
}
@media (max-width: 767px) {
	.topbar{padding:12px 0;}
	.topbar .navbar{justify-content:center;}
	.topbar .contact{display:none;}
	
	.page .banner{padding:35px 0;}
	.page .banner .title{font-size:28px;}
	.page .content .title{font-size:27px;}
	.page .content .description{font-size:16px;}
	.page .content .img-text .text{font-size:16px;}
	.page .content .img-text .img{max-width:100%;margin-right:0;margin-bottom:0;}
	.page .content .img-text .text{width:100%;float:left;margin-top:15px;}
	.page .content .info{padding:15px 15px 0 15px;}
	.page .content .info .item{margin-bottom:15px;padding:15px;}
}
@media (max-width: 575px) {
	.page .content .title{font-size:25px;}
}