@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: "Plus Jakarta Sans", sans-serif;
	background: #F3F8FF;
}


:root {
  --anarenk: #39b54a;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --mor: #f26660;
  --yesil: #8BCDC9;
}

/* 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%;
}

/*------------------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 20px;
	height:50px;
	border-radius:12px;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.btn i {
	font-size:22px;
}
.btn-outline-dark {
	color: #362E53;
	border: 1px solid rgba(54, 46, 83, 0.30);
	background:transparent;
}
.btn-outline-dark:hover {
	color: #fff;
	border: 1px solid rgba(54, 46, 83, 1);
	background:rgba(54, 46, 83, 1);
}
.btn-ana {
	color: #fff;
	border: 1px solid var(--anarenk);
	background:var(--anarenk);
}
.btn-ana:hover {
	color: var(--anarenk);
	border: 1px solid var(--anarenk);
	background:#fff;
}
.btn-mor {
	color: #fff;
	border: 1px solid var(--mor);
	background:var(--mor);
}
.btn-mor:hover {
	color: var(--mor);
	border: 1px solid var(--mor);
	background:#fff;
}
.btn-yesil {
	color: #fff;
	border: 1px solid var(--yesil);
	background:var(--yesil);
}
.btn-yesil:hover {
	color: var(--yesil);
	border: 1px solid var(--yesil);
	background:#fff;
}

/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--anarenk);
	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(--anarenk);
	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(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 
{
	color: #E0785E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	margin-bottom:20px;
}

.aciklama h4 ,
.aciklama h5 
{
	color: #908EC5;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:20px;
}
.aciklama blockquote {
	position:relative;
    font-size: 1.2em;
    font-style: italic;
    color: #555;
    border-left: 5px solid var(--anarenk);
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #f9f9f9;
}

.aciklama blockquote::before {
    content: "\201C"; /* Left quote mark */
    font-size: 2em;
    color: #007bff;
    position: absolute;
    left: 10px;
    top: -10px;
}

.aciklama blockquote::after {
    content: "\201D"; /* Right quote mark */
    font-size: 2em;
    color: #007bff;
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.aciklama cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #777;
    text-align: right;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:35px 0px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:42px;
}

#header .menu {
	margin-right:auto;
}
#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;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#header .menu .link-item:hover {
    color: var(--anarenk);
}

#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 .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:4px;
	height:40px;
	border-radius: 5px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	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;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
}
#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:15%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:15%;
	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:43px;
}

#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: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	padding:5px 5px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
}
#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 {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	text-align:center;
}
#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 {
	padding:20px 15px;
}
#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);
}

#mobilmenu .dil {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
}
#mobilmenu .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-transform:uppercase;
}
#mobilmenu .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilmenu .dil .default i {
	color:#000;
	font-size:20px;
}

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

/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #1E1E1E;
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 84px; /* 123.529% */
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 154.545% */
	margin-bottom:22px;
}
#slider .item .bilgi .btn {
	margin-bottom:22px;
}
#slider .item .bilgi .yorum {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
}
#slider .item .bilgi .yorum img {
	height:48px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

/*------------------uzmanara----------------------*/

#uzmanara {
	position:relative;
	margin-top:-40px;
	z-index:20;
}
#uzmanara .alan {
	position:relative;
	padding:30px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
}

.form-control {
	border-radius: 12px;
	border: 1px solid rgba(30, 30, 30, 0.20);
	background: #FFF;
	height:50px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
textarea.form-control {
	height:150px  !important;
}

.select {
	position:relative;
}
.select:before {
	position:absolute;
	content:"\f107";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:rgba(30, 30, 30, 1);
}

/*------------------onlineuzmanlar----------------------*/

#onlineuzmanlar {
	position:relative;
	padding:54px 0px;
	z-index:20;
    background: rgb(255 184 107 / 10%);
}
#onlineuzmanlar .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:55px;
}
#onlineuzmanlar .slide {
	position:relative;
}
#onlineuzmanlar .onlineuzmanlar-button-prev, 
#onlineuzmanlar .onlineuzmanlar-button-next
{
	position:absolute;
	top:calc(50% - 27px);
	width:54px;
	height:54px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(54, 46, 83, 0.3);
	font-size:25px;
	color:rgba(54, 46, 83, 1);
	transition:all 0.3s ease;
}
#onlineuzmanlar .onlineuzmanlar-button-prev:hover, 
#onlineuzmanlar .onlineuzmanlar-button-next:hover
{
	border:1px solid rgba(54, 46, 83, 1);
	background:rgba(54, 46, 83, 1);
	color:#fff;
}
#onlineuzmanlar .onlineuzmanlar-button-prev
{
	left:-80px;
}

#onlineuzmanlar .onlineuzmanlar-button-next
{
	right:-80px;
}

/*------------------doktoritem----------------------*/

.doktoritem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
	padding:5px;
	height:100%;
}
.doktoritem .ust {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	z-index:20;
	padding:25px 25px 0px 25px;
}
.doktoritem .ust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:90%;
	border-radius: 0px 0px 20px 20px;
	background: rgba(255, 247, 233, 0.61);
	z-index:-1;
}
.doktoritem .resim {
	position:relative;
	width:124px;
}
.doktoritem .resim img {
	width:124px;
	height:124px;
	border-radius:50%;
    object-fit: cover;
}
.doktoritem .resim .online {
	position:absolute;
	bottom:11px;
	right:11px;
	width: 14px;
	height: 14px;
	border-radius:50%;
	background:#06E775;
}
.doktoritem .adi {
	position:relative;
	width:calc(100% - 124px);
	padding-left:15px;
}
.doktoritem .adi b {
	display:block;
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.doktoritem .adi small {
	display:block;
	color: #1E1E1E;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
}
.doktoritem .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:0px 25px 20px 25px;
	height:100%;
}
.doktoritem .yildizlar {
	display:flex;
	align-items:center;
	grid-gap:2px;
}
.doktoritem .yildizlar b {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 200% */
}
.doktoritem .yildizlar i {
	color: #FFA500;
	font-size: 16px;
}
.doktoritem .yildizlar small {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.doktoritem .fiyat {
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.doktoritem .bayrak {
	display:flex;
	align-items:center;
	grid-gap:8px;
}
.doktoritem .bayrak img {
	height:15px;
}
.doktoritem .desc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.doktoritem .desc.sinirli {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
	height:96px;
    overflow:hidden;
}
.doktoritem .alt {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:8px;
	margin-top:auto;
}
.doktoritem .alt .btn{
	width:calc(50% - 6px);
}
/*------------------paketitem----------------------*/

.paketitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
	padding:5px;
}
.paketitem .ust {
	position:relative;
	z-index:20;
	padding:25px 25px 25px 25px;
}
.paketitem .ust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius: 0px 0px 20px 20px;
	background: rgba(255, 247, 233, 0.61);
	z-index:-1;
}
.paketitem .adi {
	position:relative;
	width:100%;
}
.paketitem .adi b {
	display:block;
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.paketitem .adi small {
	display:block;
	color: #1E1E1E;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
}
.paketitem .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:0px 25px 20px 25px;
}
.paketitem .fiyat {
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.paketitem .desc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.paketitem .alt {
	display:flex;
	align-items:center;
}
.paketitem .alt .btn{
	width:100%;
}


/*------------------nasilcalisir----------------------*/

.randevusecmealan .paketadi {
	display:block;
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	text-align:center;
	margin-bottom:10px;
}
.randevusecmealan .paketdesc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	text-align:center;
	margin-bottom:30px;
}


/*------------------nasilcalisir----------------------*/

#nasilcalisir {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#nasilcalisir .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:25px;
}
/*------------------calisitem----------------------*/

.calisitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:36px 55px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
}
.calisitem .resim {
	width:100%;
	text-align:center;
}
.calisitem .resim img {
	width:100%;
	height:250px;
	object-fit:contain;
	object-position:center;
}
.calisitem .adi {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.calisitem .desc {
	color: #1E1E1E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------sertifikalar----------------------*/

#sertifikalar {
	position:relative;
	padding:50px 0px;
	z-index:20;
}
#sertifikalar .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:25px;
}
/*------------------calisitem----------------------*/

.sertifikatem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:16px 15px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
}
.sertifikatem .resim {
	width:100%;
	text-align:center;
}
.sertifikatem .resim img {
	width:100%;
	object-fit:contain;
	object-position:center;
}
.sertifikatem .adi {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 145.455% */
}
.sertifikatem .desc {
	color: #1E1E1E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------destekturler----------------------*/

#destekturler {
	position:relative;
	padding:300px 0px;
	background:url('../img/destekback.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
	z-index:20;
}
#destekturler .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:50px;
}
/*------------------destekturitem----------------------*/

.destekturitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
.destekturitem .resim {
	width:100%;
	aspect-ratio:281/369;
	max-height:700px;
	object-fit:cover;
	object-position:center;
	border-radius:200px;
}
.destekturitem .bilgi {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
.destekturitem .adi {
	color: #1E1E1E;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.destekturitem .desc {
	color: #1E1E1E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.destekturitem .git {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:20px 0px 20px 0px;
	z-index:20;
}
#yorumlar:before {
	position:absolute;
	content:"";
	bottom:20px;
	right:30px;
	width:30%;
	height:30%;
	background:url('../img/filigran-1.png');
	background-size:contain;
	background-repeat:no-repeat;
}
#yorumlar .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:20px;
}
#yorumlar .rakamlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-bottom:50px;
}
#yorumlar .rakamlar .rakam {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#yorumlar .rakamlar .rakam b {
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px; /* 154.545% */
}
#yorumlar .rakamlar .rakam small {
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 188.889% */
}
#yorumlar .swiper {
	padding:0px 15%;
}
/*------------------yorumitem----------------------*/

.yorumitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
	margin:30px;
	padding:55px 50px;
}
.yorumitem .yildizlar {
	color: #FFA500;
	font-size: 16px;
}
.yorumitem .yorum {
	color: #15141C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.yorumitem .adi {
	color: #15141C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}

/*------------------testler----------------------*/

#testler {
	position:relative;
	padding:54px 0px;
	z-index:20;
}
#testler .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:55px;
}
#testler .slide {
	position:relative;
}
#testler .testler-button-prev, 
#testler .testler-button-next
{
	position:absolute;
	top:calc(50% - 27px);
	width:54px;
	height:54px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(54, 46, 83, 0.3);
	font-size:25px;
	color:rgba(54, 46, 83, 1);
	transition:all 0.3s ease;
}
#testler .testler-button-prev:hover, 
#testler .testler-button-next:hover
{
	border:1px solid rgba(54, 46, 83, 1);
	background:rgba(54, 46, 83, 1);
	color:#fff;
}
#testler .testler-button-prev
{
	left:-80px;
}

#testler .testler-button-next
{
	right:-80px;
}

/*------------------testitem----------------------*/

.testitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:33px 30px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
}
.testitem .resim {
	width:100%;
	height:160px;
	object-fit:contain;
	object-position:center;
}
.testitem .adi {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.testitem .desc {
	color: #1E1E1E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:20px 0px 20px 0px;
	z-index:20;
}
#sss:before {
	position:absolute;
	content:"";
	bottom:-50px;
	left:0px;
	width:50%;
	height:50%;
	background:url('../img/filigran-2.png');
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
}
#sss .baslik {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:auto;
}
#sss .git {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.accordion-item {
	margin-bottom:20px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
	overflow:hidden;
	border:0px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
}
.accordion-button {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}
.accordion-button:not(.collapsed) {
    color: #1E1E1E;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
/*------------------hemenbasvur----------------------*/

#hemenbasvur {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#hemenbasvur .resim {
	width:100%;
}
#hemenbasvur .yazi1 {
	color: #908EC5;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1px;
}
#hemenbasvur .yazi2 {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:16px;
}
#hemenbasvur .yazi3 {
	color: #1E1E1E;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:16px;
}
#hemenbasvur .yazi4 {
	display:flex;
	flex-wrap:wrap;
	grid-gap:8px;
	margin-bottom:16px;
}
#hemenbasvur .yazi4 span {
	position:relative;
	width:calc(50% - 4px);
	padding-left:39px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#hemenbasvur .yazi4 span:before {
	position:absolute;
	content:"\f00c";
	top:0px;
	left:0px;
	width:24px;
	height:24px;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
	color:var(--yesil);
}
/*------------------uygulamalar----------------------*/

#uygulamalar {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#uygulamalar .alan {
	position:relative;
	z-index:20;
	padding:0px 70px;
}
#uygulamalar .alan:before {
	position:absolute;
	content:"";
	top:15%;
	left:0px;
	width:100%;
	height:85%;
	border-radius: 22px;
	background:url('../img/uygulamaback.png') #2B244A;
	background-size:cover;
	z-index:-1;
}
#uygulamalar .alan .yazi1 {
	color: #FFA500;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2px;
}
#uygulamalar .alan .yazi2 {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:16px;
}
#uygulamalar .alan .yazi3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:16px;
}
#uygulamalar .alan .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#uygulamalar .alan .butonlar a{
	display:block;
}
#uygulamalar .alan .butonlar a img {
	height:72px;
}
#uygulamalar .alan .resim {
	width:100%;
}
/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#bloglar:before {
	position:absolute;
	content:"";
	top:50px;
	right:50px;
	width:10%;
	height:10%;
	background:url('../img/filigran-3.png');
	background-size:contain;
	background-repeat:no-repeat;
}
#bloglar .baslik {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; 
	text-align:center;
	margin-bottom:50px;
}

/*------------------blogitem----------------------*/

.blogitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:8px;
	padding:5px 5px 20px 5px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
}
.blogitem .resim {
	width:100%;
	aspect-ratio:420/250;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.blogitem .adi {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	padding:0px 20px;
}
.blogitem .desc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding:0px 20px;
}
.blogitem .git {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:0px 20px;
}
/*------------------blogitem2----------------------*/

.blogitem2 {
	position:relative;
	display:block;
}
.blogitem2 .resim {
	width:100%;
	aspect-ratio:890/510;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.blogitem2.mini .resim {
	width:100%;
	aspect-ratio:890/500;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.blogitem2 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
	grid-gap:20px;
	background: linear-gradient(180deg, rgba(43, 36, 74, 0.00) 50%, rgba(43, 36, 74, 0.75) 100%);
	border-radius:20px;
	padding:30px;
}
.blogitem2.mini .bilgi {
	grid-gap:10px;
	padding:20px;
}
.blogitem2 .bilgi .kat {
	padding: 12px 15px;
	border-radius: 30px;
	background: rgba(43, 36, 74, 0.60);
	backdrop-filter: blur(3px);
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.blogitem2 .bilgi .adi {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 133.333% */
}
.blogitem2.mini .bilgi .adi {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 145.455% */
}


/*------------------urunitem----------------------*/

.urunitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:8px;
	padding:5px 5px 20px 5px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
}
.urunitem .resim {
	width:100%;
	aspect-ratio:420/250;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.urunitem .adi {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	padding:0px 20px;
}
.urunitem .fiyat {
	color: var(--yesil);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	padding:0px 20px;
}
.urunitem .desc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding:0px 20px;
}
.urunitem .git {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #362E53;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:0px 20px;
}

/*------------------bizeulasin----------------------*/

#bizeulasin {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#bizeulasin .alan {
	position:relative;
	z-index:20;
	padding:0px 0px;
}
#bizeulasin .alan:before {
	position:absolute;
	content:"";
	top:13%;
	left:10%;
	width:90%;
	height:74%;
	border-radius: 22px;
	background:#8BCDC9;
	z-index:-1;
}
#bizeulasin .resim {
	width:100%;
}
#bizeulasin .yazi1 {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:16px;
}
#bizeulasin .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:16px;
}
/*------------------danismanol----------------------*/

#danismanol {
	position:relative;
	padding:44px 0px 50px 0px;
	z-index:20;
	background:#3bb64c;
}
#danismanol .icon {
	font-size:44px;
	color:#fff;
	margin-bottom:20px;
}
#danismanol .yazi1 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}
#danismanol .yazi2 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:50px 0px 50px 0px;
	background:#fff;
}
#footer .logo {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#footer .logo img {
	max-width:100%;
	max-height:50px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:8px;
	margin-bottom:30px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50px;
	background:rgba(144, 142, 197, 0.08);
	font-size:24px;
	color:rgba(144, 142, 197, 1);
}
#footer .sosyal a:hover {
	background:rgba(144, 142, 197, 0.5);
}
#footer .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .butonlar a{
	display:block;
}
#footer .butonlar a img {
	height:42px;
}
#footer .menubas {
	display:block;
	color: #362E53;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:8px;
}
#footer .menulink {
	display:block;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:8px;
}
#footer .menulink:hover {
	padding-left:8px;
}
#footer .alt {
	display:flex;
	align-items:center;
	margin-top:50px;
}
#footer .alt .copy {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:auto;
}
#footer .alt .kk img {
	height:24px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-content {
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.08);
}

.modal-content .uyari {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
}
.modal-content .git {
	color: #362E53;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
}

.nav {
	padding:6px;
	border-radius: 35px;
	background: rgba(30, 30, 30, 0.06);
}

.nav-link {
	border-radius: 36px !important;
	background: transparent !important;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0) !important;
	color: #1E1E1E !important;
	leading-trim: both !important;
	text-edge: cap !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
}
.nav-link.active {
	background: #FFF !important;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08) !important;
	color: #000 !important;
}

.form-check-label {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
}
.form-check-label a {
	color: #1E1E1E;
	text-decoration-line: underline;
}
.form-check-input:checked {
    background-color: var(--yesil);
    border-color: var(--yesil);
}
/*------------------uzmanlarust----------------------*/

#uzmanlarust {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#uzmanlarust .alan {
	position:relative;
	padding:40px 70px;
	z-index:20;
}
#uzmanlarust .alan:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('../img/uzmanustarka.png');
	background-size:cover;
	border-radius:22px;
	z-index:-1;
}
#uzmanlarust .yazi1 {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:20px;
}
#uzmanlarust .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:20px;
}
#uzmanlarust .resim {
	width:100%;
}
/*------------------uzmanlarpage----------------------*/

#uzmanlarpage {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#uzmanlarpage .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:30px;
}
#uzmanlarpage .tablar {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-bottom:30px;
}
#uzmanlarpage .tablar a {
	color: #1E1E1E;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:5px 0px;
	border-bottom:2px solid transparent;
}
#uzmanlarpage .tablar a.active {
	border-bottom:2px solid #000;
}
/*------------------breadlinkler----------------------*/

.breadlinkler {
	position:relative;
	padding:10px 0px 10px 0px;
	z-index:20;
}
.breadlinkler .linkler {
	display:inline-flex;
	align-items:center;
	grid-gap:4px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5;
}
.breadlinkler .linkler a {
	color: #1E1E1E;
}
/*------------------uzmanlarpage----------------------*/

#uzmanpage {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
.uzmanwidget {
	position:relative;
	padding:5px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
}
.uzmanwidget .ust {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:25px;
	border-radius: 0px 0px 20px 20px;
	background: rgba(255, 247, 233, 0.61);
}
.uzmanwidget .ust .resim {
	width:124px;
}
.uzmanwidget .ust .resim img {
	width:124px;
	height:124px;
	object-fit:cover;
	object-position:center;
	border-radius:50%;
}
.uzmanwidget .ust .mid {
	width:calc(50% - 62px);
	padding-left:10px;
}
.uzmanwidget .ust .mid .adi b {
	display:block;
	margin-bottom:5px;
	color: #1E1E1E;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.uzmanwidget .ust .mid .adi small {
	display:block;
	margin-bottom:5px;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
}

.uzmanwidget .ust .mid .yildizlar {
	display:flex;
	align-items:center;
	grid-gap:2px;
}
.uzmanwidget .ust .mid .yildizlar b {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 200% */
}
.uzmanwidget .ust .mid .yildizlar i {
	color: #FFA500;
	font-size: 16px;
}
.uzmanwidget .ust .mid .yildizlar small {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.uzmanwidget .ust .right {
	width:calc(50% - 62px);
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
.uzmanwidget .ust .right .fiyat {
	color: #362E53;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 15px 16px;
	border-radius: 11px;
	background: #FFF;
	margin-bottom:15px;
}

.uzmanwidget .ust .right .bayrak {
	display:flex;
	align-items:center;
	grid-gap:8px;
}
.uzmanwidget .ust .right .bayrak img {
	height:15px;
}
.uzmanwidget .orta {
	padding:25px;
	display:flex;
	flex-wrap:wrap;
	grid-gap:5px;
}
.uzmanwidget .orta span {
	padding: 15px 16px;
	border-radius: 11px;
	background: rgba(30, 30, 30, 0.04);
}
.uzmanwidget .alt {
	padding:0px 25px 25px 25px;
}
.uzmanwidget .alt .altic {
	display:flex;
	align-items:center;
	padding:12px 21px;
	border-radius: 20px;
	background: rgba(139, 205, 201, 0.15);
}
.uzmanwidget .alt .altic .tarih {
	margin-right:auto;
}
.uzmanwidget .alt .altic .tarih small {
	display:block;
	color: #1E1E1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
.uzmanwidget .alt .altic .tarih b {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#uzmanpage .bolum2 {
	position:relative;
	display:block;
}
#uzmanpage .bolum2 .videoresim {
	width:100%;
	border-radius: 22px;
}
#uzmanpage .bolum2 .videoplay {
	position:absolute;
	top:calc(50% - 42px);
	left:calc(50% - 42px);
	width:84px;
	height:84px;
	border-radius:50%;
}
#uzmanpage .bolum3 {
	position:relative;
	display:block;
	padding:33px 30px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
}
#uzmanpage .bolum3 .ust {
	position:relative;
	display:flex;
	align-items:center;
	grid-gap:11px;
	margin-bottom:17px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 177.778% */
}
#uzmanpage .bolum3 .ust i {
	font-size:26px;
}
#uzmanpage .bolum3 .uzmanliklar {
	display:flex;
	flex-wrap:wrap;
	grid-gap:5px;
}
#uzmanpage .bolum3 .uzmanliklar span {
	padding: 15px 16px;
	border-radius: 11px;
	background: rgba(30, 30, 30, 0.04);
}
#uzmanpage .bolum3 .yorumlar .yorum {
	border-top: 1px solid rgba(30, 30, 30, 0.10);
	padding-top:25px;
	margin-top:25px;
}
#uzmanpage .bolum3 .yorumlar .yorum p {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:4px;
}
#uzmanpage .bolum3 .yorumlar .yorum b {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}
#uzmanpage .bolum3 .yorumlar .yorum div {
	display:flex;
	align-items:center;
	grid-gap:3px;
}
#uzmanpage .bolum3 .yorumlar .yorum div span {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 200% */
}
#uzmanpage .bolum3 .yorumlar .yorum div i {
	color: #FFA500;
}
#uzmanpage .hizlipaket {
	display:flex;
	flex-direction:column;
	grid-gap:5px;
	padding:5px;
	border-radius: 22px;
	background: #8BCDC9;
	box-shadow: 0px 4px 6px 0px rgba(200, 208, 221, 0.20);
}
#uzmanpage .hizlipaket .paket {
	display:flex;
	align-items:center;
	padding:25px;
	border-radius: 5px;
	background: #FFF;
}
#uzmanpage .hizlipaket .paket:first-child {
	border-radius: 20px 20px 5px 5px;
}
#uzmanpage .hizlipaket .paket:last-child {
	border-radius: 5px 5px 20px 20px;
}
#uzmanpage .hizlipaket .paket .adi {
	margin-right:auto;
}
#uzmanpage .hizlipaket .paket .adi b {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:4px;
}
#uzmanpage .hizlipaket .paket .adi small {
	display:block;
	color: #1E1E1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
}
/*------------------testler----------------------*/

#testler {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#testler .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:30px;
}
#testler .altbaslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 154.545% */
	margin-bottom:30px;
}
/*------------------test----------------------*/

#test {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#test .ust {
	position:relative;
	display:block;
	margin-bottom:50px;
	z-index:20;
}
#test .ust .adi {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
}
#test .ust .desc {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#test .ust .resim  {
	width:100%;
}
#test .soruitem  {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	margin-bottom:30px;
}
#test .soruitem .soru {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
}
#test .soruitem .cevaplar .form-check {
	border-radius: 15px;
	border: 1px solid rgba(25, 25, 25, 0.20);
	background: #FFF;
	padding:18px 20px 18px 40px;
}
#test .soruitem .cevaplar .form-check.active {
    background: #908EC5;
	color:#fff;
}
#test .soruitem .cevaplar .form-check.active .form-check-label {
	color:#fff;
}
/*------------------testsonuc----------------------*/

#testsonuc {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#testsonuc .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:50px;
}
#testsonuc .sonuc {
	padding:32px 48px;
	border-radius: 22px;
	background: rgba(224, 120, 94, 0.12);
}
#testsonuc .sonuc .resim {
	width:100%;
}
#testsonuc .sonuc .yazi1 {
	color: #E0785E;
	font-feature-settings: 'liga' off;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
	margin-bottom:15px;
}
#testsonuc .sonuc .yazi2 {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
/*------------------uzmanoner----------------------*/

#uzmanoner {
	position:relative;
	padding:150px 0px 150px 0px;
	background:url('../img/uzmanonerback.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
	z-index:20;
}
#uzmanoner .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:50px;
}
#uzmanoner .resim  {
	width:100%;
	height:250px;
	object-fit:cover;
	object-position:center top;
}
#uzmanoner form  {
	padding:60px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.04);
}
/*------------------katil1----------------------*/

#katil1 {
	position:relative;
	padding:100px 0px 100px 0px;
	background:url('../img/katil1back.png');
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	z-index:20;
}
#katil1 .resim {
	width:100%;
}
#katil1 .yazi1 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 133.333% */
	margin-bottom:20px;
}
#katil1 .yazi2 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px; /* 154.545% */
	margin-bottom:80px;
}
/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	padding:100px 0px 100px 0px;
	z-index:20;
}
#rakamlar .rakam {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	z-index:20;
}
#rakamlar .rakam .sayi {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
}
#rakamlar .rakam .adi {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 158.333% */
}
#rakamlar .rakam .desc {
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.form-control[type=file]{
    cursor: pointer;
    line-height: 46px;
}
/*------------------uzmanbasvuruformu----------------------*/

#uzmanbasvuruformu {
	position:relative;
	padding:150px 0px 50px 0px;
	background:url('../img/uzmanbasvurback.png');
	background-size:100% auto;
	background-position:center top;
	background-repeat:no-repeat;
	z-index:20;
}
#uzmanbasvuruformu .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:50px;
}
#uzmanbasvuruformu form {
	padding:60px 50px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.04);
}
#uzmanbasvuruformu form .bas {
	color: #908EC5;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#bloglarpage .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:30px;
}
#bloglarpage .tablar {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-bottom:30px;
}
#bloglarpage .tablar a {
	color: #1E1E1E;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding:5px 0px;
	border-bottom:2px solid transparent;
}
#bloglarpage .tablar a.active {
	border-bottom:2px solid #000;
}
/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#blogdetay .kategori {
	display:inline-flex;
	padding:12px 15px;
	border-radius: 30px;
	background: rgba(43, 36, 74, 0.60);
	backdrop-filter: blur(3px);
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
#blogdetay .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:10px;
}
#blogdetay .anaresim {
	width:100%;
	border-radius:22px;
	margin-bottom:15px;
}
#blogdetay .hlar {
	display:flex;
	flex-direction:column;
	margin-bottom:15px;
}
#blogdetay .hlar a {
	padding:13px 0px 13px 15px;
	border-left:2px solid rgba(224, 120, 94, 1);
	color: #2B244A;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	opacity:0.5;
}
#blogdetay .hlar a:hover {
	opacity:1;
}
#blogdetay .sosyalbas {
	color: #2B244A;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-align:center;
	opacity:0.5;
	margin-bottom:10px;
}
#blogdetay .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:8px;
	margin-bottom:30px;
}
#blogdetay .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50px;
	background:#fff;
	font-size:24px;
	color:var(--yesil);
}
#blogdetay .sosyal a:hover {
	color:var(--anarenk);
}

.widget1 {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	background:url('../img/blogsagback.png') #2B244A;
	background-size:100% auto;
	background-repeat:no-repeat;
	padding:30px;
}
.widget1 .yazi1 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 145.455% */
}
.widget1 img {
	width:100%;
}


/*------------------urundetay----------------------*/

#urundetay {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
}
#urundetay .kategori {
	display:inline-flex;
	padding:12px 15px;
	border-radius: 30px;
	background: rgba(43, 36, 74, 0.60);
	backdrop-filter: blur(3px);
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
#urundetay .baslik {
	color: #1E1E1E;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:10px;
}
#urundetay .urunfiyat {
	color: var(--anarenk);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 133.333% */
	margin-bottom:10px;
}
#urundetay .stok {
	color: #3d3d3d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 133.333% */
	margin-bottom:10px;
}
#urundetay .anaresim {
	width:100%;
	border-radius:22px;
	margin-bottom:15px;
}
#urundetay .hlar {
	display:flex;
	flex-direction:column;
	margin-bottom:15px;
}
#urundetay .hlar a {
	padding:13px 0px 13px 15px;
	border-left:2px solid rgba(224, 120, 94, 1);
	color: #2B244A;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	opacity:0.5;
}
#urundetay .hlar a:hover {
	opacity:1;
}
#urundetay .sosyalbas {
	color: #2B244A;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-align:center;
	opacity:0.5;
	margin-bottom:10px;
}
#urundetay .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:8px;
	margin-bottom:30px;
}
#urundetay .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50px;
	background:#fff;
	font-size:24px;
	color:var(--yesil);
}
#urundetay .sosyal a:hover {
	color:var(--anarenk);
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:50px 0px 250px 0px;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	z-index:20;
}
#iletisimpage .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:30px;
}
#iletisimpage .alan {
	position:relative;
	padding:5px;
	border-radius: 22px;
	background: #FFF;
}
#iletisimpage .sol {
	padding:44px;
	border-radius: 20px;
	background: rgba(255, 165, 0, 0.08);
	height:100%;
}
#iletisimpage .sag {
	padding:44px;
	border-radius: 20px;
}
#iletisimpage .yazi1 {
	color: #908EC5;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:24px;
}
#iletisimpage .yazi2 {
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:5px;
}
#iletisimpage .yazi3 {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:20px;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:50px 0px 50px 0px;
}
#hakkimizda .baslik {
	color: #1E1E1E;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
	margin-bottom:44px;
}
#hakkimizda .resim1 {
	width:100%;
	margin-bottom:44px;
}
#hakkimizda .yazi1 {
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:24px;
}
#hakkimizda .yazi1 strong{
	font-weight: 700;
}
#hakkimizda .resim2 {
	width:100%;
}
#hakkimizda .maddeler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#hakkimizda .maddeler p {
	position:relative;
	padding-left:40px;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#hakkimizda .maddeler p:before {
	position:absolute;
	content:"";
	top:12px;
	left:0px;
	width:30px;
	height:2px;
	background:var(--yesil);
}
/*------------------sorunlar----------------------*/

#sorunlar {
	position:relative;
	padding:50px 0px 50px 0px;
}
#sorunlar .resim {
	width:100%;
	border-radius: 22px;
}
#sorunlar .yazi1 {
	padding:39px 45px;
	margin-top:-70px;
	margin-bottom:30px;
	border-radius: 22px;
	background: rgba(54, 46, 83, 0.90);
	backdrop-filter: blur(15px);
	color: rgba(255, 255, 255, 0.93);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

#sorunlar .maddeler {
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
#sorunlar .maddeler p {
	width:calc(50% - 5px);
	position:relative;
	padding-left:40px;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#sorunlar .maddeler p:before {
	position:absolute;
	content:"";
	top:12px;
	left:0px;
	width:30px;
	height:2px;
	background:var(--yesil);
}
/*------------------panelalan----------------------*/

#panelalan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
#panelalan .panelsol {
	display:flex;
	flex-direction:column;
	width:20%;
	height:100vh;
	background:#fff;
	padding:44px 20px;
	border-radius:0px 22px 22px 0px;
}
#panelalan .panelsol .logo {
	display:block;
	margin-bottom:20px;
}
#panelalan .panelsol .logo img {
	height:42px;
}
#panelalan .panelsol .kapat {
	display:none;
}
#panelalan .panelsol .solmenu {
	display:flex;
	flex-direction:column;
	grid-gap:0px;
}
#panelalan .panelsol .menu-item {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 16px;
	background: rgba(139, 205, 201, 0);
	padding:5px 20px;
}
#panelalan .panelsol .menu-item .icon {
	width:24px;
	font-size:24px;
	color:#000;
}
#panelalan .panelsol .menu-item .madi {
	width:calc(100% - 24px);
	padding-left:14px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#panelalan .panelsol .menu-item.active , 
#panelalan .panelsol .menu-item:hover 
{
	background: rgba(139, 205, 201, 0.15);
}
#panelalan .panelsag {
	width:80%;
	height:100vh;
	overflow-y:scroll;
	padding:40px;
}
#panelalan .altbaslik {
	color: #2B244A;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	margin-bottom:15px;
}

.isimwidget {
	position:relative;
	display:block;
	padding:30px 44px;
	background:url('../img/uygulamaback.png') #3d3d3d;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right center;
	border-radius: 22px;
}
.isimwidget .adi {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 133.333% */
}
.isimwidget .adi small {
	display:block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}



.seanslarwidget {
	position:relative;
	display:block;
	padding:24px 29px;
	border-radius: 22px;
	background: rgba(139, 205, 201, 0.20);
	height: 100%;
}
.seanslarwidget .bas {
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
	margin-bottom:20px;
}
.seanslarwidget .uyari {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:24px;
	min-height:150px;
	color: rgba(30, 30, 30, 0.6);
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.seanslarwidget .uyari i {
	font-size: 44px;
}
.seansitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border-radius: 20px;
	padding:20px;
	background: #FFF;
}
.seansitem .seansresim{
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
}
.seansitem .seanssag{
	width:calc(100% - 48px);
	padding-left:12px;
}
.seansitem .seanssag b {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.seansitem .seanssag small {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ayarlarsol {
	position:relative;
	display:flex;
	flex-direction:column;
	border-radius: 22px;
	background: #E9F0FA;
	padding:17px 14px;
	grid-gap:3px;
}
.ayarlarsol a {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:15px 20px;
	border-radius: 16px;
}
.ayarlarsol a.active ,
.ayarlarsol a:hover 
{
	background:#fff;
}
.ayarlarsol a span {
	width:24px;
	font-size:24px;
	color:#000;
}
.ayarlarsol a div {
	width:calc(100% - 24px);
	padding-left:14px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.card {
	border:0px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 24px 30px 0px rgba(200, 208, 221, 0.20);
	padding:0px 0px;
}

.card-header {
	display:flex;
	align-items:center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0,0);
    border-bottom: 1px solid rgba(0, 0, 0,0);
	padding:20px 30px;
    border-radius: 22px 22px 0 0;
	color: #2B244A;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'liga' off;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 177.778% */
}
.card-header:first-child {
    border-radius: 22px 22px 0 0;
}
.card-header .icon {
    font-size: 32px;
    width: 40px;
}

.resimdegis {
	position:relative;
	display:block;
	cursor:pointer;
}
.resimdegis input{
	display:none;
}
.resimdegis span {
	position:relative;
	display:flex;
	align-items:center;
	border-radius: 20px;
	background: #E9F0FA;
	padding:14px 17px;
}
.resimdegis span img {
	width:66px;
	height:66px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
	margin-right:auto;
}

.hesaprakamlar {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 22px;
	background: #E9F0FA;
	padding:28px;
}
.hesaprakamlar .rakam {
	width:25%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.hesaprakamlar .rakam .icon {
	width:44px;
	font-size:28px;
	color:#000;
}
.hesaprakamlar .rakam .sayi {
	width:calc(100% - 44px);
	padding:0px 10px;
}
.hesaprakamlar .rakam .sayi b {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.hesaprakamlar .rakam .sayi small {
	display:block;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 228.571% */
}


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

.mesajalan {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	background:#fff;
	border-radius:16px;
	overflow:hidden;
}
.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(--anarenk);
}
.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 .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;
	background:#fff;
}
.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(--anarenk);
}
.mesajjutusu .mesajprofil .rumuz small {
	display:block;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#000;
	opacity:0.7;
}

.table td {
	vertical-align: middle;
}

/*------------------tableprofil----------------------*/

.tableprofil {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.tableprofil img {
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
}
.tableprofil span {
	width:calc(100% - 48px);
	padding-left:12px;
	color: #1E1E1E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#videoContainer {    
	display: flex;
	flex-wrap: wrap;
	grid-gap: 18px;
}
#videoContainer > div {    
	width: calc(33% - 12px);
}
#videoContainer .green-border {    
	position:fixed;
	bottom:20px;
	right:20px;
	width:30%;
	border-radius:4px;
}
#videoContainer .green-border .video-frame{    
	border-radius:4px;
}
#videoContainer .green-border div {    
	display:none;
}
#videoContainer .video-frame {    
	width: 100% !important;
	border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgba(200, 208, 221, 0.20);
	object-fit:contain;
	object-position:center;
}

.tablelist {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:10px;
	padding:15px;
	border-radius:12px;
	background:#fff;
}
.tablelist .btn {
    padding: 0px 13px;
    height: 40px;
    font-size: 14px;
}

.uyarialan {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:Center;
	grid-gap:20px;
	padding:35px 15px;
	border-radius:12px;
	background:#ffc107;
}
.uyarialan.yesil {
	background:rgba(25, 135, 84, 0.1);
}
.uyarialan .icon {
	font-size:50px;
	line-height:50px;
	color:#664d03;
	text-align:center;
}
.uyarialan.yesil .icon {
	color:rgba(25, 135, 84, 1);
}
.uyarialan .bas {
	font-size:30px;
	line-height:34px;
	font-weight:700;
	color:#664d03;
	text-align:center;
}
.uyarialan.yesil .bas {
	color:rgba(25, 135, 84, 1);
}
.uyarialan .yazi {
	font-size:16px;
	line-height:22px;
	font-weight:400;
	color:#664d03;
	text-align:center;
}
.uyarialan.yesil .yazi {
	color:rgba(25, 135, 84, 1);
}
.fc-daygrid-day {
	position:relative;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    padding-left: 27px;
}


#tabakmetin .tabakresim {
	width:100%;
	border-radius: 20px;
}
#tabakmetin .nesne {
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-radius: 20px;
	background: #E9F0FA;
	padding:14px 17px;
	margin-bottom:10px;
}
#tabakmetin .nesne .nesneadi {
	width:40%;
	font-weight:700;
	margin-right:auto;
	font-size:12px;
}
#tabakmetin .nesne .miktar {
	width:35%;
	font-size:12px;
	padding:0px 10px;
}
#tabakmetin .nesne .kalori {
	width:25%;
	font-size:12px;
}

#tabakmetin .toplam {
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	border-radius: 20px;
	background: #d0ffd6;
	padding:14px 17px;
	margin-bottom:10px;
}
#tabakmetin .toplam .nesneadi {
	width:75%;
	font-weight:700;
	margin-right:auto;
}
#tabakmetin .toplam .kalori {
	width:25%; 
	font-weight:700;
	margin-right:auto;
}

.star-rating {
  direction: rtl; /* Yıldızların sağdan sola sıralanması için */
  display: inline-flex;
}

.star {
  font-size: 2rem;
  color: gray;
  cursor: pointer;
}

.star-rating input[type="radio"] {
  display: none; /* Radio butonlarını gizler */
}

.star:hover,
.star:hover ~ .star {
  color: gold; /* Yıldız üzerine gelince renk sarı olsun */
}

.star-rating input[type="radio"]:checked ~ label {
  color: gold; /* Tıklanan yıldız ve önceki yıldızlar sarı */
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:25px 0px 25px 0px;
	z-index:10;
}
#iletisimpage .baslik {
	position:relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	color: var(--anarenk);
	margin:20px 0px;
}
#iletisimpage .baslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:2px;
	background: var(--anarenk);
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #000;
}
#iletisimpage iframe {
	width:100%;
	height:535px;
	border-radius:30px;
}
