body{
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	height:100%;

}


a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
}

.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}




.loadingUploadDialog {
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


.UyariMesaji {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 23px;
	padding-left: 58px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(img/svg/alert.svg);
}


.Basliklar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
}
.AltCizgi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.AltCizgi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
}


/*header başalangıc*/,


/* =========================
   TOP BAR
========================= */

.hd-top{
    background:#F4E2C6;
}

.hd-top-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px;
}

.hd-top-offer{
    padding:6px 18px;
    border-radius:22px;
    border:1px solid #E2B76C;
    text-decoration:none;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.hd-top-social{
    display:flex;
    gap:18px;
}

.hd-top-social a{
    font-size:16px;
    color:#333;
}


/* =========================
   HEADER
========================= */

.hd-header-inner{
    background:#f5f5f5;
    border-bottom:1px solid #e6e6e6;
}

.hd-header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 0;
}


/* LOGO */

.hd-logo img{
    height:40px;
}


/* SEARCH */

.hd-search{
    width:520px;
    position:relative;
}

.hd-search input{
    width:100%;
    height:42px;
    border-radius:25px;
    border:1px solid #ddd;
    padding:0 50px 0 20px;
}

.hd-search button{
    position:absolute;
    right:5px;
    top:5px;
    width:32px;
    height:32px;
    border:none;
    border-radius:50%;
    background:#39a66a;
    color:#fff;
}


/* ACTIONS */

.hd-actions{
    display:flex;
    gap:10px;
}

.hd-fav,
.hd-user{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
}

.hd-offer{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    background:#39a66a;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
    position:relative;
}

.hd-offer-count{
    position:absolute;
    right:-6px;
    top:-6px;
    background:#ff7a00;
    width:18px;
    height:18px;
    font-size:11px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* =========================
   MENU
========================= */

.hd-menu{
    background:#f2f2f2;
	padding:0px;
}
/* menu */

.hd-menu-nav{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0px 0;
    margin:0;
}
.hd-menu-nav li{
	padding:0px;
}
.hd-menu-nav li:hover{
		border-bottom: solide 1px #2fa36b;
	 background:#2fa36b;
}

/* link */

.hd-menu-nav li a{
    text-decoration:none;
    color:#333;
	line-height:40px;
    font-size:14px;
    white-space:nowrap;
	border-bottom: solide 1px #f2f2f2;
	width:100%;
	display:block;
	text-align:center;
}

/* alt çizgi */

.hd-menu-nav li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:0;
    height:2px;

    background:#2fa36b;

    transition:0.25s;
}

/* hover olunca */

.hd-menu-nav li:hover a::after{
    width:100%;
}



/* =========================
   MEGA MENU (FULL WIDTH)
========================= */

.hd-mega{
    position:absolute;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:40px 0;
    display:none;
    z-index:50;
}

.hd-item:hover .hd-mega{
    display:block;
}


/* mega inner container */

.hd-mega-inner{
    max-width:1250px;
    margin:0 auto;
    display:flex;
    gap:60px;
}




/* =========================
   MEGA LINKS
========================= */

.hd-mega-links{
    display:flex;
    gap:60px;
}

.hd-col{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:260px;
}

.hd-col a{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}


/* =========================
   RIGHT AREA
========================= */

.hd-mega-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}


/* BANNERS */

.hd-banner-row{
    display:flex;
    gap:20px;
}

.hd-banner-big{
    width:300px;
    height:150px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner-big img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hd-banner{
    width:140px;
    height:130px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*header bitiş*/

/*footer başlangıc*/
.ft-footer{
	background:linear-gradient(180deg,#1F2F37 0%,#2C3C43 100%);
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
}

.ft-footer .ft-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:200px 1fr 1fr 1fr 260px;
    gap:50px;
    padding:70px 20px;
}

.ft-footer .ft-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ft-footer .ft-col ul li{
    margin-bottom:11px;
}

.ft-footer .ft-col ul li a{
    color:#cfd8dc;
    text-decoration:none;
    font-size:14px;
    transition:0.2s;
}

.ft-footer .ft-col ul li a:hover{
    color:#ffffff;
}

.ft-footer .ft-logo img{
    width:150px;
}

.ft-footer .ft-contact-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:20px;
}

.ft-footer .ft-contact-box i{
    font-size:18px;
    color:#25D366;
}

.ft-footer .ft-contact-box span{
    display:block;
    font-size:13px;
    color:#9fb0b8;
}

.ft-footer .ft-contact-box strong{
    display:block;
    font-size:15px;
}

.ft-footer .ft-social{
    margin-top:10px;
    display:flex;
    gap:10px;
}

.ft-footer .ft-social a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#344750;
    border-radius:4px;
    color:#fff;
    text-decoration:none;
}

.ft-footer .ft-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    max-width:1400px;
    margin:auto;
    padding:22px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ft-footer .ft-copy{
    font-size:13px;
    color:#9fb0b8;
}

.ft-footer .ft-links a{
    margin-left:25px;
    color:#9fb0b8;
    font-size:14px;
    text-decoration:none;
}

.ft-footer .ft-links a:hover{
    color:#fff;
}

.ft-footer .ft-top{
    background:#000;
    padding:10px 18px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.ft-footer .ft-top i{
    margin-right:6px;
}


.pz-hero{
position:relative;
background:#e9f0ed;
overflow:hidden;
padding:80px 0;
}

.pz-container{
width:1200px;
margin:auto;
position:relative;
z-index:2;
}

.pz-hero-content{
width:520px;
}

.pz-hero-content h1{
font-size:52px;
color:#2f2f2f;
margin-bottom:20px;
}

.pz-hero-content strong{
display:block;
font-weight:700;
}

.pz-hero-content p{
color:#555;
font-size:16px;
margin-bottom:30px;
}

.pz-search{
display:flex;
background:#fff;
border-radius:50px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
margin-bottom:20px;
}

.pz-search input{
flex:1;
border:none;
padding:18px 20px;
font-size:16px;
outline:none;
}

.pz-search button{
width:60px;
background:#2ea26f;
border:none;
color:#fff;
font-size:18px;
}

.pz-tags{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:30px;
}

.pz-tags a{
border:1px solid #f4a300;
padding:6px 14px;
border-radius:20px;
text-decoration:none;
color:#333;
font-size:14px;
}

.pz-features{
display:flex;
gap:40px;
font-size:14px;
color:#444;
}

.pz-features div{
display:flex;
gap:10px;
align-items:center;
}

.pz-features i{
color:#f4a300;
}






/* HERO BACKGROUND SLIDER */

.pz-hero-bg{
position:absolute;
top:0;
right:0;
width:70%;
height:100%;
z-index:1;
}

.pz-hero-bg img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
opacity:0;
transition:opacity 1s ease;
}

.pz-hero-bg img.active{
opacity:1;
}


/* LEFT FADE EFFECT */

.pz-hero::before{
content:"";
position:absolute;
left:0;
top:0;
width:60%;
height:100%;
background:linear-gradient(
to right,
#e9f0ed 40%,
rgba(233,240,237,0.9) 60%,
rgba(233,240,237,0) 100%
);
z-index:1;
}