/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(306,1): run-time error CSS1019: Unexpected token, found '}'
(337,34): run-time error CSS1046: Expect comma, found '157'
(337,41): run-time error CSS1046: Expect comma, found '/'
 */
.paketg1 {
    display: none;
}
.paketg2 {
    display: none;
}
.paketg2.activ {
    display: block;
}
.paketg1.activ {
    display: block;
}
.mask.transition.d-flex.align-items-end.text-center.haber:before {
    width: 111%;
    height: 111%;
}
a.photo.d-block.urunr:hover {
    cursor: zoom-in;
}

.img1 {
    position: absolute;
  	animation: img1move 2s;
    animation-fill-mode: forwards;
}
.img3 {
    position: absolute;
  	animation: img3move 2.3s;
    animation-fill-mode: forwards;
}
.img4 {
    position: absolute;
  	animation: img4move 1.8s;
    animation-fill-mode: forwards;
  	z-index: 501;
}
.img5 {
    position: absolute;
  	animation: img5move 2s;
    animation-fill-mode: forwards;
  	z-index: 500;
}
.slide-wrapper .slider-body .caption .title {
  	position: relative;
    z-index: 300;
}
.slide-wrapper .slider-body .caption .sub-title {
  	position: relative;
    z-index: 301;
}
@keyframes img1move {
    from {
      	top: -55px;
    	left: 110px;
    	transform: rotate(34deg);
    }
    to {
        top: 60px;
    	left: -15px;
      	transform: rotate(0);
    }
}
@keyframes img3move {
    from {
      	top: 335px;
    	right: 100px;
    	transform: rotate(34deg);
    }
    to {
        top: 200px;
    	right: -30px;
      	transform: rotate(0);
    }
}
@keyframes img4move {
    from {
      	left: 23%;
    	bottom: -130px;
    	transform: rotate(45deg) scale(0.8);
    }
    to {
        left: 23%;
    	bottom: -230px;
      	transform: rotate(0) scale(1);
    }
}
@keyframes img5move {
    from {
      	left: 40%;
    	bottom: -60px;
    	transform: rotate(-45deg) scale(0.8);
    }
    to {
        left: 38%;
    	bottom: -120px;
      	transform: rotate(0) scale(1);
    }
}
main .corporate-solutions::after {
	top: -130px;
}
.corporate-solutions .container img {
    position: relative;
    top: -80px;
}
.big-title.titleleft {
    text-align: center;
    padding-right: 35%;
}
.page-layout.news-page.product-listing .card .card-photo .photo {
	border-radius: 0;
  	height: 125px;
}
.page-layout.news-page.product-listing .card .card-photo {
	border-radius: 0;  	
}
.page-layout.news-page.product-listing .card .card-photo .photo img {
    width: fit-content;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
.page-layout.news-page.product-listing .card:hover .card-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-layout .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	top: 0;
}
.page-layout.product-detail .photos .photo.product-photo img {
	top: -30px;
}
main .home-factory .statistics .fs-large {
	line-height: 30px;
}
.custom-form .form-control {
	padding: 10px 12px;
}
.accordion .card .card-header, #accordion .card .card-header {
    padding: 0;
    margin: 0;
  	border: none;
}
.accordion .card-header .btn.btn-link, #accordion .card-header .btn.btn-link {
    width: 100%;
    text-align: left;
    height: 60px;
    border: none;
    color: #f7f7f7;
    padding: 10px 20px;
  	background-color: #c3002b;
  	text-decoration: none;
  	transition: .3s;
}
.accordion .card-header .btn.btn-link.collapsed, #accordion .card-header .btn.btn-link.collapsed {
	color: #c3002b;
  	background-color: #f7f7f7;
}
.accordion .card-header .btn.btn-link:hover, #accordion .card-header .btn.btn-link:hover {
    text-decoration: none;
  	color: #f7f7f7;
  	background-color: #c3002b;
}
#accordionExample .card, #accordion .card {
  	border-radius: 5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}
.accordion .card .card-body img, #accordion .card .card-body img {
    width: 100%;
    max-width: 500px;
}
.page-body.page-5 .shared-carousel .swiper-container .swiper-wrapper .swiper-slide a.photo {
    max-height: 100%;
}
@media (max-width: 1400px) {
  .slide-wrapper .socials-mousewheel {
  	top: 35%;
  }
}
@media (max-width: 992px) {
.slide-wrapper .slider-body .slide-image-abs {
    right: 0px;
}
  p img {
    max-width: 100%!important;
    height: auto!important;
}
}
@media (max-width: 500px) {
  	.img1 {
      width: 20%;
  	}
  	.img3 {
      width: 20%;
  	}
  	.img4 {
      width: 20%;
  	}
  	.img5 {
      width: 20%;
  	}
	@keyframes img1move {
    	from {
      		top: -30px;
    		left: 35px;
    		transform: rotate(34deg);
    	}
    	to {
        	top: 0px;
    		left: 0px;
      		transform: rotate(10deg);
    	}
	}
	@keyframes img3move {
    	from {
      		top: 150px;
    		right: 70px;
    		transform: rotate(45deg);
    	}
    	to {
        	top: 110px;
    		right: 0px;
      		transform: rotate(5deg);
    	}
	}
	@keyframes img4move {
    	from {
      		left: calc(50% - 75px);
    		top: 150px;
    		transform: rotate(45deg) scale(0.8);
    	}
    	to {
        	left: calc(50% - 75px);
    		top: 200px;
      		transform: rotate(0) scale(1);
    	}
	}
	@keyframes img5move {
    	from {
      		left: calc(50% - 25px);
    		top: 150px;
    		transform: rotate(-45deg) scale(0.8);
    	}
    	to {
        	left: calc(50% - 25px);
    		top: 200px;
      		transform: rotate(0) scale(1);
    	}
	}
  	header .products-menu .listing {
  		justify-content: space-around;
    	margin-right: 0;
  	}
  	header .main-nav {
  		height: 100vh;
  	}
  	header .follow-us .title {
  		padding-left: 30px;
  	}
  	header .main-nav .mn-container {
  		height: 100%;
  	}
  	header .main-nav .mn-container .row {
    	transform: translateY(-50%);
    	position: relative;
    	top: 50%;
  	}
  	header .main-nav .nav-menu li.show-sub-menu .sub-menu {
    	top: calc(-50% + 70px);
	}
  	header .main-nav .btn-back {
      	top: -100px;
  	}
  	main .page-layout.product-detail .photos .photo.product-photo {
      	top: 40%;
      	right: 0;
      	left: auto;
  	}
  	.page-layout.product-detail .photos .photo.product-photo img {
    	top: 0;
      	width: 160px;
	}
  	.page-layout.product-detail .packages .title-wrap .title {
      	text-align: center;
  	}
  	.corporate-solutions .container img {
    	top: 30px;
    	margin-top: -100px;
	}
  	.shared-carousel .photo {
    	height: 100px;
	}
  	main .home-bg-wrapper .card .card-text {
    	font-size: 18px;
  	}
  	main .corporate-solutions .card .card-title {
      	font-size: 38px;
  	}
 	header .products-menu {
      	left: -1px;
  	}
  	main .numbers .swiper-slide {
      	margin-top: 0 !important;
  	}
}
.urunadet {
    position: absolute;
}
.page-layout.basket .basket-list .column-size {
  width: 16%;
}
.page-layout.contact .contact-form .socials .bashan {
    opacity: 1;
}
.page-layout.product-detail .product-code-title .sub-title {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
.card.acdcard {
    min-height: auto!important;
}
.m-auto.sepetphoto {
    width: 50%;
    height: auto;
    overflow: hidden;
    border-radius: unset;
}
#paletsecimi.activ {
    display: block!important;
}
.repeat.m-md-3.p-3.d-flex.align-items-center.flex-wrap.ayrac0 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgb(17 157 75 / 45%);
}
main .home-tips .boxes .box {
    background-color: #cf122e;
}


.bg-photo.show-arrow.uzman:after {
    border-left: 90px solid #cf122e!important;
}
body {
    background-size: 100%;
}
.home-factory .img-fluid {
    width: 100%;
}
.page-layout.contact .contact-form a.is-bas .contact-is {
    padding: 20px 25px;
    background-color: #c3002b;
  	text-align: center;
  	color: #fff;
    font-weight: 600;
  	transition: .3s;
}
.page-layout.contact .contact-form a.is-bas:hover .contact-is {
    background-color: #900020;
}
.page-layout.contact .c-title {
    min-height: 50px;
}
.page-layout.contact .c-adress {
    min-height: 160px;
}
.page-layout.contact .c-maps a i.fa-route {
    font-size: 45px;
    color: #00963e;
    transition: .5s;
}
.page-layout.contact .c-maps:hover a i.fa-route {
    color: #cf122e;
}
main .home-factory img {
    width: 100%;padding-bottom: 44px;
  }
