body{
	padding-top: 100px;
}
p{
    font-size:18px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
	color: #242D3D;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{	
    position: fixed;
    top: 0;
    width: 100%;
	padding:0px 30px;
    height: 100px;
    z-index: 99999999;
	background: #0033A1!important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}



.header-logo img{
	height: 85px;
}
.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.header-link nav ul{
	display: flex;
	align-items: center;
}
.header-link nav ul li a{
	color: #fff;
	font-size: 17px;
	display: block;
	position: relative;
	transition: all 0.4s ease-out;
	white-space: nowrap;
	line-height: 100px;
	padding: 0 1vw;
	position: relative;
}
.header-link nav ul li a:hover{
	color: #fff;
}
/*
.header-link nav ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 3px;
	border-radius: 99px;
	background: #fff;
	opacity: 0;
	transition: all 0.4s;
}
.header-link nav ul li a:hover:before{
	bottom: 0;
	opacity: 1;
}
*/

/*--------------*/


.header-link nav ul li{
	overflow: hidden;
}
.header-link nav ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background-image: url('/images/fish-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.header-link nav ul li:hover a:before {
	bottom: 10px;
	animation: fishSwim 0.45s ease-in-out infinite;
	opacity: 1;
}

@keyframes fishSwim {
  0%, 100% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-48%) rotate(-5deg);
  }
  50% {
    transform: translateX(-50%) rotate(0deg);
  }
  75% {
    transform: translateX(-52%) rotate(5deg);
  }
}



/*--------------*/
.header-iletisim ul{
	display: flex;
	justify-content: end;
}
.header-iletisim ul li{
	margin-right: 10px;
}
.header-iletisim ul li a{
	display: block;
	padding: 10px 30px;
	border-radius: 99px;
	transition: all 0.4s;
	font-size: 20px;
}
.header-iletisim ul li a:hover{
	transform: scale(0.96);
}
.header-iletisim ul li:last-child{
	margin-right: 0;
}
.header-iletisim-rez a{
	background: #662638;
	color: #fff;
}
.header-iletisim-tel a{
	background: #fff;
	color: #0033A1;
}
.header-iletisim-dil a{
	background: transparent;
	color: #662638;
	border: 1px solid #662638;
}
.header-iletisim-dil a:hover{
	background: #662638;
	color: #fff;
}
.nav-up{
	top: 0;
}
.anasayfa-slider{
	width: 100%;
	position: relative;
}
.anasayfa-slider picture{
	width: 100%;
	display: block;
}
.anasayfa-slider picture img{
	display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
}

.anasayfa-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.slider-text {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slider-text h1 {
	font-size: 60px;
	margin-bottom: 20px;
	
}
.slider-text h1 span{
	color: #F9B63B;
	
}
.slider-text h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.slider-text ul{
	display: flex;
	align-items: center;
	gap: 15px;
}
.sayfa-btn1{	
    display: block;
    padding: 15px 45px;
    border-radius: 99px;
    transition: all 0.4s;
    font-size: 17px;
    background: #0033A1;
    color: #fff;
	font-weight: bold;
}
.sayfa-btn1:hover{	
	transform: scale(0.96);
}
.sayfa-btn2{	
    display: block;
    padding: 15px 45px;
    border-radius: 99px;
    transition: all 0.4s;
    font-size: 17px;
    background: #FFFFFF;
    color: #242D3D;
	font-weight: bold;
}
.sayfa-btn2:hover{	
	transform: scale(0.96);
}
.hbg{
    background:#fff;
    -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);
}
.header-main > div{
	flex: 1;
}
.img-radius{
	border-radius: 20px;
	width: 100%;
}
.lg-backdrop{
	z-index: 99999999!important;
}
.lg-outer{
	z-index: 99999999!important;
}
.sayfa-galeri {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.sayfa-galeri a {
	display: block;
	overflow: hidden;
	border-radius: 30px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	flex: 0 0 calc(24.8% - 10px);
	height: 350px;
}

.sayfa-galeri a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.sayfa-galeri a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.sayfa-galeri a:hover img {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.sayfa-galeri a {
		flex: 0 0 calc(50% - 8px);
		height: 300px;
	}
}

@media (max-width: 640px) {
	
	.sayfa-galeri {
		gap: 10px;
	}

	.sayfa-galeri a {
		flex: 0 0 100%;
		height: 250px;
		border-radius: 20px;
	}
}
.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.95);
}
.footer-iletisim-text h2{
	color: #0033A1;
	font-size: 70px;
	margin-bottom: 40px;
	font-weight: 300;
}
.footer-iletisim-text p{
	font-size: 25px;
}
.iletisim-form input{	
	padding: 15px 25px;
	background: transparent;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	border: 1px solid #242D3D;
	width: 100%;
	font-weight: bold;
}

.iletisim-form input[type=checkbox]
{
	width:20px;
	height:20px;
}

.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.iletisim-form textarea{	
	font-weight: bold;
	padding: 15px 25px;
	background: transparent;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 110px;
	border: 1px solid #242D3D;
	width: 100%;
	resize: none;
}
.iletisim-form h4 {
    color: #1D1D1B;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
.iletisim-form h5 {
    color: #4B5563;
    font-weight: 500;
}
.iletisim-form ul{	
	display: flex;
	flex-wrap: wrap;
}
.iletisim-form ul li{
	margin-right: 30px;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
.iletisim-form ul li:nth-child(2n){
	margin-right: 0;
}
.iletisim-form ul li:last-child{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%!important;
}
.iletisim-form-btn{
	display: flex;
	justify-content: start;
	width: 100%;
	margin-top: 30px;
}
.footer-orta{
	background: #0033A1;
	color: #fff;
}
.footer-logo{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.footer-logo p{
	color: #fff;
	font-size: 15px;
}
.footer-btn{
	color: #fff;
	border-radius: 99px;
	border: 1px solid #fff;
	padding: 10px 25px;
	transition: all 0.4s;
	font-weight: 600;
}
.footer-btn:hover{
	background: #fff;
	color: #0033A1;
	transform: scale(0.98);
}
.footer-link{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 15px;
}
.footer-link a{
	color: #fff;
	transition: all 0.4s;
}
.footer-link a:hover{
	color: #AEC8FF;
}
.footer-orta-iletisim{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.footer-orta-iletisim h2{
	font-size: 30px;
}
.footer-orta-iletisim p{
	color: #fff;
	margin-bottom: 0;
}
.footer-orta-iletisim p span{
	display: block;
}
.footer-orta-iletisim p a{
	display: block;
	color: #fff;
	transition: all 0.4s;
}
.footer-orta-iletisim p a:hover{
	color: #AEC8FF;
}
.footer-sosyal{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.footer-sosyal ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.footer-sosyal a{
	color: #AEC8FF;
	display: flex;
	align-items: center;
	transition: all 0.4s;
}
.footer-sosyal a:hover{
	color: #fff;
}
.footer-sosyal a i{
	margin-right: 8px;
	font-size: 17px;
}
.footer-alt{
	background: #AEC8FF;
}
.footer-alt-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #0033A1;
}
.footer-alt-icerik a{
	color: #0033A1;
}
.footer-alt-icerik a:hover{
	text-decoration: underline;
}
.footer-alt-icerik ul{
	display: flex;
	align-items: center;
	gap: 30px;
}
.sayfa-ust{
	width: 100%;
	position: relative;
}
.sayfa-ust picture{
	width: 100%;
	display: block;
}
.sayfa-ust picture img{
	display: block;
    width: 100%;
    object-fit: cover;
	max-height: 60vh;
}
.sayfa-ust:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 51, 161, 0.4) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.sayfa-ust-text{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.sayfa-ust-text figure{
	display: flex;
	justify-content: center;
	align-items: center;
}



.anasayfa-slider{
	width: 100%;
	position: relative;
}
.anasayfa-slider picture{
	width: 100%;
	display: block;
}
.anasayfa-slider picture img{
	display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
}

.anasayfa-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 51, 161, 0.7) 70%, rgba(0, 51, 161, 0.8) 100%);
}

.slider-text {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slider-text h1 {
	font-size: 60px;
	margin-bottom: 20px;	
}
.slider-text h1 b{
	display: block;
}
.slider-text h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}
.anasayfa-biz{
	background: #002168;
}
.anasayfa-biz-baslik h2{
	width: 100%;
	text-align: center;
	color: #4A83FF;
	font-size: 45px;
}
.anasayfa-biz-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.anasayfa-biz-text h3{
	color: #fff;
	font-size: 25px;
}
.anasayfa-biz-text h4{
	color: #AEC8FF;
	font-size: 20px;
	font-weight: 500;
	min-height: 50px;
}
.anasayfa-biz-text p{
	color: #fff;
	font-size: 15px;
}
.anasayfa-hakkimizda .row{
	align-items: center;
}
.anasayfa-hakkimizda-text h2{
	font-size: 40px;
	color: #242D3D;
	margin-bottom: 30px;
}
.anasayfa-hakkimizda-text h2 span{
	display: block;
	font-weight: bold;
	color: #0033A1;
}
.anasayfa-hakkimizda-text p b{
	font-weight: bold;
}
.urun-box{
	display: flex;
	flex-direction: column;
    align-items: start;
    border-radius: 20px;
    height: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.4s;
}
.urun-box figure{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 12px 30.7px -20px rgba(0, 0, 0, 0.25);
}
.urun-box figure img{
	width: 100%;
	transition: all 0.4s;
	border-radius: 20px;
	height: 250px;
}
.urun-box:hover figure img{
	transform: scale(1.1);
}
.urun-box:hover{
    box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}
.urun-box-text{
	padding: 25px 30px;
}
.sayfa-baslik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-baslik h2{
	color: #0033A1;
	font-weight: bold;
	font-size: 45px;
}
.urun-box-bilgi h2{
	font-size: 30px;
	font-weight: 500;
	color: #242D3D;
	margin-bottom: 20px;
}
.urun-box-text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	gap: 25px;
	width: 100%;
	height: calc(100% - 250px);
}
.urun-box-text ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.urun-box-text ul li span{
	font-size: 30px;
	font-weight: bold;
	color: #0033A1;
}
.urun-box-text ul li a{
	font-size: 17px;
	padding: 15px 35px;
	color: #fff;
	border-radius: 99px;
	background: #242D3D;
	transition: all 0.4s;
	display: block;
}
.urun-box-text ul li a:hover{
	background: #0033A1;
	transform: scale(0.98);
}
.anasayfa-balik-main{
	background: #0033A1;
	border-radius: 20px;
	overflow: hidden;
}
.anasayfa-balik-img{
	height: 100%;
	border-radius: 20px;
	box-shadow: 23px -3px 22.2px -3px rgba(0, 0, 0, 0.25);
}
.anasayfa-balik-icerik{
	height: 100%;
	padding: 45px 60px 80px 80px;
	position: relative;
}
.anasayfa-balik-slider-arrow{
	position: absolute;
	right: 30px;
	bottom: 40px;
}
.anasayfa-balik-slider-arrow ul{
	display: flex;
	align-items: center;
	gap: 5px;
}
.anasayfa-balik-slider-arrow ul li{
	cursor: pointer;
}
.anasayfa-balik-slider-arrow ul li:first-child{
	transform: scale(0.8);
	margin-bottom: -40px;
}
.anasayfa-balik-slider-arrow ul li img{
	transition: all 0.4s;
}
.anasayfa-balik-slider-arrow ul li:hover img{
	opacity: 0.6;
}
.anasayfa-balik-icerik h3{
	color: #AEC8FF;
	font-size: 35px;
	margin-bottom: 40px;
}
.anasayfa-balik-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 25px;
	color: #fff;
}
.anasayfa-balik-text h2{
	font-weight: bold;
	font-size: 70px;
}
.anasayfa-balik-text h2 span{
	display: block;
	font-size: 20px;
}
.anasayfa-balik-text ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 25px;
}
.anasayfa-balik-text ul li{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 5px;
}
.anasayfa-balik-text ul li p{
	color: #fff;
}
.anasayfa-balik-text ul li h5{
	color: #AEC8FF;
}
.anasayfa-balik-img div{
	height: 100%;
	border-radius: 20px;
}
.anasayfa-balik-slider-box figure{
	height: 100%;
	width: 100%;
}
.anasayfa-balik-slider-box figure img{
	height: 100%;
	object-fit: cover;
}
.anasayfa-bilgiler-baslik h2{
	font-size: 50px;
	color: #0033A1;
}
.anasayfa-bilgiler-text h3{
	font-size: 25px;
	color: #242D3D;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 60px;
}
.sayfa-banner-main{
	position: relative;
	border-radius: 20px;
}
.sayfa-banner-slider{
	border-radius: 20px;
}
.sayfa-banner-slider div{
	border-radius: 20px;
}
.sayfa-banner-slider .slick-dots{
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.sayfa-banner-slider .slick-dots li button{
	font-size: 0;
	color: transparent;
	line-height: 0;
	width: 35px;
	height: 35px;
	background: #fff;
	transition: all 0.4s;
}
.sayfa-banner-slider .slick-dots li.slick-active button{
	background: #0033A1;
}
.sayfa-banner-arrow{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%, 0%);
}
.sayfa-banner-arrow ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.sayfa-banner-arrow ul li{
	cursor: pointer;
}
.sayfa-banner-arrow ul li img{
	width: 45px;
	filter: brightness(0) saturate(100%) invert(13%) sepia(54%) saturate(7050%) hue-rotate(223deg) brightness(80%) contrast(101%);
	transition: all 0.4s;
}
.sayfa-banner-arrow ul li:hover img{
	transform: scale(0.9);
}



.box-design-img{
	width: 50%;
}
.box-design-text{
	width: 50%;
	padding-right: 60px;
}
.box-design-icerik{
	display: flex;
	align-items: center;
}
.box-design-main .box-design-icerik:nth-child(2n) .box-design-text{
	padding-right: 0;
	padding-left: 60px;
}
.box-design-main .box-design-icerik:nth-child(2n){
	flex-direction: row-reverse;
}
.box-design-main .box-design-icerik{
	margin-bottom: 60px;
}
.box-design-main .box-design-icerik:last-child{
	margin-bottom: 0;
}
.box-design-img figure{
	width: 100%;
}
.box-design-img figure img{
	width: 100%;
	border-radius: 30px;
}
.box-design-text p{
	margin-bottom: 30px;
}
.box-design-text p b{
	font-weight: bold;
}
.box-design-text ul li p{
	margin-bottom: 0;
}
.box-design-text ul li{
	margin-bottom: 10px;
}
.box-design-text ul li:last-child{
	margin-bottom: 0;
}
.box-design-text ul{
	margin-bottom: 30px;
    list-style: disc;
	padding-left: 20px;
}
.box-design-text h2{
	font-size: 20px;
	font-weight: bold;
	color: #0033A1;
	margin-bottom: 10px;
}
.box-design-text h3{
	font-size: 40px;
	color: #242D3D;
	margin-bottom: 30px;
}

.menu-urun-ara{
	position: relative;
	display: flex;
	align-items: center;
}
.menu-urun-ara input{
	width: 100%;
	padding: 15px 15px 15px 55px;
	border: none;
	background: #F8F9FB;
	border-radius: 10px;
}
.menu-urun-ara button{
	background: transparent;
	color: #000;
	font-size: 18px;
	position: absolute;
	left: 15px;
}
.urun-satis-banner{
	background: #0033A1;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 25px 25px 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
}
.urun-satis-banner figure{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.urun-satis-banner-text{
	display: flex;
	align-items: center;
	gap: 20px;
}
.urun-satis-banner h2{
	color: #fff;
	font-size: 2vw;
}
.urun-satis-banner h2 b{
	font-weight: bold;
}
.urun-satis-banner figure a{
	background: #fff;
	border-radius: 99px;
	transition: all 0.4s;
	font-weight: bold;
	color: #0033A1;
	padding: 15px 30px;
}
.urun-satis-banner figure a:hover{
	transform: scale(0.98);
}

.iletisim-box ul{
	display: flex;
	flex-wrap: wrap;
}
.iletisim-box ul li{
	width: 50%;
	display: flex;
	margin-bottom: 30px;
}
.iletisim-box ul li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.iletisim-box-bilgiler{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.iletisim-box ul li i{
	font-weight: bold;
	font-size: 22px;
	color: #0033A1;
	margin-right: 15px;
}
.iletisim-box-bilgiler span{
	font-weight: bold;
	font-size: 20px;
	color: #0033A1;
	margin-bottom: 5px;
}
.iletisim-box-bilgiler a{
	font-size: 17px;
	color: #000616;
}
.iletisim-box-bilgiler a:hover{
	text-decoration: underline;
}
.iletisim-box h4{
	color: #0033A1;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-box h5{
	color: #0033A1;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0;
}
.sayfa-btn3{
	background: transparent;
	border: 1px solid #1D1D1B;
	color: #1D1D1B!important;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 40px;
	text-decoration: none!important;
	border-radius: 100px;
	transition: all 0.4s;
	margin-top: 20px;
}
.sayfa-btn3:hover{
	background: #0033A1;
	border-color: #0033A1;
	color: #fff!important;
}




.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;
	  }
	}
	
	
	
	.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.form-kvkk label {
	display:flex;
	gap:5px;
}

.form-kvkk a {
line-height: 20px;
    font-weight: bold;
    color: #4B5563;
}

  .upload-box {
    border: 2px dashed #0033A1;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
  }

  .upload-box:hover {
    background: #e9f3ff;
    border-color: #0033A1;
  }

  .upload-box i {
    font-size: 3rem;
    color: #0033A1;
    margin-bottom: 1rem;
  }

  .upload-box input[type="file"] {
    display: none;
  }

  .upload-box label {
    cursor: pointer;
    background-color: #0033A1;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: background 0.3s ease;
  }

  .upload-box label:hover {
    background-color: #0033A1;
  }

  .file-list {
    margin-top: 1rem;
    text-align: left;
    font-size: 0.9rem;
  }

  .boyut-sayaci {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
  }
  

.file-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.file-list li:hover {
  background-color: #eef5ff;
  border-color: #b6d4fe;
}

.file-list li p {
  margin: 0;
  font-size: 0.95rem;
  color: #212529;
  flex-grow: 1;
}

.file-list li div:last-child {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: 0.75rem;
  white-space: nowrap;
}

.file-list li b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.file-list .fa-check {
  color: #198754;
  background-color: #d1e7dd;
  border-radius: 50%;
  padding: 6px;
  font-size: 0.9rem;
}

.file-list .fa-times {
  color: #dc3545;
  background-color: #f8d7da;
  border-radius: 50%;
  padding: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.file-list .fa-times:hover {
  background-color: #f1b0b7;
  transform: scale(1.1);
}

.file-list .kaydedildi {
  color: #198754;
  font-weight: 500;
  margin-right: 0.25rem;
}

.p-send {
	min-height:400px;
}


.popup {
  display: none;
  position: fixed;      
  top: 150px; 
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}


.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;
}

.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);}
}



.iletisim-form input[type=checkbox]
{
	width:20px;
	height:20px;
}

.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.form-kvkk label {
	display:flex;
	gap:5px;
}

.form-kvkk a {
line-height: 20px;
    font-weight: bold;
    color: #4B5563;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}



















