@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('lity.min.css');
@import url('aos.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn 
{   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



:root {
  --anarenk: #413780;
  --kirmizi: #fe76c2;
  --yesil: #79a602;
  --siyah: #080a09;
}

body {
	/*font-family: Aeonik;*/
	font-family: Zodiak;
}
/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--kirmizi); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 300px);	
}
.dropdown-toggle::after {
    display: none;
}

.form-control.is-invalid, 
.was-validated .form-control:invalid {
    background-position: right calc(.375em + 3.1875rem) center;
}

.form-control.is-valid, 
.was-validated .form-control:valid {
    background-position: right calc(.375em + 3.1875rem) center;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:46px;	
	border-radius: 23px;
	padding:0px 20px;
	font-size:18px;
}
.btn img {
	height:39px;
	margin-right:10px;
}
.btn small {
	font-weight:300;
	font-style: italic;
	margin-left:2px;
}
.btn-mavi {
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	border:1px solid var(--kirmizi);
	background:var(--kirmizi);
	color:#fff;
}
.btn-outline-mavi {
	border:1px solid var(--anarenk);
	background:transparent;
	color:var(--anarenk);
}
.btn-outline-mavi:hover {
	border:1px solid var(--kirmizi);
	background:transparent;
	color:var(--anarenk);
}
.btn-kirmizi {
	border:1px solid var(--kirmizi);
	background:var(--kirmizi);
	color:#fff;
}
.btn-kirmizi:hover {
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	color:#fff;
}

.swiper {
	position:relative;
	overflow:hidden;
}
.form-label {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color:rgba(0,0,0,0.6);
}
.form-control {    
    position: relative;
    height: 44px;
	border-radius:0px;
    line-height: 40px;
    padding: 0px 20px;
    background: transparent;
    border: 0px;
    border: 1px solid var(--anarenk);
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #0067B2;
	border-radius: 25px;
}
textarea.form-control {    
    line-height: 20px;
    padding: 10px 17px;
	height:120px;
}
.form-check-label {
    color: rgba(255,255,255,0.6);
}
.form-control:focus {    
    background: #fff !important;
    border: 1px solid #0067B2 !important;
    color: #0067B2 !important;
}
.form-group label {    
	line-height:30px;
}
.select {
    position: relative;
    display: inline-block;
    height: 44px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    background: #fff;
    border: 1px solid #fff;
}
.select .form-control {
	position:relative;
	display:inline-block;
	height:44px;
	border-radius:0px;
	padding:0px 50px 0px 10px;
	font-size: 14px;
	font-weight: 500;
	border:0px;
	background:transparent;
	z-index:3;
    color:#155e72;
}
.select:before {
    position: absolute;
    content: "\f063";
    top: 0px;
    right: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:20px;
    color: #155e72;
    z-index: 2;
}

.baslikcizgi {
	position:relative;
}
.baslikcizgi:before {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% - 25px);
	width:40px;
	height:2px;
	background:var(--anarenk);
}
.baslikcizgi:after {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% + 20px);
	width:5px;
	height:2px;
	background:var(--kirmizi);
}
.baslikcizgi2 {
	position:relative;
}
.baslikcizgi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% - 25px);
	width:40px;
	height:2px;
	background:#fff;
}
.baslikcizgi2:after {
	position:absolute;
	content:"";
	top:100%;
	left:calc(50% + 20px);
	width:5px;
	height:2px;
	background:#fff;
}

/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:10000;
	height:80px;
	background:#E5E7EB;
}
#header .alanust {
	display:flex;
	align-items:center;
	background:#f6efff;
	height:54px;
	border-radius:0px 0px 30px 30px;
	padding:0px 30px;
}
#header .alanust .butonlar {
	display:flex;
	align-items:center;
	margin-right:auto;
}
#header .alanust .butonlar a {
	display:flex;
	align-items:center;
	font-size:16px;
	font-family:Exo;
	font-weight:600;
	line-height:22px;
	color:var(--anarenk);
	margin-right:20px;
}
#header .alanust .butonlar a i {
	font-size:20px;
	margin-right:4px;
}
#header .alanust .sosyal {
	display:flex;
	align-items:center;
	margin-right:20px;
}
#header .alanust .sosyal a {
	font-size:20px;
	margin-right:10px;
	color:var(--anarenk);
}
#header .alan {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:10px 0px;
}
#header .alan .sol {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:20%;
}
#header .alan .sol .logo {
	padding:0px 0px;
}
#header .alan .sol .logo img {
	height: 65px;
}
#header .alan .orta {
	width:60%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .menu {
}
#header .menu ul {
	list-style:none;
}
#header .menu .link-li {
	position:relative;
	float:left;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: var(--anarenk);
	margin:0px 5px;
	padding:0px 5px;
}
#header .menu .link-item:before {
	position:absolute;
	content:"";
	top:-35px;
	left:calc(50% - 1px);
	width:1px;
	height:0px;
	background:var(--kirmizi);
	transition:all 0.3s ease;
}
#header .menu .link-item:hover:before {
	height:35px;
}
#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px 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 .link-li  {
	width:100%;
}
#header .menu .acilan .link-li .link-item {
	display:block;
	color: #003869;
	font-size: 15px;
	font-weight: 400;
	line-height: 47px;
	border-bottom:1px solid #ececec;
	margin:0px 0px;
	padding:0px 5px;
}
#header .menu .acilan .link-li .link-item:hover:before {
	display:none;
}
#header .menu .acilan .link-li .link-item img {
	width:70%;
	margin:10px 15%;
}
#header .menu .acilan .link-li:last-child .link-item {
	border-bottom:0px solid #ececec;
}
#header .menu .acilan .link-li .link-item:hover {
	color: var(--anarenk);
}
#header .alan .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:20%;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	margin-left:20px;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--anarenk);
	width:64px;
	height:44px;
	border-radius:0px;
}
#header .dil .default img {
	height:10px;
	margin-right:5px;
}
#header .dil .default i {
	font-size:14px;
	margin-left:5px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:100%;
	margin-bottom:3px;
	background: var(--anarenk);
	color:#fff;
	padding:10px;
	width:64px;
	height:44px;
	border-radius:2px;
	border:2px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	margin-left:20px;
}
#mobilheader .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--anarenk);
	width:64px;
	height:44px;
	border-radius:0px;
}
#mobilheader .dil .default img {
	height:10px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	font-size:14px;
	margin-left:5px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:100%;
	margin-bottom:3px;
	background: var(--anarenk);
	color:#fff;
	padding:10px;
	width:64px;
	height:44px;
	border-radius:2px;
	border:2px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}



/*------------------slider----------------------*/

#slider {
	position:relative;
	z-index:10;
	background:#f6efff;
}
#slider .slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	min-height:100vh;
	object-fit:cover;
	opacity:0.38;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#slider .item .bilgi .yazi1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	color: var(--kirmizi);
	text-align:center;
	margin-bottom:20px;
}
#slider .item .bilgi .yazi2 {
	font-weight: 400;
	font-size: 82px;
	line-height: 82px;
	color: var(--anarenk);
	margin-bottom:30px;
	text-align:center;
}
#slider .item .bilgi .yazi2 i{
	font-weight: 300;
}
#slider .item .bilgi .buton {
	text-align:center;
}


#slider .swiper {
	padding-bottom:0px;
}
#slider .slider-button-next, 
#slider .slider-button-prev {
    position:absolute;
    bottom: 60px;
	width:60px;
	height:60px;
	border-radius:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	font-size:28px;
	color:#155e72;
	z-index:101;
	border: 1px solid #f3f3f3;
}
#slider .slider-button-next:hover, 
#slider .slider-button-prev:hover {
	
}
#slider .slider-button-prev {
	right:140px;
}
#slider .slider-button-next {
	right:60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    right: 0px;
	left:auto;
    width: 100%;
	height:120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 50px;
    position: absolute;
    z-index: 2;
}
.swiper-pagination-bullet:only-child {
    display: block!important;
}
.swiper-pagination-bullet {
    width: 19px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    opacity: 1;
    background: #fff;
	border:0px solid #fff;
}
.swiper-pagination-bullet-active {
	width:45px;
    opacity: 1;
    background: var(--kirmizi);
	border:0px solid #D9D9D9;
}

#slider .alt {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:100;
}
#slider .alt .doktor {
	padding:20px 0px;
}
#slider .alt .doktor .yazi1 {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--kirmizi);
	margin-bottom:20px;
}
#slider .alt .doktor .profil {
	display:flex;
	flex-wrap:wrap;
}
#slider .alt .doktor .profil img {
	width:46px;
	height:46px;
	border-radius:23px;
}
#slider .alt .doktor .profil div {
	width:calc(100% - 46px);
	padding-left:20px;
	font-size:16px;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
}
#slider .alt .link {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	padding:20px 15px;
	border-radius:10px;
	background:#ffebf6;
}
#slider .alt .link img {
	height:70px;
	margin-bottom:15px;
}
#slider .alt .link span {
	font-size:14px;
	font-family:Exo;
	line-height:24px;
	color:var(--kirmizi);
	text-align:center;
}
#slider .alt .link2 {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	padding:20px;
	border-radius:10px;
	background:#f6efff;
	height:100%;
}
#slider .alt .link2 i {
	font-size:40px;
	color:var(--anarenk);
}
#slider .alt .link2 span {
	font-size:26px;
	font-family:Exo;
	line-height:38px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:15px;
}
#slider .alt .link2 span b {
	display:block;
}

/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding: 0px 0px 120px 0px;
}

#tedaviler .resim {
	position:relative;
	display:none;
}
#tedaviler .resim.active {
	display:block;
}
#tedaviler .resim .anaresim {
	width:100%;
}
#tedaviler .resim .bilgi {
	position:absolute;
	top:10%;
	right:10%;
	width:50%;
	background:rgba(65,55,128,0.8);
	padding:20px;
	border-radius:20px;
}
#tedaviler .resim .bilgi .icon {
	height:60px;
	margin-bottom:15px;
}

#tedaviler .resim .bilgi .list a {
	position:relative;
	display:block;
	font-size:14px;
	font-weight:500;
	line-height:32px;
	color:#fff;
	padding-left:22px;
}
#tedaviler .resim .bilgi .list a:hover {
	color:var(--kirmizi);
}
#tedaviler .resim .bilgi .list a:before {
	position:absolute;
	top:0px;
	left:0px;
    content: "\f061";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	width:22px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	color:#fff;
}
#tedaviler .sag {
	padding:120px 40px;
	background:#f6efff;
	border-radius:0px 0px 0px 20px;
}
#tedaviler .sag .baslik {
	position:relative;
	font-size:30px;
	font-weight:700;
	font-family:Exo;
	color:var(--anarenk);
	line-height:40px;
	margin-bottom:30px;
	display:inline-block;
}
#tedaviler .sag .baslik:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:50px;
	height:1px;
	background:var(--anarenk);
}
#tedaviler .sag .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid var(--anarenk);
}
#tedaviler .sag .item .sayi {
	width:50px;
	font-size:22px;
	font-weight:600;
	color:var(--anarenk);
}
#tedaviler .sag .item.active .sayi {
	color:var(--kirmizi);
}
#tedaviler .sag .item .bilgi {
	display:flex;
	flex-wrap:wrap;
	width:calc(100% - 50px);
}
#tedaviler .sag .item .bilgi .res {
	width:78px;
	height:78px;
	border-radius:20px;
}

#tedaviler .sag .item .bilgi .yazilar {
	width:calc(100% - 78px);
	display:flex;
	flex:0 0 auto;
	flex-direction:column;
	justify-content:center;
	padding-left:20px;
	
}
#tedaviler .sag .item .bilgi .yazilar .yazi1 {
	font-size:30px;
	font-weight:400;
	line-height:30px;
	color:var(--mavi);
	margin-bottom:0px;
}
#tedaviler .sag .item.active .bilgi .yazilar .yazi1 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--kirmizi);
	margin-bottom:20px;
}
#tedaviler .sag .item .bilgi .yazilar .yazi2 {
	display:none;
}
#tedaviler .sag .item.active .bilgi .yazilar .yazi2 {
	display:block;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:20px;
}
#tedaviler .sag .item .bilgi .yazilar .btn {
	display:none;
}
#tedaviler .sag .item.active .bilgi .yazilar .btn {
	display:inline-flex;
}

/*------------------gebelikhesapla----------------------*/

#gebelikhesapla {
    background: #f6efff;
	position:relative;
	z-index:10;
	padding:50px 0px;
	background-size:cover !important;
}

#gebelikhesapla .baslik {
	font-size:50px;
	font-weight:300;
	line-height:60px;
	color:#30475e;
	text-align:center;
	margin-bottom:25px;
}

#gebelikhesapla .btn-turkuaz {
    background: var(--anarenk);
    border: 1px solid var(--anarenk);
    color: #fff;
}

#gebelikhesapla .form-check-label{
    color: black;
}


/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:120px 0px 0px 0px;
	z-index:10;
}
#hakkimizda .resim {
	position:relative;
}
#hakkimizda .resim .res {
	width:100%;
	border-radius:20px;
}
#hakkimizda .resim .detay {
	position:absolute;
	top:180px;
	right:-100px;
	width:140px;
	padding:20px;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:16px;
	font-weight:700;
	line-height:22px;
	color:var(--anarenk);
	background:#ffebf6;
}
#hakkimizda .resim .detay img {
	max-width:100%;
	margin-bottom:10px;
}
#hakkimizda .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	margin-top:100px;
	margin-bottom:30px;
	display:inline-block;
}
#hakkimizda .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--anarenk);
	margin-bottom:30px;
}
#hakkimizda .yazi3 {
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:30px;
}
#hakkimizda .medicana {
	position:relative;
	z-index:100;
	width:130%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#f6efff;
	border-radius:20px;
	overflow:hidden;
	margin-left:-60%;
}
#hakkimizda .medicana img {
	width:40%;
	border-radius:20px;
}
#hakkimizda .medicana .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:60%;
	padding:0px 20px;
}
#hakkimizda .medicana .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:72px;
	height:72px;
	border-radius:36px;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#hakkimizda .medicana .bilgi .yazi {
	width:calc(100% - 72px);
	padding-left:10px;
}

#hakkimizda .medicana .bilgi .yazi small {
	display:block;
	font-size:16px;
	font-weight:400;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:10px;
}
#hakkimizda .medicana .bilgi .yazi b {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:50px;
	color:var(--kirmizi);
	letter-spacing:5px;
}

/*------------------ofis----------------------*/

#ofis {
	position:relative;
	padding:280px 0px 100px 0px;
	z-index:5;
	margin-top:-180px;
	background-size:cover !important;
}
#ofis .item {
	display:block;
	margin-bottom:10px;
}
#ofis .item img {
	width:100%;
	aspect-ratio:390/300;
	max-height:300px;
	object-fit:cover;
	object-position:center;
	border-radius:30px;
}

/*------------------ivfdetay----------------------*/

#ivfdetay {
	position:relative;
	padding:100px 0px 100px 0px;
	z-index:5;
	background:#ffecf7;
}

#ivfdetay .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	margin-top:30px;
	margin-bottom:30px;
}
#ivfdetay .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--anarenk);
	margin-bottom:30px;
}
#ivfdetay .yazi2 i {
	font-size:62px;
	font-weight:300;
	line-height:62px;
	color:var(--anarenk);
	margin-bottom:30px;
}
#ivfdetay .yazi3 {
	font-size:18px;
	font-weight:300;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:30px;
}
#ivfdetay .resim {
	width:100%;
}

/*------------------ivfadim----------------------*/

#ivfadim {
	position:relative;
	padding:70px 0px 70px 0px;
	z-index:5;
	background:#ffecf7;
}
#ivfadim:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	border-radius:20px 0px 0px 0px;
	z-index:1;
	background:#fff;
}
#ivfadim * {
	position:relative;
	z-index:2;
}

#ivfadim .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	margin-bottom:30px;
}
#ivfadim .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--anarenk);
}
#ivfadim .yazi2 i {
	font-weight:300;
}
#ivfadim .adimitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius:20px;
	padding:60px 20px 60px 20px;
	background:var(--anarenk);
}
#ivfadim .adimitem .sayi {
	position:absolute;
	top:-30px;
	left:calc(50% - 30px);
	width:60px;
	height:60px;
	border-radius:30px;
	background:var(--kirmizi);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#fff;
}
#ivfadim .adimitem img {
	height:115px;
	margin-bottom:20px;
}
#ivfadim .adimitem .adi {
	font-size:12px;
	font-weight:400;
	font-family:Exo;
	line-height:18px;
	color:var(--kirmizi);
	text-align:center;
}


/*------------------teklifal----------------------*/

#teklifal {
	position:relative;
	padding:70px 0px 70px 0px;
	z-index:5;
	background:#fff;
}
#teklifal .alan {
	border-left:3px solid var(--anarenk);
	border-right:3px solid var(--anarenk);
	background:#f6efff;
	padding:60px;
	border-radius:30px;
}
#teklifal .alan .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#teklifal .alan .yazilar .yazi1 {
	font-size:16px;
	font-weight:500;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:10px;
}
#teklifal .alan .yazilar .yazi2 {
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:var(--kirmizi);
}
#teklifal .alan .link {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
}
#teklifal .alan .link .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	border-radius:35px;
	background:var(--anarenk);
	font-size:30px;
	color:var(--kirmizi);
}
#teklifal .alan .link.link2 .icon {
	background:var(--kirmizi);
	color:var(--anarenk);
}
#teklifal .alan .link .yazi {
	width:calc(100% - 70px);
	padding-left:15px;
	font-size:16px;
	font-weight:400;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
}
#teklifal .alan .link.link2 .yazi {
	color:var(--kirmizi);
}

/*------------------whyturkey----------------------*/

#whyturkey {
	position:relative;
	padding:120px 0px 120px 0px;
	z-index:5;
	background-size:cover !important;
}
#whyturkey .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	margin-bottom:30px;
	display:inline-block;
}
#whyturkey .yazi2 {
	font-size:62px;
	font-weight:400;
	line-height:62px;
	color:#fff;
	margin-bottom:40px;
}
#whyturkey .yazi2 i {
	font-weight:300;
}
#whyturkey .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#whyturkey .yazi3 {
	font-size:18px;
	font-weight:300;
	line-height:24px;
	color:#fff;
	margin-bottom:30px;
}
#whyturkey .item {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#f6efff;
	border-radius:20px;
	font-size:18px;
	font-weight:400;
	font-family:Exo;
	line-height:24px;
	color:var(--kirmizi);
	margin-bottom:30px;
	padding:20px;
	text-align:center;
}
#whyturkey .item img {
	max-width:100%;
	margin-bottom:10px;
}

/*------------------videolar----------------------*/

#videolar {
	position:relative;
	padding:120px 0px 30px 0px;
	z-index:5;
    background-size: 100% 50% !important;
    background-repeat: no-repeat !important;
}
#videolar .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	text-align:center;
	margin-bottom:30px;
	display:inline-block;
}
#videolar .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}
#videolar .yazi2 i {
	font-weight:300;
}
#videolar .item {
	position:relative;
	display:block;
}
#videolar .item .resim {
	width:100%;
}
#videolar .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:40px;
	display:flex;
	align-items:flex-end;
	background: linear-gradient(180deg, rgb(243 243 255 / 0%) 35%, rgb(255 255 255 / 57%) 100%);
}
#videolar .item .bilgi .bilgiic {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#videolar .item .bilgi .bilgiic .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:96px;
	height:96px;
	border-radius:48px;
	background:var(--kirmizi);
	font-size:50px;
	color:#fff;
}
#videolar .item .bilgi .bilgiic .yazi {
	width:calc(100% - 96px);
	padding-left:20px;
}
#videolar .item .bilgi .bilgiic .yazi .kategori {
	padding:0px 20px;
	display:inline-flex;
	align-items:center;
	height:34px;
	border-radius:17px;
	background:var(--anarenk);
	font-size:14px;
	color:var(--kirmizi);
	margin-bottom:20px;
}
#videolar .item .bilgi .bilgiic .yazi .adi {
	font-size:30px;
	font-weight:400;
	line-height:30px;
	color:var(--anarenk);
	display:none;
}

#videolar .butonlar {
	position:absolute;
	top:calc(50% - 70px);
	right:0px;
	width:70px;
	z-index:10;
}
#videolar .butonlar div{
	display:flex;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	font-size:30px;
	color:#000;
	background:#f7f7f7;
}
#videolar .butonlar div:hover {
	color:#fff;
	background:var(--kirmizi);
}
/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:30px 0px 120px 0px;
	z-index:5;
	background-size:cover !important;
}
#bloglar .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	text-align:center;
	margin-bottom:30px;
	display:inline-block;
}
#bloglar .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:40px;
}
#bloglar .yazi2 i {
	font-weight:300;
}
#bloglar .item {
	display:block;
	border-radius:20px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.1);
}
#bloglar .item:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#bloglar .item .resim {
	width:100%;
	aspect-ratio:600/377;
	max-height:377px;
	object-fit:cover;
	border-radius:20px;
	margin-bottom:20px;
}
#bloglar .item .adi {
	padding:0px 20px;
	font-size:30px;
	font-weight:500;
	line-height:30px;
	color:var(--anarenk);
	margin-bottom:20px;
}
#bloglar .item .ozet {
	padding:0px 20px;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:20px;
}

/*------------------modal----------------------*/

.modal-body {
	position:relative;
	padding:100px;
}
.modal-body .kapat {
	position:absolute;
	top:20px;
	right:20px;
	width:40px;
	height:40px;
	border:0px;
	background:transparent;
}
.modal-body .kapat img {
	max-width:100%;
}
.modal-body .yazi1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 44px;
	text-align: center;
	color: #0F3661;
	margin-bottom:20px;
}
.modal-body .yazi2 {
	font-weight: 500;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #0F3661;
	opacity: 0.7;
	margin-bottom:20px;
}
.modal-body .form-control {
	background: #fff;
	border: 1px solid #EAEDF0;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background:#f6efff;
	z-index:10;
}

#footer .ust {
	padding:20px;
}

#footer .ust .logo {
	display:flex;
	align-items:center;
	height:100%;
}
#footer .ust .logo img {
	height:41px;
}
#footer .ust .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#footer .ust .yazilar .bilgi1 {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: var(--anarenk);
	padding:5px 0px;
}
#footer .ust .yazilar .bilgi2 {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--anarenk);
	padding:5px 0px;
}

#footer .orta {
	padding:40px;
}

#footer .menubas {
	display:block;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: var(--anarenk);
	margin-bottom:15px;
	text-align:center;
}
#footer .menulink {
	display:block;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: var(--anarenk);
	margin-bottom:10px;
	text-align:center;
}
#footer .menulink:hover {
	color: #fff;
}

#footer .menu {
	display:flex;
	align-items:center;
	height:100%;
	justify-content:center;
	
}
#footer .menu ul {
	list-style:none;
}
#footer .menu .link-li {
	position:relative;
	float:left;
}
#footer .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: var(--anarenk);
	margin:0px 5px;
	padding:0px 5px;
}
#footer .menu .link-item:before {
	position:absolute;
	content:"";
	top:-35px;
	left:calc(50% - 1px);
	width:1px;
	height:0px;
	background:var(--kirmizi);
	transition:all 0.3s ease;
}
#footer .menu .link-item:hover:before {
	height:35px;
}
#footer .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px 5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#footer .iletisimbas {
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
#footer .iletisimbas img {
	height:46px;
	margin-right:10px;
}
#footer .iletisimbas span {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
}
#footer .form-control {
	background: #071B30;
	border: 1px solid #0B2745;
}
#footer .alt {
	padding:20px;
	background:#fff;
}
#footer .alt .altalan {
	display:flex;
	align-items:center;
}
#footer .alt .altalan .copy {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #596C80;
}

#footer .alt .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	height:100%;
	margin-right:auto;
	margin-left:auto;
}
#footer .alt .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	border-radius:22px;
	font-size:24px;
	color: #596C80;
	margin:10px 5px;
}
#footer .alt .sosyal a:hover {
	color:#fff;
}


#footer .alt .altalan .projemed {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #596C80;
}

#footer .alt .altalan .projemed span{
	color: #39fd12;
}


/*------------------hakkimizdapage----------------------*/

#hakkimizdapage {
	position:relative;
	padding:220px 0px 60px 0px;
	z-index:10;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
}
#hakkimizdapage .resim {
	position:relative;
}
#hakkimizdapage .resim .res {
	width:100%;
	border-radius:20px;
}
#hakkimizdapage .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:40px;
	color:var(--kirmizi);
	margin-bottom:30px;
	text-align:center;
}
#hakkimizdapage .yazi2 {
	font-size: 70px;
    font-weight: 400;
    line-height: 70px;
    color: var(--anarenk);
    margin-bottom: 50px;
    text-align: center;
}
#hakkimizdapage .yazi3 {
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:var(--anarenk);
	margin-top:50px;
	margin-bottom:30px;
}
#hakkimizdapage .yazi3 p {
	margin-bottom:10px;
}
#hakkimizdapage .medicana {
	position:relative;
	z-index:100;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#f6efff;
	border-radius:20px;
	overflow:hidden;
}
#hakkimizdapage .medicana img {
	width:40%;
	border-radius:20px;
}
#hakkimizdapage .medicana .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:60%;
	padding:0px 20px;
}
#hakkimizdapage .medicana .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:72px;
	height:72px;
	border-radius:36px;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#hakkimizdapage .medicana .bilgi .yazi {
	width:calc(100% - 72px);
	padding-left:10px;
}

#hakkimizdapage .medicana .bilgi .yazi small {
	display:block;
	font-size:16px;
	font-weight:400;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:10px;
}
#hakkimizdapage .medicana .bilgi .yazi b {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:50px;
	color:var(--kirmizi);
	letter-spacing:5px;
}




/*------------------bloglarust----------------------*/

#bloglarust {
	position:relative;
	z-index:10;
	background:#f6efff;
}
#bloglarust .resim {
	width:100%;
	min-height:300px;
	object-fit:cover;
	opacity:0.28;
}
#bloglarust .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
#bloglarust .bilgi .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	margin-bottom:30px;
	text-align:center;
}
#bloglarust .bilgi .yazi2 {
	font-size:70px;
	font-weight:400;
	line-height:70px;
	color:var(--anarenk);
	margin-bottom:70px;
	text-align:center;
}
#bloglarust .bilgi .tab {
	display:block;
	padding:20px;
	border-radius:20px;
}
#bloglarust .bilgi .tab.active {
	background:#fff;
}
#bloglarust .bilgi .tab b {
	display:block;
	font-size:24px;
	font-weight:700;
	font-family:Exo;
	color:var(--anarenk);
	line-height:30px;
}
#bloglarust .bilgi .tab.active b {
	color:var(--kirmizi);
}
#bloglarust .bilgi .tab small {
	display:block;
	font-size:16px;
	font-weight:600;
	font-family:Exo;
	color:var(--anarenk);
	line-height:20px;
}

/*------------------blogpage----------------------*/

#blogpage {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#blogpage .item {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#blogpage .item .yazi1 {
	font-size:12px;
	font-weight:600;
	font-family:Exo;
	color:var(--kirmizi);
	line-height:30px;
	margin-bottom:10px;
}
#blogpage .item .yazi2 {
	font-size:32px;
	font-weight:400;
	color:var(--anarenk);
	line-height:36px;
	margin-bottom:20px;
}
#blogpage .item .yazi3 {
	font-size:18px;
	font-weight:400;
	color:var(--anarenk);
	line-height:24px;
	margin-bottom:20px;
}

#blogpage .item .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
#blogpage .item .profil img {
	width:46px;
	height:46px;
	border-radius:23px;
}
#blogpage .item .profil span {
	width:calc(100% - 46px);
	padding-left:20px;
	font-size:16px;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
}
#blogpage .item .resim {
	width:100%;
	max-height:100%;
	object-fit:cover;
}


/*------------------blogdetayust----------------------*/

#blogdetayust {
	position:relative;
	z-index:10;
	background:#f6efff;
}
#blogdetayust .resim {
	width:100%;
	min-height:300px;
	max-height:100vh;
	object-fit:cover;
	opacity:0.28;
}
#blogdetayust .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:flex;
	align-items:center;
	padding:20px 0px 100px 0px;
	background:#ffebf6;
}
#blogdetayust .bilgi .adi {
	font-size:60px;
	font-weight:400;
	line-height:65px;
	color:var(--anarenk);
	margin-bottom:20px;
}
#blogdetayust .bilgi .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
#blogdetayust .bilgi .profil img {
	width:46px;
	height:46px;
	border-radius:23px;
}
#blogdetayust .bilgi .profil span {
	width:calc(100% - 46px);
	padding-left:20px;
	font-size:16px;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
}

/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	z-index:20;
	margin-top:-80px;
}
#blogdetay .alan {
	position:relative;
	background:#fff;
	border-radius:20px;
	padding:20px 0px;
}
#blogdetay .alan .aciklama {
	font-size:18px;
	font-weight:400;
	color:var(--anarenk);
	line-height:30px;
}
#blogdetay .alan .aciklama p {
	margin-bottom:10px;
}

/*------------------tedavidetayust----------------------*/

#tedavidetayust {
	position:relative;
	z-index:10;
	padding-top:200px;
}
#tedavidetayust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	background:#ffebf6;
	z-index:5;
}
#tedavidetayust * {
	position:relative;
	z-index:10;
}

#tedavidetayust .yazi1 {
	font-size: 30px;
    font-weight: 400;
    font-family: Exo;
    line-height: 40px;
    color: var(--kirmizi);
    text-align: center;
    margin-bottom: 20px;
}
#tedavidetayust .yazi2 {
	font-size:70px;
	font-weight:400;
	line-height:70px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:40px;
}
#tedavidetayust .resim {
	width:100%;
	border-radius:20px 0px 0px 20px;
}

/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	z-index:20;
}
#tedavidetay .alan {
	position:relative;
	padding:30px 0px;
}
#tedavidetay .alan .aciklama {
	font-size:18px;
	font-weight:400;
	color:var(--anarenk);
	line-height:30px;
}
#tedavidetay .alan .aciklama p {
	margin-bottom:10px; 
}
#tedavidetay .alan .aciklama h2 {
	font-size:32px;
	margin-top:15px;
	margin-bottom:10px; 
}
#tedavidetay .alan .aciklama h3 {
	font-size:28px;
	margin-top:15px;
	margin-bottom:10px; 
}
#tedavidetay .alan .aciklama h4 {
	font-size:24px;
	margin-top:15px;
	margin-bottom:10px; 
}
#tedavidetay .alan .aciklama ul, ol  {
	padding-left:15px;
    margin-bottom:10px;	
}
#tedavidetay .alan .aciklama li {
	margin-bottom:2px 0px; 
}
/*------------------iletisimust----------------------*/

#iletisimust {
	position:relative;
	z-index:10;
	padding-top:250px;
}
#iletisimust * {
	position:relative;
	z-index:10;
}
#iletisimust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	background:#ffebf6;
	z-index:5;
}
#iletisimust .resim {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:80%;
	object-fit:cover;
	z-index:6;
	opacity:0.16;
}

#iletisimust .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	text-align:center;
	margin-bottom:30px;
}
#iletisimust .yazi2 {
	font-size:82px;
	font-weight:400;
	line-height:82px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:40px;
}
#iletisimust .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:10px 0px;
}
#iletisimust .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	font-size:30px;
	color:var(--kirmizi);
}
#iletisimust .bilgi .yazi {
	width:calc(100% - 50px);
	font-size:16px;
	font-weight:400;
	font-family:Exo;
	line-height:20px;
	color:var(--anarenk);
}
#iletisimust .map {
	position:relative;
	overflow:hidden;
	border-radius:20px 0px 0px 20px;
}
#iletisimust .map iframe {
	width:100%;
	height:400px;
}
#iletisimust .map .icon {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	z-index:15;
}
#iletisimust .map .icon img {
	width:80px;
	height:80px;
	object-fit:contain;
	object-position:center;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:20;
}
#iletisimpage .alan {
	position:relative;
	padding:50px 0px;
}
#iletisimpage .form-control {
	border-radius:10px;
	border:1px solid #d7d7d7;
}
/*------------------whyturkeyust----------------------*/

#whyturkeyust {
	position:relative;
	z-index:10;
	padding-top:250px;
	padding-bottom:50px;
}
#whyturkeyust * {
	position:relative;
	z-index:10;
}
#whyturkeyust:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#ffebf6;
	z-index:5;
}
#whyturkeyust .resim {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:6;
	opacity:0.16;
}

#whyturkeyust .yazi1 {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:60px;
	color:var(--kirmizi);
	text-align:center;
	margin-bottom:30px;
}
#whyturkeyust .yazi2 {
	font-size:70px;
	font-weight:400;
	line-height:70px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:40px;
}
/*------------------servislerpage----------------------*/

#servislerpage {
	position:relative;
	z-index:10;
	background:url('../img/whyturkey.png') #413780;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:40px 0px;
}
#servislerpage .item {
	margin-bottom:30px;
}
#servislerpage .item .resim {
	position:relative;
}
#servislerpage .item .resim .res {
	width:100%;
	border-radius: 40px;
}
#servislerpage .item .resim .icon {
	position:absolute;
	top:calc(50% - 70px);
	right:-70px;
	width:140px;
	height:140px;
	border-radius:20px;
	background:#ffebf6;
	display:flex;
	align-items:center;
	justify-content:center;
}
#servislerpage .item .resim.sol .icon {
	right:auto;
	left:-70px;
}
#servislerpage .item .resim .icon img {
	max-width:100%;
	max-height:100%;
}
#servislerpage .item .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:20px 0px;
}
#servislerpage .item .yazilar .yazi1 {
	font-size:30px;
	font-weight:400;
	line-height:34px;
	color:var(--kirmizi);
	margin-bottom:15px;
}
#servislerpage .item .yazilar .yazi2 {
	font-size:18px;
	font-weight:400;
	line-height:24px;
	color:#fff;
}
#servislerpage .medicana {
	position:relative;
	z-index:100;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background:#f6efff;
	border-radius:20px;
	overflow:hidden;
}
#servislerpage .medicana img {
	width:40%;
	border-radius:20px;
}
#servislerpage .medicana .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:60%;
	padding:0px 20px;
}
#servislerpage .medicana .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:72px;
	height:72px;
	border-radius:36px;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#servislerpage .medicana .bilgi .yazi {
	width:calc(100% - 72px);
	padding-left:10px;
}

#servislerpage .medicana .bilgi .yazi small {
	display:block;
	font-size:16px;
	font-weight:400;
	font-family:Exo;
	line-height:24px;
	color:var(--anarenk);
	margin-bottom:10px;
}
#servislerpage .medicana .bilgi .yazi b {
	font-size:30px;
	font-weight:400;
	font-family:Exo;
	line-height:50px;
	color:var(--kirmizi);
	letter-spacing:5px;
}

/*------------------videopage----------------------*/

#videopage {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#videopage .item {
	display:block;
	position:relative;
	margin-bottom:20px;
}
#videopage .item .resim {
	position:relative;
	z-index:5;
}
#videopage .item .resim .res {
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:20px;
}
#videopage .item .resim .icon {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width:80px;
	height:80px;
	border-radius:40px;
	background:var(--kirmizi);
	font-size:30px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
#videopage .item .adi {
	position:relative;
	z-index:10;
	width:80%;
	background:#fff;
	border-radius:20px 0px 0px 0px;
	font-size:28px;
	font-weight:400;
	line-height:34px;
	color:var(--anarenk);
	margin-left:20%;
	margin-top:-40px;
	padding:20px;
}
#videopage .item .adi small {
	display:block;
	font-size:16px;
	font-weight:500;
	font-family:Exo;
	line-height:26px;
	color:var(--kirmizi);
}