@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: "Cormorant Garamond", serif;
}


:root {
  --anarenk: #153D4B;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --turuncu: #ac872d;
}

/* 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 - 200px);	
}

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

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

tbody, td, tfoot, th, thead, tr {
    border: solid 2px;
    padding: 5px;
}

/*------------------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;
	grid-gap:10px;
	height:50px;
	border-radius:30px;
	text-align: center; 
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
.btn i {
	font-size: 18px;
}
.btn-outline-light {
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}

.btn-outline-light:hover {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-outline-dark {
	background:transparent;
	border:1px solid #E0DFD8;
	color:#000;
}

.btn-outline-dark:hover {
	background:#fff;
	border:1px solid #E0DFD8;
	color:var(--anarenk);
}
.btn-turuncu {
	background:#a0802c;
	border:1px solid #a0802c;
	color:#fff;
}

.btn-turuncu:hover {
	background:#153D4B;
	border:1px solid #153D4B;
	color:#fff;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #153D4B;
	font-size: 74px;
	font-style: normal;
	font-weight: 500;
	line-height: 77.7px; /* 105% */
	letter-spacing: -1px;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #153D4B;
	font-family: Jost;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.1px; /* 155% */
	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;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #153D4B;
	font-size: 54px;
	font-style: normal;
	font-weight: 500;
	line-height: 57.7px; /* 105% */
	letter-spacing: -1px;
	margin-bottom:20px;
}
.aciklama b 
{
	display:block;
	color: #000;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 128.571% */
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:10px;
}
.aciklama p 
{
	color: #153D4B;
	font-family: Jost;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.1px; /* 155% */
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

.dropdownContainer {
	position: relative;
	width: 100%;
}
.dropdownContainer .form-control {
	cursor: pointer;
	background:#fff;
}
.dropdownContainer .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}
.dropdownContainer .dropdown-menu.show {
	display: block;
}
.dropdownContainer .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.dropdownContainer .uttl-input {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdownContainer .input-number {
	width: calc(100% - 86px);
	margin:0px 3px;
	height:40px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.dropdownContainer .input-number.nmk{
	width: calc(33% - 6px);
	margin:3px 3px;
}
.dropdownContainer .btn-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width:40px;
	height:40px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 0px 10px;
	cursor: pointer;
	font-size:30px;
}
.dropdownContainer .btn-number:hover {
	background-color: #0056b3;
}

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

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(15px);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(15px);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(15px);
}
#header .ust {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#header .alt {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#header .alan .orta {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .alan .sag {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#header .alan .logo {
	text-align:center;
}
#header .alan .logo img {
	height:90px;
}
#header .alan .ac {
	font-size:40px;
	color:#fff;
}
#header .alan .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0px 19px;
}
#header .alan .bilgi .icon {
	width:30px;
	font-size:24px;
	color:#fff;
}
#header .alan .bilgi .yazi {
	width:calc(100% - 30px);
	color: #FFF;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.2px; /* 140% */
}

#header .menu {
	padding:16px 0px;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	text-transform: capitalize;
	padding:0px 20px;
}
#header .menu .link-item:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:0px;
	width:2px;
	height:2px;
	border-radius:50%;
	background:#fff;
}
#header .menu .link-li:last-child .link-item:before {
	display:none;
}
#header .menu .link-item:hover {
    color: #a0802c;
}

#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;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

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


/*------------------acilanmenu----------------------*/

#acilanmenu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:rgb(21 61 75 / 90%);
	z-index:1001;
	transform : translateX(-100%);
	transition:all 0.3s ease;
	overflow-y:scroll;
	padding-bottom:40px;
}
#acilanmenu .ust {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:10px 0px;
	margin-bottom:50px;
}
#acilanmenu .ust .logo img {
	height:60px;
}

#acilanmenu .ust .sol {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#acilanmenu .ust .orta {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#acilanmenu .ust .sag {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#acilanmenu .ust .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0px 19px;
}
#acilanmenu .ust .bilgi .icon {
	width:30px;
	font-size:24px;
	color:#fff;
}
#acilanmenu .ust .bilgi .yazi {
	width:calc(100% - 30px);
	color: #FFF;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.2px; /* 140% */
}
#acilanmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#acilanmenu .buyuklink {
	display:block;
    color: #ac872d;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1px;
}
#acilanmenu .buyuklink:hover {
	display:block;
    color: #ac872d;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1px;
    padding-left:3px;
}
#acilanmenu .kucuklink {
	display:block;
	color: #fff;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 2px;
}
#acilanmenu .kucuklink:hover {
	display:block;
	color: #fff;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 2px;
    padding-left:3px;
}

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

#mobilheader {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(15px);
}
#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 .ust {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:0px 5px;
	height:50px;
}

#mobilheader .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0px 19px;
}
#mobilheader .bilgi .icon {
	width:30px;
	font-size:20px;
	color:#fff;
}
#mobilheader .bilgi .yazi {
	width:calc(100% - 30px);
	color: #FFF;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 140% */
}

#mobilheader .alt {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0px 5px;
	height:70px;
}
#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

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

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:17px;
}

#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;
	grid-gap:20px;
}
#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;
	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 {
	color: #153D4B;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	width:100%;
}
#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 .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	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 {
	text-align:center;
	margin-bottom:15px;
}
#slider .item .bilgi .yazi1 span {
	display:inline-block;
	border-radius: 10px;
	background: #a0802c;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.1px; /* 155% */
	padding:2px 9px;
}

#slider .item .bilgi .yazi2 {
	text-align:center;
	margin-bottom:15px;
}
#slider .item .bilgi .yazi2 span {
	display:inline-block;
	border-radius: 10px;
	background: rgba(21, 61, 75, 0.70);
	color: #FFF;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 70px; /* 100% */
	letter-spacing: -2px;
	padding:15px 36px;
}


#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;
}

/*------------------sliderrez----------------------*/

#sliderrez {
	position:relative;
}
#sliderrez .form {
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:10px;
	height:100px;
	border-right: 1px solid #E0DFD8;
	padding:0px 35px;
}
#sliderrez label {
	color: #838A8D;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.33px; /* 144.417% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
#sliderrez .form-control {
	border-radius:0px;
	border:0px;
	color: #153D4B;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:0px;
	padding-right:0px;
}

/*------------------bas----------------------*/
.bas1 {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

@keyframes rotateBackground {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bas1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #153D4B;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 155% */
}
.bas1.light span {
    color: #fff;
}

.bas1 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/filigran-1.png') no-repeat center center;
    background-size: contain;
    animation: rotateBackground 20s linear infinite;
}
.bas1.light span:before {
    background: url('../img/filigran-2.png') no-repeat center center;
}
.bas1 b {
	width:calc(100% - 80px);
	padding-left:30px;
	color: #153D4B;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18.2px; /* 130% */
	letter-spacing: 4px;
}
.bas1.light b {
	color: #fff;
}
.bas2 {
	color: #153D4B;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 105% */
	letter-spacing: -1px;
}
.bas2.light {
	color: #fff;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#hakkimizda .bolum1 {
	margin-bottom:80px;
}
#hakkimizda .yazi1 {
	color: #153D4B;
	font-family: Jost;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.1px; /* 155% */
}
#hakkimizda .buton {
	position:relative;
}
#hakkimizda .buton:before {
	position:absolute;
	content:"";
	top:calc(50% - 0.5px);
	right:0px;
	width:calc(100% - 250px);
	height:1px;
	background:#E0DFD8; 
}
#hakkimizda .resim {
	position:relative;
}
#hakkimizda .resim .res {
	width:100%;
	aspect-ratio:412/473;
	object-fit:cover;
	object-position:center;
}
#hakkimizda .resim .alt {
	position:relative;
	border-radius:0px 0px 10px 10px;
	background: #FFF;
	padding:30px;
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	z-index:10;
}
#hakkimizda .resim .alt span {
	position:absolute;
	top:-80px;
	left:calc(50% - 60px);
	display:flex;
	align-items:center;
	justify-content:center;
	width:120px;
	height:120px;
	border-radius:50%;
	background:#fff;
	z-index:-1;
}
#hakkimizda .resim .alt span img {
	max-width:50%;
}
#hakkimizda .ozellik {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:0px 15px;
}
#hakkimizda .ozellik img {
	width:64px;
	height:64px;
}
#hakkimizda .ozellik span {
	color: #153D4B;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.92px; /* 144% */
}
/*------------------tanitim----------------------*/

#tanitim {
	position:relative;
	padding:126px 0px;
	background-size:cover !important;
	background-position:center !important;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:810px;
}
#tanitim .play {
    display: block;
}

#tanitim .play img {
    height: 200px;
    width: 200px;
    animation: rotateAnimation 30s linear infinite; /* 5 saniyede bir dönüş */
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*------------------odalar----------------------*/

#odalar {
	position:relative;
	padding:50px 0px;
}
#odalar .ust {
	margin-bottom:30px;
}
.odaitem {
	position:relative;
	display:block;
}
.odaitem .resim {
	width:100%;
	aspect-ratio:1070/650;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.odaitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	background: linear-gradient(0deg, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 9%) 100%);
	border-radius:10px;
}
.odaitem .bilgi .odaadi {
	color: #FFF;
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 62px; /* 110.714% */
	letter-spacing: -1px;
	text-transform: capitalize;
	padding:0px 10px;
	margin:auto 0px;
}
.odaitem .bilgi .odadesc {
	display:flex;
	align-items:center;
	justify-content:center;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding:15px;
}
.odaitem .bilgi .odadesc span {
	position:relative;
	color: #FFF;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 183.333% */
	letter-spacing: 2px;
	text-transform: uppercase;
	padding:0px 8px;
}
.odaitem .bilgi .odadesc span:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:0px;
	width:2px;
	height:2px;
	border-radius:50%;
	background:#fff;
}
.odaitem .bilgi .odadesc span:last-child:before {
	display:none;
}
.odaitem .fiyat {
	position:absolute;
	top:30px;
	right:30px;
	width:100px;
	height:100px;
	border-radius:50%;
	background:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:10px;
	grid-gap:5px;
}
.odaitem .fiyat small {
	color: #153D4B;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px; /* 100% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
.odaitem .fiyat b {
	color: #a0802c;
	text-align: center;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	letter-spacing: 2px;
	text-transform: uppercase;
}

.swiper-pagination-fraction {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
}
.swiper-pagination-fraction .ciz{
	width:30px;
	height:1px;
	background:#000;
}
.swiper-pagination-fraction .swiper-pagination-current {
	color: #a0802c;
	text-align: center;
	font-family: Jost;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 34.67px; /* 144.458% */
}
.swiper-pagination-fraction .swiper-pagination-total {
	color: #000;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.33px; /* 144.417% */
}

/*------------------hizmetler----------------------*/

#hizmetler {
	position:relative;
	padding:50px 0px;
	background: var(--anarenk);
}
#hizmetler .res2 {
	position:absolute;
	top:50px;
	right:0px;
	width:10%;
	border-radius: 10px 0px 0px 10px;
}
#hizmetler .res3 {
	position:absolute;
	bottom:-150px;
	right:50px;
	width:15%;
	border-radius: 10px 0px 0px 10px;
}
#hizmetler .ust {
	margin-bottom:30px;
}
#hizmetler .resim {
	position:relative;
}
#hizmetler .resim .res {
	width:100%;
	aspect-ratio:412/273;
	object-fit:cover;
	object-position:center;
}
#hizmetler .resim .alt {
	position:relative;
	border-radius:0px 0px 10px 10px;
	background: #FFF;
	padding:30px;
	color: #153D4B;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	z-index:10;
}
#hizmetler .yazi1 {
	color: #FFF;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.1px; /* 155% */
	margin-bottom:10px;
}
#hizmetler .linkler {
	padding:30px 0px;
	display:flex;
	flex-direction:column;
	grid-gap:22px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
#hizmetler .linkler a {
	position:relative;
	color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.67px; /* 144.452% */
	letter-spacing: -1px;
}
#hizmetler .linkler a:hover {
	color: #a0802c;
	padding-left:30px;
}
#hizmetler .linkler a:hover:before {
	position:absolute;
	content:"";
	top:calc(50% - 5px);
	left:0px;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#a0802c;
}

/*------------------menuler----------------------*/

#menuler {
	position:relative;
	padding:50px 0px;
}
#menuler .ust {
	margin-bottom:30px;
}
#menuler .yazi1 {
	color: #153D4B;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.1px; /* 155% */
	margin-bottom:10px;
}
#menuler .git {
	color: #000;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 150% */
	text-decoration:underline;
}
.menuitem {
	position:relative;
	display:block;
}
.menuitem .resim {
	width:100%;
	aspect-ratio:1/1.1;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.menuitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:30px;
	border-radius:10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.menuitem .bilgi .menuadi {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 118.75% */
	letter-spacing: -1px;
}

/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:50px 0px;
	background: #F2F2EC;
}
#yorumlar .ust {
	margin-bottom:30px;
}
#yorumlar .sol {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	border-radius: 10px;
	background: #FFF;
	padding:50px;
	z-index:20;
}
#yorumlar .sol:before {
	position:absolute;
	content:"";
	top:-50px;
	right:-50px;
	width:110px;
	height:110px;
	background:url('../img/icon/icon-8.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
#yorumlar .sol .puan {
	color: #000;
	font-family: Jost;
	font-size: 95.625px;
	font-style: normal;
	font-weight: 400;
	line-height: 96px; /* 100.392% */
	letter-spacing: -2px;
}
#yorumlar .sol .yildizsayi {
	display:flex;
	align-items:center;
	grid-gap:5px;
	margin-bottom:20px;
}
#yorumlar .sol .yildizsayi .yildiz {
	display:flex;
	align-items:center;
	grid-gap:1px;
	font-size:20px;
	color:rgba(228, 153, 81, 1);
}
#yorumlar .sol .yildizsayi .sayi {
	color: #000;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.01px; /* 116.722% */
}
#yorumlar .sol .trip {
	margin-bottom:20px;
}
#yorumlar .sol .trip img {
	height:30px;
}
#yorumlar .sol .buton {
	margin-top:auto;
}
#yorumlar .yorumitem {
	margin-top:auto;
	border-radius: 10px;
	padding:65px 80px;
	border: 1px solid #E0DFD8;
}
#yorumlar .yorumitem .yorum {
	color: #000;
	font-family: Jost;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px; /* 150% */
	padding-bottom:50px;
	margin-bottom:30px;
	border-bottom: 1px solid #E0DFD8;
}
#yorumlar .yorumitem .alt {
	display:flex;
	align-items:center;
}
#yorumlar .yorumitem .alt .profil {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-right:auto;
}
#yorumlar .yorumitem .alt .profil img {
	width:60px;
	height:60px;
	border-radius:50%;
}
#yorumlar .yorumitem .alt .profil div {
	width:calc(100% - 60px);
	padding-left:15px;
}
#yorumlar .yorumitem .alt .profil div b {
	display:block;
	color: #000;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 162.5% */
	text-transform: uppercase;
	margin-bottom:6px;
}
#yorumlar .yorumitem .alt .profil div a {
	display:block;
	color: #838A8D;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.86px; /* 142.875% */
}
#yorumlar .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#yorumlar .butonlar div {
	display:flex;
	align-items:center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #E0DFD8;
	font-size:30px;
	color:#000;
}
#yorumlar .butonlar div:hover {
	border: 1px solid var(--turuncu);
	color:#fff;
	background:var(--turuncu);
}

/*------------------rezwidget----------------------*/

#rezwidget {
	position:relative;
	padding:150px 0px;
	background-size:cover !important;
	background-position:center !important;
}
#rezwidget:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:-1;
}
.formalan {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	padding:40px 50px;
	border-radius: 10px;
	background: #FFF;
}
.formalan .formbas {
	color: #153D4B;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.34px; /* 116.688% */
	letter-spacing: -1px;
	margin-bottom:25px;
}
.formalan .form {
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:10px;
	height:70px;
	border-bottom: 1px solid #E0DFD8;
	padding:0px 0px;
}
.formalan .form label {
	color: #838A8D;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.33px; /* 144.417% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
.formalan .form .form-control {
	border-radius:0px;
	border:0px;
	color: #153D4B;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:0px;
	padding-right:0px;
}
.erken {
	position:relative;
	display:block;
}
.erken .resim {
	width:100%;
	aspect-ratio:404/510;
	object-fit:cover;
	object-position:Center;
	border-radius: 10px;
}
.erken .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:Center;
	padding:45px;
	border-radius: 10px;
	opacity: 0.9;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18%, #000 100%);
}
.erken .bilgi .yazi1 {
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.22px; /* 144.429% */
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom:auto;
}
.erken .bilgi .yazi2 {
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 118.75% */
	letter-spacing: -1px;
	margin-bottom:8px;
}
.erken .bilgi .yazi3 {
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom:76px;
}
.erken .bilgi .yazi4 {
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 150% */
	text-transform: uppercase;	
	text-decoration:underline;
}

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

#bloglar {
	position:relative;
	padding:50px 0px;
}
#bloglar .ust {
	margin-bottom:30px;
}
.blogitem {
	position:relative;
	display:block;
	border-radius:10px;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #E0DFD8 inset;
	overflow:hidden;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:410/440;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
	transform:translateY(-100%);
	transition:all 0.3s ease;
}
.blogitem:hover .resim {
	transform:translateY(0px);
}
.blogitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:35px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	border-radius:10px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.blogitem .bilgi .kat {
    color:#a0802c;
	display:inline-flex;
	align-items:center;
	height:24px;
	padding:3px 24px;
	border-radius: 15px;
	border: 1px solid #E0DFD8;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
	margin-bottom:17px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .kat {
    background-color:#a0802c;
	color: #fff;
	border-radius: 15px;
	border: 1px solid #a0802c;
}
.blogitem .bilgi .adi {
	color: #153D4B;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 118.75% */
	letter-spacing: -1px;
	margin-bottom:17px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .adi {
	color: #fff;
}
.blogitem .bilgi .desc {
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom:37px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .desc {
	color: #fff;
}
.blogitem .bilgi .tarih {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	border-top: 1px solid #E0DFD8;
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px; /* 150% */
	text-transform: uppercase;
	padding-top:21px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .tarih {
	border-top: 1px solid #fff;
	color: #fff;
}
.blogitem .bilgi .tarih i {
	font-size: 18px;
}

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

#footer {
	position:relative;
	background:var(--anarenk);
}
#footer .ust {
	position:relative;
	padding:70px 0px 40px 0px;
}
#footer .logo {
	text-align:center;
	margin-bottom:50px;
}
#footer .logo img {
	height:94px;
}
#footer .menu {
	padding:16px 0px;
}
#footer .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .menu .link-li {
	position:relative;
}
#footer .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	text-transform: capitalize;
	padding:0px 20px;
}
#footer .menu .link-item:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:0px;
	width:2px;
	height:2px;
	border-radius:50%;
	background:#fff;
}
#footer .menu .link-li:last-child .link-item:before {
	display:none;
}
#footer .menu .link-item:hover {
    color: #a0802c;
}
#footer .orta {
	position:relative;
	padding:40px 0px 40px 0px;
}
#footer .link1 {
	display:block;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.34px; /* 116.688% */
	letter-spacing: -1px;
	margin-bottom:15px;
}
#footer .link2 {
	display:block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	letter-spacing: -1px;
	margin-bottom:15px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	margin-top:35px;
}
#footer .sosyal a {
	position:relative;
	color: rgba(255, 255, 255, 0.50);
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.11px; /* 144.438% */
	padding:0px 20px;
}
#footer .sosyal a:before {
	position:absolute;
	content:"";
	top:calc(50% - 1px);
	right:0px;
	width:2px;
	height:2px;
	border-radius:50%;
	background:#fff;
}
#footer .sosyal a:first-child {
	padding-left:0px;
}
#footer .sosyal a:last-child {
	padding-right:0px;
}
#footer .sosyal a:last-child:before {
	display:none;
}
#footer .bulten {
	margin-bottom:70px;
}
#footer .bulten .bultenbas1 {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.34px; /* 116.688% */
	letter-spacing: -1px;
	margin-bottom:7px;
}
#footer .bulten .bultenbas2 {
	color: rgba(255, 255, 255, 0.50);
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom:5px;
}
#footer .bulten .ebulten {
	position:relative;
}
#footer .bulten .ebulten .form-control {
	border:0px;
	border-radius:0px;
	height:59px;
	color: #FFF;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
	background:transparent;
}
#footer .bulten .ebulten .btn {
	position:absolute;
	top:0px;
	right:0px;
	height:59px;
	color:#fff;
}
#footer .bilgibas {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
	letter-spacing: -1px;
	margin-bottom:40px;
}
#footer .bilgiic {
	color: #FFF;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#footer .alt {
	position:relative;
	padding:40px 0px 40px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	display:flex;
	align-items:center;
}
#footer .alt .copy {
	color: #FFF;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.11px; /* 144.438% */
	margin-right:auto;
}
#footer .alt .fav {
	color: #FFF;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.11px; /* 144.438% */
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	background-size:cover !important;
	background-position:center !important;
}
#bread .alan {
	position:relative;
	padding:268px 0px 32px 0px;
	background:rgba(0,0,0,0.5);
}
#bread .baslik {
	color: #FFF;
	text-align: center;
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: 96px; /* 100% */
	letter-spacing: -2px;
	margin-bottom:136px;
}
#bread .linkler {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
	color: #FFF;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 150% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
#bread .linkler a {
	color: #FFF;
}

/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#kurumsal .resimler{
	position:relative;
}
#kurumsal .resimler .res1 {
	width:100%;
	aspect-ratio:430/560;
	object-fit:cover;
	border-radius:10px;
}
#kurumsal .resimler .res2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	aspect-ratio:430/560;
	object-fit:cover;
	border-radius:10px;
	transform:translateX(110%);
	opacity:0.5;
}
/*------------------kurumsaltanitim----------------------*/

#kurumsaltanitim {
	position:relative;
	z-index:20;
	margin-top:-100px;
}
#kurumsaltanitim .alan {
	position:relative;
	padding:176px 0px;
	background-size:cover !important;
	background-position:center !important;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
}
#kurumsaltanitim .play {
    display: block;
}

#kurumsaltanitim .play img {
    height: 200px;
    width: 200px;
    animation: rotateAnimation 30s linear infinite; /* 5 saniyede bir dönüş */
}

/*------------------kurumsalozellikler----------------------*/

#kurumsalozellikler {
	position:relative;
	z-index:20;
	padding:80px 0px;
}
#kurumsalozellikler .ozellik {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:20px;
}
#kurumsalozellikler .ozellik img {
	height:64px;
	width:64px;
}
#kurumsalozellikler .ozellik b {
	color: #153D4B;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
	letter-spacing: -1px;
}
#kurumsalozellikler .ozellik small {
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#kurumsalozellikler .biziara {
	color: #153D4B;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 47.88px; /* 114% */
	letter-spacing: -1px;
	margin-top:70px;
}
#kurumsalozellikler .biziara a:first-child {
	color: #ac872d;
}
#kurumsalozellikler .biziara a:last-child {
	color: #153D4B;
	text-decoration-line: underline;
}

/*------------------kurumsalhizmetler----------------------*/

#kurumsalhizmetler {
	position:relative;
	z-index:20;
	padding:150px 0px;
	background: #F2F2EC;
}

#kurumsalhizmetler .ust {
	text-align:center;
	margin-bottom:60px
}
.khizmetitem {
	position:relative;
	display:block;
}
.khizmetitem .resim {
	width:100%;
	aspect-ratio:402/547;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.khizmetitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:30px;
	border-radius:10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.khizmetitem .bilgi .khizmetadi {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 118.75% */
	letter-spacing: -1px;
	text-align:center;
}
/*------------------odalarpage----------------------*/

#odalarpage {
	position:relative;
	padding:150px 0px;
}
/*------------------odadetay----------------------*/

#odadetay {
	position:relative;
	padding:100px 0px;
	background: #F2F2EC;
}
#odadetay .odaadi {
	color: #153D4B;
	text-align: center;
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: 96px; /* 100% */
	letter-spacing: -2px;
	margin-bottom:50px;
}
#odadetay .ozellikler1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
}
#odadetay .ozellikler1 .ozellik {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:8px;
	padding:0px 22px;
	border-right:1px solid #E0DFD8;
}
#odadetay .ozellikler1 .ozellik:last-child {
	border-right:0px solid #E0DFD8;
}
#odadetay .ozellikler1 .ozellik img {
	height:36px;
}
#odadetay .ozellikler1 .ozellik span {
	color: #838A8D;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 171.429% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
#odadetay .odalarresim {
	margin-bottom:50px;
}
#odadetay .odalarresim .resim {
	position:relative;
}
#odadetay .odalarresim .resim img {
	width:100%;
	aspect-ratio:1070/600;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
#odadetay .odalarresim .odalarresim-button-prev ,
#odadetay .odalarresim .odalarresim-button-next 
{
	position:absolute;
	top:calc(50% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.51);
	font-size:24px;
	color:#000;
	z-index:20;
}
#odadetay .odalarresim .odalarresim-button-prev {
	left:30px;	
}
#odadetay .odalarresim .odalarresim-button-next {
	right:30px;	
}
#odadetay .odaozellik {
	display:flex;
	flex-wrap:wrap;
	align-items:Center;
	padding:20px 0px;
	border-top: 1px solid #E0DFD8;
}
#odadetay .odaozellik span {
	width:calc(100% - 30px);
	padding-right:10px;
	color: #153D4B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#odadetay .odaozellik img {
	width:30px;
	height:30px;
}
#odadetay .formalan {
	position:relative;
	display:flex;
	flex-direction:column;
	height:auto;
	padding:40px 50px;
	border-radius: 10px;
	background: #FFF;
}

/*------------------bloglarpage----------------------*/

#bloglarpage {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#bloglarpage .katlar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:50px;
}
#bloglarpage .katlar a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 49px;
	padding: 0px 38px;
	border-radius: 50px;
	border: 1px solid #E0DFD8;
	color: #153D4B;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}
#bloglarpage .katlar a.active {
	background:var(--anarenk);
	border: 1px solid var(--anarenk);
	color: #fff;
}

/*------------------blogdetay----------------------*/

#blogdetay {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}

#blogdetay .resim {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#blogdetay .resim img{
	width:100%;
	border-radius:10px;
}
#blogdetay .resim span {
	position:absolute;
	bottom:30px;
	right:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height:56px;
	padding: 0px 35px;
	gap: 9.655px;
	color: #000;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 16.8px; /* 140% */
	text-transform: uppercase;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.50);
}
#blogdetay .resim span i {
	font-size: 18px;
}
#blogdetay .dresim {
	position:relative;
	display:none;
}
#blogdetay .kategori {
	text-align:center;
	margin-bottom:13px;
}
#blogdetay .kategori span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	padding: 0px 12px;
	border-radius: 15px;
	background: #ac872d;
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal; 
	font-weight: 500;
	line-height: 18px; /* 150% */
	text-transform: uppercase;
}
#blogdetay .baslik {
	color: #153D4B;
	text-align: center;
	font-size: 74px;
	font-style: normal;
	font-weight: 500;
	line-height: 78px; /* 105.405% */
	letter-spacing: -1px;
	margin-bottom:13px;
}
#blogdetay .tarih {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px; /* 150% */
	text-transform: uppercase;
}
#blogdetay .tarih i {
	font-size: 14px;
}
#blogdetay .anaresim {
	width:100%;
	border-radius:20px;
}
#blogdetay .taglar {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:5px;
}
#blogdetay .taglar span {
	display: inline-flex;
	padding: 2px 7px;
	justify-content: center;
	align-items: center;
	background: #FFF;
	color: #555;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.14px; /* 142.833% */
	text-transform: uppercase;
}
#blogdetay .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:5px;
}
#blogdetay .sosyal span {
	color: #000;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 250% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
#blogdetay .sosyal a {
	font-size:20px;
	color:#000;
	text-align:center;
	padding:0px 5px;
}
#blogdetay .navigasyon {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	grid-gap:10px;
	padding:50px 0px;
}
#blogdetay .navigasyon.onceki {
	align-items:flex-end;
}
#blogdetay .navigasyon.sonraki {
	align-items:flex-start;
}
#blogdetay .navigasyon small{
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #838A8D;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 220% */
	text-transform: uppercase;
}
#blogdetay .navigasyon b {
	color: #153D4B;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
}
#blogdetay .navigasyon.onceki b {
	text-align:right
}

/*------------------galeripage----------------------*/

#galeripage {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#galeripage .katlar {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	grid-gap:10px;
	margin-bottom:50px;
}
#galeripage .katlar a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 49px;
	padding: 0px 38px;
	border-radius: 50px;
	border: 1px solid #E0DFD8;
	color: #153D4B;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}
#galeripage .katlar a.active {
	background:var(--anarenk);
	border: 1px solid var(--anarenk);
	color: #fff;
}

.galeriitem {
	display:block;
}
.galeriitem .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.galeriitem.kucuk .resim {
	aspect-ratio:300/390;
}
.galeriitem.buyuk .resim {
	aspect-ratio:630/400;
}

/*------------------hizmetlerpage----------------------*/

#hizmetlerpage {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#hizmetlerpage .biziara {
	color: #153D4B;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 47.88px; /* 114% */
	letter-spacing: -1px;
	margin-top:70px;
}
#hizmetlerpage .biziara a:first-child {
	color: #ac872d;
}
#hizmetlerpage .biziara a:last-child {
	color: #153D4B;
	text-decoration-line: underline;
}

/*------------------hizmetdetay----------------------*/

#hizmetdetay {
	position:relative;
	padding:150px 0px;
	background: #F2F2EC;
}
#hizmetdetay .resim {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#hizmetdetay .resim img{
	width:100%;
	border-radius:10px;
}
#hizmetdetay .resim span {
	position:absolute;
	bottom:30px;
	right:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height:56px;
	padding: 0px 35px;
	gap: 9.655px;
	color: #000;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 16.8px; /* 140% */
	text-transform: uppercase;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.50);
}
#hizmetdetay .resim span i {
	font-size: 18px;
}
#hizmetdetay .dresim {
	position:relative;
	display:none;
}
#hizmetdetay .menu {
	position:relative;
	display:flex;
	flex-direction:column;
	padding:40px 50px;
	border-radius: 10px;
	background: #FFF;
	grid-gap:10px;
}
#hizmetdetay .menu a {
	color: #153D4B;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#hizmetdetay .menu a:hover {
	color: var(--turuncu);
}

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

#iletisimpage {
	position:relative;
	padding:0px 0px 150px 0px;
	background: #F2F2EC;
}
#iletisimpage .sol {
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:30px;
	padding:20% 20%;
	height:100%;
	background:#fff;
}
#iletisimpage .sol .yazi1 {
	color: #153D4B;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	letter-spacing: 4px;
	text-transform: uppercase;
}
#iletisimpage .sol .yazi2 {
	color: #153D4B;
	font-size: 56px;
	font-style: normal;
	font-weight: 500;
	line-height: 58.8px; /* 105% */
	letter-spacing: -1px;
}
#iletisimpage iframe {
	width:100%;
	height:100%;
}
#iletisimpage .alan {
	margin-top:150px;
}
#iletisimpage .alan .bilgi {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	padding:20%;
}
#iletisimpage .alan .bilgi img {
	width:36px;
	height:36px;
}
#iletisimpage .alan .bilgi b {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 118.75% */
	letter-spacing: -1px;
}
#iletisimpage .alan .bilgi small {
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#iletisimpage .alan .form {
	display:flex;
	flex-direction:column;
	align-items:Center;
	grid-gap:20px;
}
#iletisimpage .alan .form .yazi1 {
	color: #153D4B;
	text-align: center;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	letter-spacing: 4px;
	text-transform: uppercase;
}
#iletisimpage .alan .form .yazi2 {
	color: #153D4B;
	text-align: center;
	font-size: 73.422px;
	font-style: normal;
	font-weight: 500;
	line-height: 77.7px; /* 105.827% */
	letter-spacing: -1px;
}
#iletisimpage .alan .form .yazi3 {
	color: #838A8D;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#iletisimpage .alan .form label {
	color: #000;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#iletisimpage .alan .form .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:1px solid #E0DFD8;
}