@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Outfit;
}


:root {
  --anarenk: #EA728C;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --pembe: #EA728C;
  --acikpembe: #F48CA7;
  --kahve: #523D3D;
  --turkuaz: #0097B2;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

.bulanik {
    filter: blur(5px);
}

/*------------------fancybox-caption----------------------*/
.fancybox-caption-wrap {
    bottom: auto;
    top: 0px;
}
.fancybox-caption {
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.fancybox-caption a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:10px 20px;
	border-radius:8px;
	background:var(--pembe);
	text-decoration: none;
}
.fancybox-caption a img {
	width:40px;
	height:40px;
	object-fit:cover;
	border-radius:50%;
	object-position:center;
}
.fancybox-caption a div {
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

.fancybox-caption a div small {
	display:block;
	font-size:14px;
	color:#fff;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:44px;
	border-radius:8px;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing:1px;
}
.btn-outline-light {
	border:1px solid #fff;
	color:#fff;
	background:transparent;
}
.btn-outline-light:hover {
	border:1px solid #fff;
	color:var(--pembe) !important;
	background:#fff;
}

.btn-pembe {
	border:1px solid var(--pembe);
	color:#000;
	background:var(--pembe);
}
.btn-pembe:hover {
	border:1px solid var(--pembe);
	color:#000 !important;
	background:var(--acikpembe);
}



/*------------------card----------------------*/

.card {
	position:relative;
	z-index:20;
	padding:10px 20px 0px 20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
	grid-gap:8px;
	margin-bottom:20px;
}
.card .scrollbar {
	overflow-y:scroll;
	height:180px;
}
.card .card-header {
	background:#fff;
	display:flex;
	align-items:center;
	grid-gap:10px;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	color:#000;
}
.card .card-header i {
	font-size:30px;
}
.card .card-header a {
	margin-left:auto;
	font-size:30px;
	color:var(--turkuaz);
}
/*------------------form-control----------------------*/

.form-control {
	height:44px;
	border-radius:8px;
	border:2px solid #fff;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 30px;
	letter-spacing:1px;
}
.card .form-control {
	height:44px;
	border-radius:8px;
	border:2px solid rgba(0,0,0,0.1);
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 30px;
	letter-spacing:1px;
}
textarea.form-control {
	height:144px;
	border-radius:8px;
	border:2px solid rgba(0,0,0,0.1);
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 30px;
	letter-spacing:1px;
}
.card textarea.form-control {
	height:144px;
	border-radius:8px;
	border:2px solid rgba(0,0,0,0.1);
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 30px;
	letter-spacing:1px;
}
.form-control:focus {
	border:2px solid var(--pembe);
}
.form-check-label {
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 23px;
	letter-spacing:1px;
}
/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background:transparent;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:126px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .15em;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}

/*------------------header2----------------------*/

#header2 {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
	border-bottom:3px solid var(--acikpembe);
}
#header2.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header2 .alan {
	display:flex;
	align-items:center;
}
#header2 .alan .logo {
	margin-right:auto;
	padding:5px 0px;
}
#header2 .alan .logo img {
	height:66px;
}
#header2 .alan .buton1 {
	padding:0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	height:76px;
	font-size:16px;
	font-weight:500;
	color:var(--kahve);
	border-right:1px solid rgba(0,0,0,0.2);
}
#header2 .alan .buton1:hover {
	color:var(--kahve);
	background:var(--acikpembe);
}
#header2 .alan .buton1 i {
	font-size:26px;
}
#header2 .alan .buton2 {
	position:relative;
	padding:0px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	height:76px;
	border-right:1px solid rgba(0,0,0,0.2);
}
#header2 .alan .buton2 img {
	height:40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}

#header2 .alan .buton2 span {
	font-size:16px;
	font-weight:500;
	color:var(--kahve);
}
#header2 .alan .buton2 i {
	font-size:16px;
}
#header2 .alan .buton2 .acilan {
	display:none;
	position:absolute;
	top:100%;
	right:0px;
	width:300px;
	background:rgba(0,0,0,0.3);
}
#header2 .alan .buton2 .acilan a {
	display:flex;
	align-items:center;
	padding:10px 15px;
	grid-gap:10px;
	background:var(--kahve);
	font-size:16px;
	font-weight:500;
	color:#fff;
	margin-bottom:1px;
}
#header2 .alan .buton2 .acilan a:hover {
	background:var(--turkuaz);
	color:#000;
}
#header2 .alan .buton2:hover .acilan {
	display:block;
}

#header2 .alan .buton3 {
	position:relative;
	padding:0px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:76px;
	font-size:26px;
	font-weight:500;
	color:var(--kahve);
}
#header2 .alan .buton3 span {
	position:absolute;
	top:14px;
	right:3px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:10px;
	color:#fff;
	background:var(--kirmizi);
}
#header2 .alan .buton3:hover {
	color:var(--kahve);
	background:var(--acikpembe);
}


/*------------------footermenu----------------------*/

#footermenu {
	position:fixed;
	z-index:999;
	bottom:0px;
	left:0px;
	width:100%;
	display:none;
	align-items:center;
	justify-content:center;
	background:var(--kahve);
}
#footermenu a {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:50px;
	aspect-ratio:1/1;
	font-size:28px;
	color:#fff;
}
#footermenu a span {
	position:absolute;
	top:3px;
	right:3px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:50%;
	font-size:10px;
	color:#fff;
	background:var(--kirmizi);
}
/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------anagiris----------------------*/

#anagiris {
	position:relative;
	width:100%;
	height:100vh;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:120px 0px;
}
#anagiris:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background: linear-gradient(90deg, rgb(234 114 140 / 80%), rgb(0 151 178 / 80%));
	backdrop-filter: blur(6px);
	z-index:-1;
}
#anagiris .yazi1 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
#anagiris .yazi2 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}
#anagiris .yazi3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--kahve);
    margin-bottom: 10px;
}
#anagiris .yazi4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
#anagiris .yazi5 {
	position:relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
	padding-left:23px;
}
#anagiris .yazi5:before {
	position:absolute;
	content:"";
    top:6px;
	left:0px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#1CD044;
}
#anagiris .form {
    border-radius:16px;
	padding:30px;
	background:rgba(255,255,255,0.1);
}
#anagiris .logo {
	display:none;
}
#anagiris .girisbuton {
	display:none;
}
#anagiris .kayitbuton {
	display:none;
}

/*------------------anasayfa----------------------*/

#anasayfa {
	position:relative;
	margin-top:-100px;
	z-index:100;
}
#anasayfa .alan {
	position:relative;
	padding:40px;
	background:#fff;
	border-radius:20px;
}
#anasayfa .rakamkutu {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding:20px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.1);
	border-radius:10px;
}
#anasayfa .rakamkutu .icon {
	width:100px;
}
#anasayfa .rakamkutu .icon img {
	width:100%;
}
#anasayfa .rakamkutu .yazi {
	width:calc(100% - 100px);
	padding-left:15px;
}
#anasayfa .rakamkutu .yazi b {
	display:block;
	font-size:40px;
	font-weight:700;
	color:var(--anarenk);
}
#anasayfa .rakamkutu .yazi small {
	display:block;
	font-size:20px;
	font-weight:400;
}
#anasayfa .yorumitem {
	position:relative;
	display:block;
	padding:30px;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.1);
}
#anasayfa .yorumitem .yorum {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:35px;
}
#anasayfa .yorumitem .alt {
	display:flex;
	align-items:center;
	grid-gap:5px;
}
#anasayfa .yorumitem .alt img {
	width:52px;
	height:52px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#anasayfa .yorumitem .alt .adi {
	margin-right:auto;
}
#anasayfa .yorumitem .alt .adi small {
	display:block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 187.5% */
}
#anasayfa .yorumitem .alt .adi b {
	display:block;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 187.5% */
}
#anasayfa .yorumitem .alt .yildiz {
	color: rgba(255, 234, 35, 1);
	font-size: 13px;
	margin-bottom:0px !important;
}
/*------------------girisModal----------------------*/

.modal .modal-content {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}
.modal .logo{
    text-align:center;
	margin-bottom:20px;
}
.modal .logo img {
    height:100px;
}
.modal .yazi1 {
    text-align:center;
    font-size: 20px;
    font-weight: 700;
    color: var(--kahve);
    margin-bottom: 30px;
}
.modal .yazi2 {
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

/*------------------hikayeler----------------------*/

#hikayeler {
	position:relative;
	z-index:20;
	padding:20px 0px;
}
#hikayeler .alan {
	display:flex;
	align-items:center;
}
#hikayeler .hikayeekle {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:76px;
	aspect-ratio:1/1;
	border-radius:50%;
	border:3px solid var(--pembe);
}
#hikayeler .hikayeekle span {
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:20px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#fff;
	background:var(--turkuaz);
}
#hikayeler .hikayeekle img {
	width:68px;
	aspect-ratio:1/1;
	border-radius:50%;
}
#hikayeler .swiper-slide {
    text-align: right;
}
#hikayeler .slider {
	width:calc(100% - 86px);
	margin-left:10px;
}

#hikayeler .hikayeekle .btn {
	position:absolute;
	bottom:0px;
	right:0px;
	width:30px;
	height:30px;
	border-radius:50%;
	padding:0px;
}
/*------------------anasayfasol----------------------*/

.anasayfasol {
	display:block;
}

/*------------------solprofil----------------------*/

#solprofil {
	position:relative;
	z-index:20;
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
}
#solprofil .avatar {
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	text-align:center;
}
#solprofil .avatar img {
	width:100px;
	height:100px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#solprofil .avatar .online {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 12px;
    height: 12px;
    background-color: #2aca76;
    border: 2px solid #fff;
    border-radius: 50%;

}
#solprofil .rumuz {
	position:relative;
	display:block;
	margin-bottom:5px;
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	letter-spacing:1px;
	color:var(--kahve);
}
#solprofil .bilgi {
	position:relative;
	display:block;
	margin-bottom:5px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:1px;
	color:var(--kahve);
}
#solprofil .burc {
	position:relative;
	display:block;
	margin-bottom:15px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	letter-spacing:1px;
	color:var(--kahve);
}
#solprofil .link {
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0px 0px;
	border-top:1px solid rgba(0,0,0,0.1);
}
#solprofil .link:hover {
	background:rgba(0,0,0,0.1);
}
#solprofil .link span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	font-size:24px;
	color:#000;
}
#solprofil .link.active span {
	color:var(--anarenk);
}
#solprofil .link div {
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	color:#000;
}

/*------------------solpremium----------------------*/

#solpremium {
	position:relative;
	z-index:20;
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}

#solpremium .link {
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0px 0px;
}
#solpremium .link:last-child {
}
#solpremium .link span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	font-size:24px;
    color: rgb(130 110 0);
	background:rgba(255,215,0,1);
}
#solpremium .link div {
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	color:#000;
}
#solpremium .link div b {
	display:block;
}

/*------------------paylasimyap----------------------*/

#paylasimyap {
	position:relative;
	z-index:20;
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	margin-bottom:20px;
}
#paylasimyap .ust {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
#paylasimyap .ust .avatar {
	width:50px;
	margin-right:15px;
}
#paylasimyap .ust .avatar img {
	width:50px;
	height:50px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#paylasimyap .ust .form-control {
	width:calc(100% - 65px);
	height:70px;
	resize: none;
}
#paylasimyap .ust .form-control:focus {
	border:0px;
	outline:none !important;
}
#paylasimyap .alt {
	display:flex;
	align-items:center;
	grid-gap:20px;
}
#paylasimyap .resimsec {
	margin-right:auto;
}
#paylasimyap .resimsec span {
	display:flex;
	align-items:center;
	grid-gap:4px;
	height:44px;
	padding:10px;
	font-size:16px;
	font-weight:600;
	line-height:20px;
	color:var(--turkuaz);
	cursor:pointer;
}
#paylasimyap .resimsec i {
	font-size:20px;
}
#paylasimyap .resimsec input {
	display:none;
}
#paylasimyap .karakter {
	display:flex;
	align-items:center;
	grid-gap:4px;
	height:44px;
	padding:10px;
	font-size:16px;
	font-weight:400;
	line-height:20px;
	color:#000;
}

/*------------------paylasim----------------------*/

.kareresimyukle {
	display:block;
}
.kareresimyukle span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	aspect-ratio:1/1;
	max-height:500px;
	border-radius:4px;
	border:1px dashed #000;
	font-size:40px;
	color:#000;
	cursor:pointer;
}
.kareresimyukle i {
	font-size:20px;
}
.kareresimyukle input {
	display:none;
}


/*------------------kareresim----------------------*/

.kareresim {
	display:block;
	position:relative;
}
.kareresim img {
	width:100%;
	aspect-ratio:1/1;
	max-height:500px;
	object-fit:cover;
	object-position:center;
	border-radius:4px;
}
.kareresim .sil {
	position:absolute;
	bottom:10px;
	right:10px;
	height:30px;
	padding:0px 5px;
}
.kareresim .onay {
	position:absolute;
	bottom:10px;
	left:10px;
	height:30px;
	padding:0px 5px;
}
.kareresim .ppyap {
	position:absolute;
	top:10px;
	left:10px;
	height:30px;
	padding:0px 5px;
}
/*------------------paylasim----------------------*/

#paylasim {
	position:relative;
	z-index:20;
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	flex-direction:column;
	grid-gap:8px;
	margin-bottom:20px;
}
#paylasim .ust {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
#paylasim .ust .avatar {
	position:relative;
	width:50px;
}
#paylasim .ust .avatar span {
    position: absolute;
    left: -4px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-color: #2aca76;
    border: 2px solid #fff;
    border-radius: 50%;
}
#paylasim .ust .avatar img {
	width:50px;
	height:50px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#paylasim .ust .bilgiler {
	width:calc(100% - 150px);
	padding:0px 15px;
}
#paylasim .ust .bilgiler .rumuz {
	font-size:16px;
	line-height:20px;
	font-weight:700;
	letter-spacing:1px;
	color:var(--kahve);
	margin-bottom:5px;
}
#paylasim .ust .bilgiler .bilgi {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:1px;
	color:var(--kahve);
}
#paylasim .ust .tarih {
	width:100px;
	font-size:12px;
	line-height:20px;
	font-weight:300;
	letter-spacing:1px;
	color:var(--kahve);
	text-align:right;
}
#paylasim .orta {
	padding-left:65px;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	letter-spacing:1px;
	color:#000;
}
#paylasim .orta .resimler {
	display:flex;
	grid-gap:9px;
}
#paylasim .orta .resimler .resim {
	max-width:calc(33.33% - 6px);
}
#paylasim .orta .resimler img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
}
#paylasim .alt {
	display:flex;
	align-items:center;
	justify-content:space-around;
	border-top:1px solid rgba(0,0,0,0.1);
	margin-top:20px;
}
#paylasim .alt a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:25%;
	height:50px;
	font-size:30px;
	color:#000;
}
#paylasim .alt a:hover {
	color:#000;
	background:var(--pembe);
}

/*------------------profilresimler----------------------*/

.profilresimler .resim img{
	width:100%;
	aspect-ratio:1/1;
	max-height:500px;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
}

/*------------------aramaalan----------------------*/

#aramaalan {
	position:relative;
	padding:40px 0px;
}
#aramaalan .tablar {
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:16px;
	margin-bottom:20px;
}
#aramaalan .tablar a {
	font-size:16px;
	font-weight:300;
	line-height:24px;
	color:var(--kahve);
}
#aramaalan .tablar a.active {
	font-weight:600;
	color:var(--pembe);
}
#aramaalan .filtre {
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:16px;
	margin-bottom:20px;
}
#aramaalan .filtre a {
	display:flex;
	align-items:center;
	grid-gap:8px;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	color:#000;
}
#aramaalan .filtre a.active {
	color:var(--pembe);
}
#aramaalan .filtre a i {
	font-size:24px;
}


/*------------------profilliste----------------------*/

.profilliste {
	position:relative;
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	grid-gap:6px;
}
.profilliste.sansli {
	box-shadow:0px 0px 16px rgb(47 209 4 / 50%);
}
.profilliste .resim {
	position:relative;
	display:block;
	width:100%;
}
.profilliste .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	max-height:600px;
	border-radius:8px;
}
.profilliste .resim .yeni {
	position:absolute;
	top:16px;
	right:16px;
	padding:3px 8px;
	background:#FEDD06;
	color:#000;
	font-size:12px;
	border-radius:4px;
}
.profilliste .resim .online {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 12px;
    height: 12px;
    background-color: #2aca76;
    border: 2px solid #fff;
    border-radius: 50%;
}
.profilliste .resim .onayli {
	position:absolute;
	bottom:16px;
	right:16px;
	padding:3px 8px;
	background:var(--pembe);
	color:#fff;
	font-size:20px;
	border-radius:4px;
}
.profilliste .rumuz {
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	letter-spacing:1px;
	color:var(--kahve);
}
.profilliste .bilgiler {
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:1px;
	color:var(--kahve);
}
.profilliste .durum {
	font-size:12px;
	line-height:16px;
	font-weight:400;
	letter-spacing:1px;
	color:var(--kahve);
}
.profilliste .proalt {
	display:flex;
	align-items:center;
	justify-content:space-around;
	border-top:1px solid rgba(0,0,0,0.1);
	width:100%;
	margin-top:10px;
}
.profilliste .proalt div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	font-size:20px;
	color:#000;
	cursor:pointer;
}
.profilliste .proalt div.active {
	color:var(--anarenk);
}

/*------------------aramaalan----------------------*/

#filtrealan {
	padding:20px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:16px;
	margin-bottom:20px;
}
#filtrealan .form-control {
	box-shadow:0px 0px 6px rgba(0,0,0,0.3);
}

/*------------------altinpaketpopup----------------------*/

.altinpaketpopup {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-size:cover !important;
	background-position:center !important;
	padding:200px 20px;
	z-index:20;
}
.altinpaketpopup:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	backdrop-filter:blur(5px);
	z-index:-1;
}

/*------------------mesajalanust----------------------*/

.mesajalanust {
	position:relative;
	display:flex;
	align-items:center;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	padding:20px;
	background:#fff;
	margin-bottom:20px;
}
.mesajalanust .profil {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
.mesajalanust .profil img{
	width:40px;
	height:40px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
.mesajalanust .profil .rumuz {
	font-size:16px;
	font-weight:600;
	line-height:20px;
	color:var(--kahve);
}
.mesajalanust .profil .rumuz small {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
	opacity:0.7;
}
.mesajalanust .onlinedurum {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
	opacity:0.7;
	margin-left:auto;
}

/*------------------mesajalan----------------------*/

.mesajalan {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
}
.mesajalan .mesajlar {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	height:50vh;
	overflow-y:scroll;
	padding:20px;
}
.mesajsayfa .mesajalan .mesajlar {
	height:calc(100vh - 200px);
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
}
.mesajalan .mesajlar .mesajitem {
	position:relative;
	display:flex;
	flex-direction:column;
	width:50%;
	align-items:flex-start;
	grid-gap:10px;
}
.mesajalan .mesajlar .mesajitem.sag {
	align-items:flex-end;
	margin-left:50%;
}
.mesajalan .mesajlar .mesajitem .mesajprofil {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
.mesajalan .mesajlar .mesajitem .mesajprofil img{
	width:40px;
	height:40px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
.mesajalan .mesajlar .mesajitem .mesajprofil .rumuz {
	font-size:16px;
	font-weight:600;
	line-height:20px;
	color:var(--kahve);
}
.mesajalan .mesajlar .mesajitem .mesajprofil .rumuz small {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
	opacity:0.7;
}
.mesajalan .mesajlar .mesajitem .mesajyazi {
	background:#363636;
	font-size:14px;
	color:#fff;
	border-radius:8px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.5);
	padding:10px;
}
.mesajalan .mesajlar .mesajitem .mesajyazi a {
	display:block;
}
.mesajalan .mesajlar .mesajitem .mesajyazi img {
	max-width:100%;
}
.mesajalan .mesajlar .mesajitem.sag .mesajyazi {
	background:#005c4b;
}
.mesajalan .mesajlar .mesajitem .mesajyazi .alt {
	display:flex;
	align-items:center;
	grid-gap:4px;
}
.mesajalan .mesajlar .mesajitem.sag .mesajyazi .alt {
	justify-content:flex-end;
}
.mesajalan .mesajresim {
	position:relative;
}
.mesajalan .mesajresim input {
	display:none;
}
.mesajalan .mesajresim span {
	font-size:30px;
	color:#000;
}
.mesajalan .gonder {
	position:relative;
	display:flex;
	align-items:center;
	grid-gap:10px;
}

/*------------------mesajjutusu----------------------*/

.mesajjutusu {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	padding:16px;
	height:100%;
	overflow-y:scroll;
}
.mesajjutusu .mesajprofil {
	display:flex;
	align-items:center;
	grid-gap:10px;
	padding:10px;
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.1);
}
.mesajjutusu .mesajprofil.active {
	box-shadow:0px 0px 16px  rgb(4 243 0 / 30%);
	border: 1px solid rgb(27 221 95 / 20%);
	background: rgb(4 243 0 / 5%);
}
.mesajjutusu .mesajprofil img{
	width:40px;
	height:40px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
.mesajjutusu .mesajprofil .rumuz {
	font-size:16px;
	font-weight:600;
	line-height:20px;
	color:var(--kahve);
}
.mesajjutusu .mesajprofil .rumuz small {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
	opacity:0.7;
}
/*------------------hediyeitem----------------------*/

.hediyeitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:5px;
	border-radius:16px;
	box-shadow:0px 0px 16px rgba(0,0,0,0.1);
	background:#fff;
	padding:16px;
}
.hediyeitem img {
	width:100%;
	aspect-ratio:1/1;
	max-height:200px;
	object-fit:cover;
	object-position:center;
}
.hediyeitem .adi {
	font-size:16px;
	font-weight:700;
	line-height:24px;
	color:#000;
	text-align:center;
}
.hediyeitem .kredi {
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:rgba(0,0,0,0.7);
	text-align:center;
}
.hediyeitem .btn {
    padding: 0px 11px;
    height: 34px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 27px;
}


/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:30px 0px 30px 0px;
	background: #F8F7F4;
}
#bloglar .baslik {
	color: #000;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	margin-bottom:30px;
}
.blogitem {
	position:relative;
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 30px;
	background: #FFF;
	padding:20px;
}
.blogitem .resim {
	width:40%;
	aspect-ratio:1/1;
	object-fit:cover;
	border-radius: 15px;
	max-height:500px;
}
.blogitem .sag {
	Display:flex;
	flex-direction:column;
	width:60%;
	padding:20px 0px 20px 20px;
}
.blogitem .sag .adi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:30px;
}
.blogitem .sag .tarih {
	Display:flex;
	align-items:center;
	grid-gap:5px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 270% */
}
.blogitem .sag .tarih i {
	font-size: 18px;
}

/*------------------genelyazi----------------------*/

#genelyazi {
	position:relative;
	padding:30px 0px;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:50px 0px;
	border-top:5px solid var(--anarenk);
	background:rgba(250,250,250,1);
}
#footer .logo {
	position:relative;
	Display:block;
	text-align:center;
}
#footer .logo img {
	height:120px;
}
#footer .menu {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
#footer .menu .menulink {
	font-size:14px;
	color:#000;
}
#footer .copy {
	font-size:14px;
	color:#000;
	text-align:center;
	margin-top:20px;
}