
body{
    color:#202426;
}
p{
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{
    height:100px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 102;
}
.header_alt{
    width:100%;
}
.header-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding:0px 20px;
}

.header_alt > div{
    height: 100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_alt > div > nav > ul{
    display:flex;	
}
.header_alt > div > nav > ul > li{
    position: relative;
    height:40px;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li:after{
    content: "";
	position: absolute;
	height: 0;
	width: 100%;
	background : #F9B63B;
	left: 0;
	top: 0;
	transition: all .3s;
	z-index: 0;
	border-radius: 10px 0 10px 0;	
}
.header_alt > div > nav > ul > li:hover:after{
    height: 100%;
}
.header_alt > div > nav > ul > li > ul > li{
    position: relative;
    height:40px;
}
.header_alt > div > nav > ul > li:hover > ul{
    display:block;
	visibility: visible;
	top: 40px;
}
.header_alt > div > nav > ul > li > ul > li:hover > ul{
    display:block;
}
.header_alt > div > nav > ul > li > ul{
    position: absolute;
    left:0;
	top: 80px;
	visibility: hidden;
    width:250px;
    background:#28c9ab;
	border-radius: 0 10px 10px 10px;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > ul > li > ul{
    position: absolute;
    left:-250px;
    display:none;
    top:0;
    width:250px;
    background:#28c9ab;
	border-radius: 10px 0 10px 10px;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > a{
    color: #fff;
    font-weight: bold;
    display:block;
    line-height: 40px;
    padding:0 30px;
	position: relative;
	z-index: 1;
	transition: color 0.3s;
}
.header_alt > div > nav > ul > li:hover > a{
    color: #242D3D;
}
.header_alt > div > nav > ul > li > ul > li{
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header_alt > div > nav > ul > li > ul > li > ul > li{
    width:100%;
	position: relative;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header_alt > div > nav > ul > li > ul > li > a{
    display:block;
    padding:10px 30px;
    font-weight: 600;
    font-size:14px;
    color:#fff;
}
.header_alt > div > nav > ul > li > ul > li > ul > li > a{
    display:block;
    padding:10px 30px;
    font-weight: 600;
    font-size:14px;
    color:#fff;
}
.header_alt > div > nav > ul > li > ul > li:hover{
    background:rgba(0,0,0,0.1);
}
.header_alt > div > nav > ul > li > ul > li > ul > li:hover{
    background:rgba(0,0,0,0.1);
}
.header-logo figure{
	position: relative;
	width: 140px;
}
.header-tel a{
	color: #242D3D;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 99px;
	background: #F9B63B;
	transition: all 0.4s;
	display: block;
}
.header-tel a:hover{
	background: #242D3D;
	color: #F9B63B;
	transform: scale(0.98);
}

.form-kvkk label {
    display: flex;
    gap: 5px;
}

.form-kvkk p {
    line-height: 20px!important;
}

.form-kvkk a {
    line-height: 20px!important;
    font-weight: bold;
    color: #4B5563;
}

.nav-up{
	top: 0;
}

.hbg > .container{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}


.slider_text-icerik > div{
	width: 100%;
	margin-top: 20px;
}
.header_alt > div > nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
.header_alt > div > nav > ul > li > ul > li > ul > li:last-child{
	border-bottom: none;
}

header{
	background-color: transparent!important;
}
header > .container{
	background: linear-gradient(
	  to right,
	  #0F2237 30%,
	  #3B5775 71%,
	  #8A8376 86%,
	  #3B5775 100%
	);
	border-radius: 0 0 40px 40px;
	transition: all 0.4s;
	height: 100px;
}
.anasayfa-slider-icerik picture{
	width: 100%;
	display: block;
	max-height: 100vh;
}
.anasayfa-slider-icerik picture img{
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}
.anasayfa-slider-icerik{
	position: relative;
}
.anasayfa-slider-icerik:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	   135deg,
	   rgba(20, 36, 53, 0.5) 20%,
	   rgba(1, 7, 31, 0.1) 51%,
	   rgba(6, 10, 14, 0.5) 100%
	 );
}
.slider-text{	
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 100%;
}
.slider-text-icerik{
	display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
	width: 50%;
}
.slider-text-icerik h1{
	color: #fff;
	font-size: 3.5vw;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}
.slider-text-icerik h2{
	color: #F9B63B;
	font-size: 3.5vw;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}
.slider-text .container{
	display: flex;
	justify-content: end;
}
.sayfa-baslik{
	width: 100%;
	text-align: center;
	color: #242D3D;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}
.anasayfaHakkimizda-ust p{
	color: #242D3D;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	width: 80%;
	margin: auto;
}
.anasayfaHakkimizda-banner{
	position: relative;
}
.anasayfaHakkimizda-banner:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	   135deg,
	   rgba(20, 36, 53, 0.5) 20%,
	   rgba(1, 7, 31, 0.1) 51%,
	   rgba(6, 10, 14, 0.5) 100%
	 );
	 border-radius: 40px;
}
.anasayfaHakkimizda-banner-logo{
	position: absolute;
	right: 30px;
	top: 30px;
}
.anasayfaHakkimizda-banner picture{
	width: 100%;
	display: block;
}
.anasayfaHakkimizda-banner picture img{
	width: 100%;
	border-radius: 40px;
}
.anasayfaHakkimizda-banner-text{
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 55%;
}
.anasayfaHakkimizda-banner-text span{
	color: #F9B63B;
	font-size: 40px;
	font-weight: bold;
}
.anasayfaHakkimizda-banner-text h3{
	font-family: "Playfair Display", serif;
	font-size: 80px;
	font-weight: 400;
	color: #fff;
	line-height: 80px;
}
.anasayfa-herkesicin-box figure{
	width: 100%;
	display: flex;
	justify-content: end;
	border-radius: 40px;
	overflow: hidden;    
	background: linear-gradient(180deg, rgba(249, 182, 59, 1) 0%, rgba(199, 144, 43, 1) 100%);
}
.color1{
	background: linear-gradient(180deg,rgba(249, 182, 59, 1) 0%, rgba(199, 144, 43, 1) 100%)!important;
}
.color2{
	background: linear-gradient(180deg,rgba(36, 45, 61, 1) 0%, rgba(29, 36, 50, 1) 100%)!important;
}
.color3{
	background: linear-gradient(180deg,rgba(249, 182, 59, 1) 0%, rgba(199, 144, 43, 1) 100%)!important;
}
.anasayfa-herkesicin-box-text h2{
	color: #242D3D;
	font-size: 30px;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}
.anasayfa-herkesicin-box-text p{
	color: #242D3D;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}
.anasayfa-satis-banner picture{
	display: block;
	width: 100%;
}
.anasayfa-satis-banner picture img{
	width: 100%;
	height: 452px;
	object-fit: cover;
	border-radius: 40px;
}
.anasayfa-satis-banner{
	position: relative;
}
.anasayfa-satis-banner:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	   135deg,
	   rgba(20, 36, 53, 0.5) 20%,
	   rgba(1, 7, 31, 0.1) 51%,
	   rgba(6, 10, 14, 0.5) 100%
	 );
	 border-radius: 40px;
}
.anasayfa-satis-banner-text{
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.anasayfa-satis-banner-text figure{
	margin-bottom: 20px;
}
.anasayfa-satis-banner-text h2{
	font-family: "Playfair Display", serif;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
}
.anasayfa-satis-banner-text a{
	color: #242D3D;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 45px;
    border-radius: 99px;
    background: #F9B63B;
    transition: all 0.4s;
    display: block;
}
.anasayfa-satis-banner-text a:hover{
	transform: scale(0.95);
}
.anasayfa-satis .col-md-4 .anasayfa-satis-banner-text a{
	background: #242D3D;
    color: #F9B63B;
}
.anasayfa-valiz-box{
	background: url(/images/valiz-box-bg.png);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.anasayfa-valiz-box-text{
	flex: 1;
}
.anasayfa-valiz-box figure{
	flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}
.anasayfa-valiz-box-text span{
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 2vw;
}
.anasayfa-valiz-box-text p{
	color: #fff;
	font-size: 1vw;
}
.anasayfa-valiz-yan{
	width: 100%;
	height: 100%;
	position: relative;
}
.anasayfa-valiz-yan:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	   135deg,
	   rgba(20, 36, 53, 0.5) 20%,
	   rgba(1, 7, 31, 0.1) 51%,
	   rgba(6, 10, 14, 0.5) 100%
	 );
	 border-radius: 40px;
}
.anasayfa-valiz-yan figure{
	width: 100%;
	height: 100%;
}
.anasayfa-valiz-yan figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}


.anasayfa-urunler-slider-box-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.anasayfa-urunler-slider-box-icerik-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	position: relative;
	transition: all 0.4s;
	z-index: 10;
}
.anasayfa-urunler-slider-box-icerik-text h2{
	font-size: 21px;
	text-align: center;
	margin: 10px 0;
}
.anasayfa-urunler-slider-box-icerik-text span{
	font-size: 25px;
	text-align: center;
}
.anasayfa-urunler-slider-box-icerik-text a{
	background: #F9B63B;
	border-radius: 99px;
	color: #242D3D;
	font-size: 15px;
	padding: 10px 25px;
	font-weight: bold;
	display: block;
	position: relative;
}

.anasayfa-urunler-slider .slick-slide  {
	opacity: 0.3; 
	transition: all 0.4s ease;
	padding: 60px 10px 90px 10px;
}
.anasayfa-urunler-slider .slick-slide .anasayfa-urunler-slider-box-icerik{
	transition: all 0.4s ease;
	border: 4px solid transparent;
	padding: 5px 20px 5px 20px;
	transform: scale(0.9);
	border-radius: 0;
}
.anasayfa-urunler-slider .opacity-1 {
	opacity: 1 !important;
}
.anasayfa-urunler-slider .opacity-1 .anasayfa-urunler-slider-box-icerik-text{
	opacity: 1 !important;
}
.anasayfa-urunler-slider .opacity-1 .anasayfa-urunler-slider-box-icerik{
	opacity: 1 !important;
	transform: scale(1.2);
	/*border: 4px solid #F9B63B; */
	border-radius: 40px;
}
.anasayfa-urunler-slider{
	position: relative;
}
.anasayfa-urunler-slider:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	width: 20%;
	height: calc(100% - 40px);
	border: 4px solid #F9B63B;
	border-radius: 40px;
	transform: translate(-50%, 0);
	z-index :9;

}
.anasayfa-urunler-slider-box-icerik figure{
	z-index: 8;
}
.anasayfa-urunler-slider .opacity-07 {
	opacity: 0.7 !important;
}
.anasayfa-urunler-slider .opacity-03 {
	opacity: 0.3 !important;
}
.anasayfa-magaza-slider-icerik figure img{
	width: 100%;
}

.anasayfa-magaza-slider .slick-list{
	padding-right: 25%!important;
}
.anasayfa-magaza-slider-box{
	border: 1px solid #242D3D;
}
.anasayfa-magaza-arrow i:before{
    font-family: 'profornet' !important;
}
.anasayfa-magaza{
	position: relative;
}
.anasayfa-magaza-arrow i{
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #242D3D;
	border-radius: 50%;
	font-size: 20px;
}
.anasayfa-magaza-arrow{
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-40%, 0);
}
.anasayfa-magaza-baslik{
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	position: absolute;
	padding: 15px 60px;
	border-radius: 0 0 40px 40px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	background: #242D3D;
	font-family: "Playfair Display", serif;
	z-index: 2;
}
.anasayfaHakkimizda, .anasayfa-valiz, .anasayfa-magaza, .anasayfa-iletisim{
    scroll-margin-top: 110px;
}
.anasayfa-iletisim-bilgiler{
	padding-right: 10%;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 30px;
}
.anasayfa-iletisim-bilgiler-text h2{
	font-size: 70px;
	font-family: "Playfair Display", serif;
	color: #242D3D;
	margin-bottom: 15px;
}
.anasayfa-iletisim-bilgiler-text p{
	font-size: 30px;
	color: #242D3D;
	line-height: normal;
}
.anasayfa-iletisim-bilgiler-adres{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.anasayfa-iletisim-bilgiler-adres b{
	font-size: 20px;
	color: #242D3D;
	margin-bottom: 20px;
}
.anasayfa-iletisim-bilgiler-adres a{
	font-size: 20px;
	color: #242D3D;
	margin-bottom: 20px;
}
.anasayfa-iletisim-bilgiler-adres span{
	font-size: 20px;
	color: #242D3D;
}
.anasayfa-iletisim-bilgiler-adres span a{
	margin-bottom: 0;
}
.anasayfa-iletisim-bilgiler-adres a:hover{
	text-decoration: underline;
}
.anasayfa-iletisim-form h2{
	color: #3B5775;
	font-size: 40px;
	font-weight: bold;
	font-family: "Playfair Display", serif;
}
.anasayfa-iletisim-form ul{
	margin: 50px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.anasayfa-iletisim-form ul li{
	width: 48%;
	margin-right: 4%;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-bottom: 20px;
}
.anasayfa-iletisim-form ul li:nth-child(2n){
	margin-right: 0;
}
.anasayfa-iletisim-form ul li:last-child{
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
.anasayfa-iletisim-form ul li input{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #242D3D;
	color: #242D3D;
	font-size: 20px;
	font-weight: 600;
	font-family: "Playfair Display", serif;
}
.anasayfa-iletisim-form ul li span{
	color: #242D3D;
	font-size: 20px;
	font-weight: 400;
	font-family: "Playfair Display", serif;
	margin-bottom: 5px;
}
.anasayfa-iletisim-form ul li textarea{
	height: 90px;
	resize: none;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #242D3D;
	color: #242D3D;
	font-size: 20px;
	font-weight: 600;
	font-family: "Playfair Display", serif;
}
.anasayfa-iletisim-form button{
	background: #242D3D;
	color: #fff;
	padding: 15px 70px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 99px;
	transition: all 0.4s;
}
.anasayfa-iletisim-form button:hover{
	background: #F9B63B;
	color: #242D3D;
	transform: scale(0.98);
}
.anasayfa-iletisim .row{
	align-items: center;
}
.fooer-bg{
	width: 100%;
}
.fooer-bg figure{
	width: 100%;
}
.fooer-bg figure img{
	width: 100%;
}
.footer-orta{
	padding: 50px 0;
	background: #242D3D;
}
.footer-main{
	display: flex;
}
.footer-main > li{
	flex: 1;
}
.footer-icerik{
	display: flex;
	justify-content: space-between;
}
.footer-link{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-link a{
	color: #fff;
	transition: all 0.4s;
}
.footer-link a:hover{
	color: #F9B63B;
}
.footer-iletisim{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 13px;
}
.footer-iletisim h2{
	font-size: 30px;
	color: #F9B63B;
	font-family: "Playfair Display", serif;
	line-height: 30px;
}
.footer-iletisim span{
	color: #fff;
}
.footer-iletisim a{
	color: #fff;
	transition: all 0.4s;
	max-width: 290px;
}
.footer-iletisim a:hover{
	text-decoration: underline;
}
.footer-logo img{
	max-width: 190px;
}
.footer-sosyal{
    display: flex;
    justify-content: end;
}
.footer-sosyal-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-sosyal a{
	color: #F9B63B;
	transition: all 0.4s;
}
.footer-sosyal a i{
	margin-right: 5px;
}
.footer-sosyal a:hover{
	color: #fff;
}
.footer-logo{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
	gap: 30px;
}
.footer-tel{
	color: #F9B63B;
	border: 1px solid #F9B63B;
	border-radius: 99px;
	padding: 10px 40px;
	transition: all 0.4s;
	background: transparent;
}
.footer-tel:hover{
	color: #242D3D;
	background: #F9B63B;
	transform: scale(0.98);
}
.footer-alt{
	background: #F9B63B;
	padding: 15px 0;
}
.footer-alt-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-alt-icerik span{
	color: #242D3D;
}
.footer-alt-icerik ul{
	display: flex;
	align-items: center;
}
.footer-alt-icerik ul li{
	margin-right: 25px;
}
.footer-alt-icerik ul li a{
	color: #242D3D;
	font-weight: 500;
}
.footer-alt-icerik ul li a:hover{
	text-decoration: underline;
}
.footer-alt-icerik ul li:last-child{
	margin-right: 0;
}
.anasayfa-herkesicin-box figure img{
	max-width: 90%;
}



.anket-emoji img{
	width: 25px;
}
.anket-emoji img:last-child{
	display: none;
}
.emoji-scale > .form-check:nth-child(1) .anket-emoji:hover img{
    border: 3px solid #FF7C1A !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(2) .anket-emoji:hover img{
    border: 3px solid #FFD41D !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(3) .anket-emoji:hover img{
    border: 3px solid #A1DD3A !important;
    border-radius: 50%;
}
.emoji-scale input:checked+label .anket-emoji > img:first-child{
	display: none;
}
.emoji-scale input:checked+label .anket-emoji > img:last-child{
	display: block;
}





	@-webkit-keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}
	@keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}


.sayfa-btn1 {
	
    color: #242D3D;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 45px;
    border-radius: 99px;
    background: #F9B63B;
    transition: all 0.4s;
    display: block;
}


.sayfa-btn1:hover{
	transform: scale(0.95);
}

.form-check a {
	color:#000;
	font-weight:bold;
}


/* Popup kaplaması */
.popup {
  display: none;
  position: fixed;      /* artık sabit, bulunduğu yerden bağımsız */
  top: 150px; 
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* İç kutu */
.popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  max-width: 700px;
  min-height:250px;
  display:flex;
     align-items: center;
    flex-direction: column;
    justify-content: center; 
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-content h3{
	    font-size: 22px;
    margin-bottom: 20px;
}

/* Kapat butonu */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.popup-close:hover {
  color: #333;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}

.floating-container {
		position: fixed;
		width: auto;
		height: 100px;
		bottom: 0;
		right: 0;
		margin: 35px 25px;
		display: block;
		z-index: 999;
	}
	.floating-container.open {
		height: auto;
	}
	.element-container{
		margin-bottom: 55px;
		display: none;
	}
	.floating-container.open .element-container{
		display: block;
	}
	.floating-container.open .floating-button {
		box-shadow: 0 10px 25px rgb(59 87 117);
		-webkit-transform: translatey(5px);
		transform: translatey(5px);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.floating-container.open .element-container .float-element{
		-webkit-animation: come-in 0.4s forwards 0.2s;
		animation: come-in 0.4s forwards 0.2s;
	}
	.floating-container .floating-button {
		position: absolute;
		width: 45px;
		height: 45px;
		background: #3B5775;
		bottom: 0;
		border-radius: 50%;
		right: 0;
		bottom: 0;
		color: white;
		line-height: 45px;
		text-align: center;
		font-size: 23px;
		z-index: 100;
		box-shadow: 0 10px 25px rgba(100, 69, 56, 0.6);
		cursor: pointer;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.floating-container .float-element {
		position: relative;
		display: block;
		width: auto;
		margin: 10px auto;
		color: white;
		font-weight: 500;
		text-align: center;
		z-index: 0;
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	.floating-container .float-element a{
		position: relative;
		display: block;
		background: #3B5775;
		border-radius: 25px;		
        font-size: 14px;
        padding: 10px 30px;
		color: #fff;
        white-space: nowrap;
		transition: all 0.4s;
	}
	.floating-container .float-element .material-icons {
		vertical-align: middle;
		font-size: 16px;
	}
	.floating-container .float-element:hover a{
		background: #F9B63B;
		transform: scale(0.95);
	}
	.floating-button i{
		transition: all 0.4s;
		display: block;
	}
	.floating-container.open .floating-button i{
		transform: rotate(225deg);
	}
	
	
	@media screen and (min-width:1199px) {
		.floating-container{
			display: none
		}
	}
	



@media screen and (min-width: 1200px) and (max-width: 1399px){
	.anasayfaHakkimizda-banner-text{
		width: 65%;
	}
	.anasayfa-herkesicin-box-text h2{
		font-size: 26px;
	}
	.anasayfa-satis-banner-text h2{
		font-size: 40px;
	}
	.sayfa-baslik{
		font-size: 45px;
	}
	.anasayfa-urunler-slider-box-icerik-text h2{
		font-size: 18px;
	}
	.anasayfa-magaza-baslik{
		padding: 15px 60px;
	}
	.anasayfa-iletisim-bilgiler-text h2{
		font-size: 60px;
	}
	.anasayfa-iletisim-bilgiler-text p{
		font-size: 24px;
	}
	.footer-alt-icerik ul li a{
		font-size: 14px;
	}
	.footer-alt-icerik span{
		font-size: 14px;
	}
}