@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('twentytwenty.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;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Plus Jakarta Sans", sans-serif;
}


:root {
  --anarenk: #1b145d;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turuncu: #ff6600;
}

/* 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:44px;
	border-radius:5px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1rem;
	text-align: center;
}
.btn.btn-sm {
	padding:0px 10px;
	height:34px;
}
.btn-secondary {
	background:#e5e7eb;
	border:1px solid #e5e7eb;
	color:#6b7280;
}
.btn-secondary:hover {
	background:#e5e7eb;
	border:1px solid #e5e7eb;
	color:#6b7280;
}
.btn-ana {
	background:#1b145d;
	border:1px solid #1b145d;
	color:#fff;
}
.btn-ana:hover {
	background:#1b145d;
	border:1px solid #1b145d;
	color:#fff;
}

.btn-gradient {
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad);
	background-size: 300% 300%;
    border: 0px solid rgba(0, 0, 0, 0);
	color:#fff;
}
.btn-ana:hover {
	background:#000;
	border:1px solid #000;
	color:#fff;
}


/*------------------form----------------------*/

.form-control {
	padding:0px 20px;
	height:44px;
}

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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
    color: #1b145d;
	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: 30px;
    color: #1b145d;
	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:#00b67a;
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
    color: #1b145d;
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
    color: #1b145d;
	opacity: 1;
	margin-bottom:20px;
}
/*------------------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:10px;
	padding:10px 0px;
}
#header .ust {
	background:#f9fafb;
	border-bottom:1px solid #e5e7eb;
}
#header .ust .bilgi {
	font-size: .75rem;
    line-height: 1rem;
	font-weight: 500;
	color:#807d96;
}
#header .alt {
	background-color: hsla(0, 0%, 100%, .8);
	backdrop-filter:blur(16px);
	border-bottom:1px solid #e5e7eb;
}
#header .alan .logo {
	margin-right:20px;
}
#header .alan .logo img {
	height:28px;
}

#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;
	font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 600;
	color:#1b145d;
}
#header .menu .link-item:hover {
    opacity:0.8;
}

#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:3px;
	width:54px;
	height:34px;
	border-radius: 5px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1rem;
	color: #374151;
	border:1px solid #d1d5db;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:16px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 27px);
	width:54px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:54px;
	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:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

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

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

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

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

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


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


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

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

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

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

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

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


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

#slider {
	position:relative;
}
#slider .solresim {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
	height:100%;
}
#slider .solresim img {
	width:100%;
	height:80%;
	object-fit:cover;
	object-position:right bottom;
}
#slider .sagresim {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-end;
	height:100%;
}
#slider .sagresim img {
	width:100%;
	height:80%;
	object-fit:cover;
	object-position:left bottom;
}
#slider .sliderorta {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:100%;
	grid-gap:20px;
	padding:5% 10% 10% 10%;
}
#slider .sliderorta .yazi1 {
	background-color: rgba(32, 172, 160, .1);
	color:#4b5563;
	line-height: 1.5rem;
	font-size: .875rem;
	padding-bottom: .25rem;
    padding-top: .25rem;
	padding-left: .75rem;
    padding-right: .75rem;
	border-radius: 9999px;
	border:1px solid rgb(229, 231, 235);
}
#slider .sliderorta .yazi1 b {
	font-weight:700;
}
#slider .sliderorta .yazi1 a {
	color:#4b5563;
	text-decoration:underline;
}
#slider .sliderorta .yazi2 {
	font-size: 1rem;
	line-height: 1.5rem;    
	color: rgba(71, 67, 104, .7);
	font-weight: 700;
	text-align:center;
}
#slider .sliderorta .yazi3 {
	font-size: 42px;
	line-height: 2.5rem;
	color:#1b145d;
	letter-spacing: -.025em;
	font-weight: 700;
	text-align:center;
}
#slider .sliderorta .yazi4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #474368;
	text-align:center;
}
#slider .sliderorta .form {
	min-width:100%;
	display:flex;
	grid-gap:10px;
}
#slider .sliderorta .form input {
	text-align:center;
	width:50%;
}
#slider .sliderorta .form button {
	width:50%;
}
#slider .sliderorta .form small {
	font-size:12px;
	text-align:center;
	color:rgba(255,255,255,0.9);
}
#slider .sliderorta .logolar {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:10px;
}
#slider .sliderorta .logolar span {
	font-size:14px;
	line-height:20px;
	font-weight:700;
	color:#474368;
}
#slider .sliderorta .logolar img {
	height:20px;
}

/*------------------truspilot----------------------*/

.truspilot {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	grid-gap:10px;
}
.truspilot .tryildiz {
	height:24px;
}
.truspilot .trlogo {
	height:24px;
}
.truspilot .trkul {
	height:24px;
}
.truspilot .tryazi {
	font-size:14px;
	line-height:20px;
	color:#474368;
	text-align:center;
}

/*------------------slideralt----------------------*/

#slideralt {
	position:relative;
	background:#e0fafa;
	padding:30px 0px;
	z-index:20;
}
#slideralt:before {
    position: absolute;
    content: "";
    top: -100px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: -1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#slideralt .adimlar {
	position:relative;
	border:1px solid #e0fafa;
	background:#fff;
	border-radius:10px;
	padding:20px 30px;
	margin-top:-70px;	
	margin-bottom:30px;
}
#slideralt .adimlar img {
	width:100%; 
}
#slideralt .fiyat {
    color: #1b145d;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
}
#slideralt .saat {
    display:flex;
	align-items:center;
}
#slideralt .saat b {
    color: #1b145d;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
}
#slideralt .saat small {
    color: #1b145d;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

/*------------------ornekler----------------------*/

#ornekler {
	position:relative;
	padding:70px 0px;
}
#ornekler .yazi1 {
	font-size:18px;
	line-height:28px;
	font-weight:700;
	text-align:center;
	letter-spacing:normal;
	color:#20aca0;
	margin-bottom:20px;
}
#ornekler .yazi2 {
	font-size:48px;
	line-height:54px;
	text-align:center;
	letter-spacing:-1.2px;
	color:#1b145d;
	margin-bottom:40px;
}
#ornekler .yazi2 b {
	font-weight:700;
	color:#20aca0;
}
#ornekler .yazi2 span {
	font-weight:700;
	color:#eab308;
}
#ornekler .yazi3 {
	font-size:16px;
	line-height:24px;
	letter-spacing:normal;
	color:#4b5563;
	margin-bottom:10px;
}
#ornekler .yazi3 b {
	font-size:16px;
	line-height:24px;
	letter-spacing:normal;
	color:#20aca0;
	margin-bottom:10px;
}
#ornekler .res1 {
	height:62px;
}
#ornekler .ok {
	height:42px;
}
#ornekler .profil {
	position:relative;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.07) 0px 0px 75px 0px;
	border:1px solid rgba(27, 20, 93, .15);
	padding:13px;
	border-radius:8px;
}
#ornekler .profil .ust {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:13px;
}
#ornekler .profil .ust .avatar {
	width:32px;
	height:32px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#ornekler .profil .ust .adi {
	width:calc(100% - 32px);
	padding-left:8px;
}
#ornekler .profil .ust .adi b {
	display:block;
	font-size:16px;
	font-weight:700;
	line-height:18px;
	color:#111111;
}
#ornekler .profil .ust .adi small {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	color:#555555;
}
#ornekler .res2 {
	position:relative;
}
#ornekler .res2 span {
	position:absolute;
	top:8px;
	left:8px;
	padding:2px 6px;
	background-color: rgba(29, 155, 144, .7);
	color: rgba(255, 255, 255, 1);
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius:6px;
}
#ornekler .res2 img {
	width:100%;
	aspect-ratio:1024/832;
	object-fit:cover;
	object-position:center;
	border-radius:6px;
}

/*------------------rlogolar----------------------*/

.rlogolar {
	margin-bottom:40px;
}
.rlogolar img {
	height:34px;
	width:100%;
	object-fit:contain;
}

/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	padding:70px 0px;
}
#beforeafter .yazi1 {
	font-size:48px;
	line-height:54px;
	font-weight:700;
	text-align:center;
	letter-spacing:-1.2px;
	color:#1b145d;
	margin-top:20px;
	margin-bottom:20px;
}
#beforeafter .yazi2 {
	font-size:20px;
	line-height:28px;
	text-align:center;
	letter-spacing:normal;
	color:#474368;
	margin-bottom:40px;
}
#beforeafter .beforeafteric {
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.07) 0px 0px 75px 0px;
	border-radius:8px;
	background:#ffffff;
	padding:45px;
}
#beforeafter .beforeafteric .aciklama {
	display:flex;
	flex-wrap:wrap;
}
#beforeafter .beforeafteric .aciklama .icon {
	width:40px;
}
#beforeafter .beforeafteric .aciklama .yazi {
	width:calc(100% - 40px);
	padding-left:10px;
}
#beforeafter .twentytwenty-container {
	border-radius:8px;
	margin-bottom:20px;
}
.twentytwenty-handle {
    background: #fff !important;
    border: 3px solid white !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.twentytwenty-left-arrow, 
.twentytwenty-right-arrow, 
.twentytwenty-up-arrow, 
.twentytwenty-down-arrow {
    opacity: 1 !important;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    bottom: auto;
    top:10px;
    margin-top: 0;
    border-radius:4px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}
/*------------------yorumitem----------------------*/

.yorumitem {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:5px;
}
.yorumitem .tryildiz {
	height:18px;
}

.yorumitem .tryorum {
	font-size:14px;
	line-height:20px;
	color:#474368;
	font-style:italic;
}
.yorumitem .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.yorumitem .profil img {
	width:40px;
	height:40px;
	border-radius:20px;
	object-fit:cover;
}
.yorumitem .profil span {
	width:calc(100% - 40px);
	padding-left:10px;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color:#474368;
}

/*------------------ozellikler----------------------*/

#ozellikler {
	position:relative;
	padding:70px 0px;
	background:#f8fcff;
}
#ozellikler .yazi0 {
	font-size:16px;
	line-height:24px;
	letter-spacing:-0.3px;
	color:#807d96;
	margin-bottom:20px;
}
#ozellikler .yazi1 {
	font-size:40px;
	line-height:44px;
	font-weight:700;
	letter-spacing:-1.2px;
	color:#1b145d;
	margin-bottom:20px;
}
#ozellikler .yazi2 {
	font-size:20px;
	line-height:28px;
	font-weight:700;
	letter-spacing:normal;
	color:#474368;
	margin-bottom:40px;
}

.ozellikitem {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.07) 0px 0px 75px 0px;
	border-radius:8px;
	background:#ffffff;
	padding:25px;
}
.ozellikitem .resim {
	width:180px;
	aspect-ratio:486/384;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.ozellikitem .bilgi {
	width:calc(100% - 180px);
	padding-left:24px;
}
.ozellikitem .bilgi .adi {
	font-size:20px;
	line-height:32px;
	font-weight:700;
	letter-spacing:normal;
	color:#1b145d;
	margin-bottom:8px;
}
.ozellikitem .bilgi .desc {
	font-size:16px;
	line-height:24px;
	letter-spacing:normal;
	color:#807d96;
}

/*------------------paketler----------------------*/

#paketler {
	position:relative;
	padding:70px 0px;
	background:#fff;
}
#paketler .yazi0 {
	font-size:16px;
	line-height:24px;
	letter-spacing:-0.3px;
	color:#807d96;
	text-align:center;
	margin-bottom:20px;
}
#paketler .yazi1 {
	font-size:48px;
	line-height:54px;
	letter-spacing:-1.2px;
	color:#1b145d;
	text-align:center;
	margin-bottom:20px;
}
#paketler .yazi2 {
	font-size:20px;
	line-height:28px;
	letter-spacing:normal;
	color:#474368;
	text-align:center;
	margin-bottom:40px;
}
#paketler .yazi3 {
	font-size:16px;
	line-height:22px;
	font-weight:700;
	letter-spacing:normal;
	color:#1b145d;
	text-align:center;
	margin-bottom:40px;
}
.paketitem {
	border:1px solid rgba(228, 228, 231, 0.8);
	border-radius:20px;
}
.paketitem.active {
	border:1px solid #21b8ba;
	border-radius:20px;
}
.paketitem .ust {
	display:inline-block;
	background:#21b8ba;
	padding:5px 10px;
	border-radius:20px;
	font-size:14px;
	font-weight:700;
	color:#fff;
}
.paketitem .katman1 {
	padding:20px;
	border-bottom:1px solid rgba(228, 228, 231, 0.8);
}
.paketitem .adi {
	font-size:14px;
	line-height:24px;
	color:#1b145d;
	margin-bottom:16px;
}
.paketitem .fiyat {
	font-size:40px;
	font-weight:700;
	line-height:24px;
	color:#1b145d;
	margin-bottom:16px;
}
.paketitem .desc {
	font-size:14px;
	line-height:20px;
	color:#807d96;
}
.paketitem .katman2 {
	padding:20px;
}
.paketitem .katman2 ul {
	list-style: none;
	margin-bottom:20px;
}

.paketitem .katman2 ul li {
	position:relative;
	padding-left:20px;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#807d96;
	margin-bottom:10px;
}
.paketitem .katman2 ul li:before {
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	content: '✓';
}
.paketitem.active .katman2 ul li:before {
	color:#22c55e;
}

/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:70px 0px;
	background:#f8fcff;
}
#sss .yazi0 {
	font-size:16px;
	line-height:24px;
	letter-spacing:-0.3px;
	color:#807d96;
	text-align:center;
	margin-bottom:20px;
}
#sss .yazi1 {
	font-size:48px;
	line-height:54px;
	font-weight:700;
	letter-spacing:-1.2px;
	color:#1b145d;
	text-align:center;
	margin-bottom:20px;
}
#sss .yazi2 {
	font-size:20px;
	line-height:28px;
	letter-spacing:normal;
	color:#474368;
	text-align:center;
	margin-bottom:40px;
}
#sss .aciklama h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
#sss .aciklama p {
	font-weight:400;
	color:rgba(128,125,150);
}

/*------------------avantajlar----------------------*/

#avantajlar {
	position:relative;
	padding:70px 0px;
	background:#fff;
}
#avantajlar .yazi1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight:700;
	letter-spacing:-1.2px;
	color:#1b145d;
	text-align:center;
	margin-bottom:40px;
}
#avantajlar .yazi2 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing:normal;
	color:#807d96;
	text-align:center;
	margin-bottom:20px;
}

.avantajitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	border:1px solid rgba(228, 228, 231, 0.8);
	border-radius:20px;
	padding:20px;
	grid-gap:10px;
	height:100%;
}
.avantajitem .icon {
	height:40px;
}
.avantajitem .adi {
	font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #1b145d;
}
.avantajitem .desc {
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #807d96;
}

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

#footer {
	position:relative;
	background:#18181b;
}
#footer .ust {
	position:relative;
	padding:40px 0px;
}
#footer .ust .logo {
	display:block;
	margin-bottom:10px;
}
#footer .ust .logo img{
	height:32px;
}
#footer .ust .footeryazi {
	font-size:18px;
	line-height:28px;
	font-weight:500;
	color:#ffffff;
}
#footer .orta {
	position:relative;
	padding:40px 0px;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
#footer .menubas {
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:10px;
}
#footer .menulink {
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:10px;
}
#footer .alt {
	position:relative;
	padding:20px 0px;
	text-align:center;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#ffffff;
}