#deviceInfo {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	width: 30px;
	background: var(--themecolor);
	color: #fff;
	z-index: 99;
	letter-spacing: 3px;
	writing-mode: vertical-lr;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	/* text-orientation: sideways-right */
}

.themecolor {
	background-color: var(--themecolor) !important;
}

.swiper_wrapper {
	height: calc(100vh - 60px);
}

#primary-menu ul li>a {
	font-weight: 500;
}

#top-social li {
	border: none !important;
}

.aramaBox {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 750px;
	height: 500px;
	padding: 50px 0 20px;
	background-color: #fff;
	z-index: 2;
	display: none;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: auto;
}

.aramaBox ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dashed rgb(161, 155, 155);
	padding: 14px;
}

.aramaBox ul li:hover {
	/* background-color: #f8f9fa; */
	background-color: #ececf6;
}

.aramaBox ul li a {
	display: block;
	color: #6c757d;
	font-weight: 500;
	width: 80%;
}

.aramaBox ul li span {
	color: #fff;
	display: block;
	margin-left: 20px;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 20px;
}

.feature-box.media-box.fbox-bg .fbox-title {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff !important;
	font-size: 18px;
	letter-spacing: 0.5px;
	z-index: 3;
}

#bulten h1 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#bulten p {
	font-size: 14px;
}

#bulten input {
	padding: 2px 15px !important;
	font-size: 13px;
	height: 25px;
}

#code {
	display: none;
}

.transparent {
	background: transparent;
}

.header-gradient {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 36%, rgba(255, 255, 255, 0.45)) 100% !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}

.header-gradient #primary-menu-trigger {
	color: #555;
}

.pagination {
	justify-content: center;
}

.page-link {
	background: var(--tertiarycolor) !important;
	color: #fff;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 10px;
}

.button {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.portfolio-filter {
	border: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.portfolio-filter li a {
	border: none;
	line-height: normal;
	color: var(--tertiarycolor);
	font-weight: 600;
	font-size: 19px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-filter li:first-child a {
	width: 80px;
	height: 40px;
}

.portfolio-filter li.activeFilter:first-child a {
	background: var(--themecolor);
	color: var(--tertiarycolor) !important;
}

.portfolio-filter li.activeFilter a {
	border-radius: 50px;
	background: var(--tertiarycolor);
}

@media (min-width: 576px) and (max-width: 991.98px) {

	/*** */
	#slider video {
		/* transform: translate(-50%, -50%) scale(1.15) !important; */
	}
}

#content {
	z-index: 30;
	overflow: hidden !important;
}

body[data-homepage='false'] #content {
	margin-top: -1px;
}

.content-wrap-2 {
	padding: 0;
}

#header {
	z-index: 999;
}

#logo {
	display: flex;
	align-items: center;
	height: var(--header-height);
	transition: all 0.9s ease !important;
}

body:not(.device-xs):not(.device-sm):not(.device-md) #logo {
	margin-right: 20px;
}

#header.sticky-header #logo {
	height: var(--sticky-header-height) !important;
}

#logo img {
	width: 202px;
	height: auto;
}

#header.sticky-header #logo img {
	width: 130px
		/*163px*/
	;
	height: auto !important;
}

/* #logo.logoSlidingLeft{
	margin-right: 80px !important;
} */

#slider video {
	width: 100%;
	height: auto;
}

.slider-arrow-left,
.slider-arrow-right {
	/* background-color: rgba(0, 0, 0, 0.1) !important; */
	background-color: transparent;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.owl-carousel .owl-nav [class*='owl-'] {
	opacity: 1;
	border: none;
	color: var(--secondarycolor);
	font-size: 24px;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -32px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -32px;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
	color: var(--themecolor) !important;
	background: none;
}

.owl-carousel .owl-nav .owl-next {
	background: none;
}

.owl-carousel .owl-nav .owl-prev {
	background: none;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
	background: none !important;
}

select {
	border: 2px solid var(--secondarycolor) !important;
	/* text-align: center; */
	border-radius: 15px !important;
	color: var(--themecolor);
	appearance: none;
	-webkit-appearance: none;
}

select.green {
	border: 2px solid var(--tertiarycolor) !important;
}

select.red {
	border: 2px solid var(--secondarycolor) !important;
}

select.black {
	border: 2px solid var(--themecolor) !important;
}

#hospital-section {
	padding: 30px 0;
}

#hospital-section .links i {
	font-size: 30px;
	color: var(--themecolor);
	transition: all 0.5s ease;
}

#hospital-section .links i:hover {
	color: var(--secondarycolor);
	transform: scale(1.15);
}

#department-section {
	padding: 30px 0;
}

.section-heading h1 {
	margin-bottom: -3px;
	letter-spacing: 2px;
}

.section-heading i {
	font-size: 26px;
	color: var(--secondarycolor);
	/* margin-top: -12px; */
}

#department-section .card {
	width: 262px;
	height: 408px;
	color: #fff;
	transition: 0.5s;
	text-align: center;
}

.device-lg #department-section .card {
	width: 290px;
}

.device-md #department-section .card {
	width: 330px;
}

#department-section .card .overlay {
	transition: opacity 0.4s ease;
	z-index: 3;
	opacity: 0;
}

#department-section .card .inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 25px;
	transition: 0.5s;
}

#department-section .card img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#department-section .card .card-heading {
	opacity: 1;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	color: var(--secondarycolor);
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	/* transition: all 0.1s ease; */
}

#department-section .card:hover .card-heading {
	top: 30px;
	opacity: 1;
}

#department-section .card .content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	transition: 0.5s;
	opacity: 1;
	margin-top: -25px;
	opacity: 0;
	z-index: 4 !important;
	color: #fff;
}

#department-section .card:hover .content {
	opacity: 0;
	margin-top: -35px;
}

#department-section .card a i {
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
	z-index: 4;
	color: #fff;
	display: none;
}

#department-section .card:hover a i {
	color: var(--secondarycolor);
}

#department-section .card .title {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
	z-index: 4;
	color: #fff;
}

#department-section .card p {
	font-size: 14px;
	line-height: 1.1;
	margin-bottom: 15px;
	color: fff !important;
}

#department-section .card:hover .overlay {
	opacity: 0;
}

#department-section .owl-item.active.center .card .overlay {
	opacity: 1 !important;
}

#department-section .owl-item.active.center .card .content {
	opacity: 1 !important;
	/* margin-top: -70px; */
}

#department-section .owl-item.active.center .card .card-heading {
	opacity: 0 !important;
	top: 30px;
}

#department-section .owl-item:not(.active.center) .card {
	pointer-events: none;
}

.owl-carousel .owl-stage::after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.custom-shape-divider-top-1671832726 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1671832726 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 130px;
	transform: rotateY(180deg);
}

.custom-shape-divider-top-1671832726 .shape-fill {
	fill: var(--themecolor);
}

.custom-shape-divider-top-1671832858 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1671832858 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 100px;
	transform: rotateY(180deg);
}

.custom-shape-divider-top-1671832858 .shape-fill {
	fill: #ffffff;
}

/*  THERMAL SEPERATOR TOP   */
#thermal-section {
	height: calc(97vh - var(--sticky-header-height));
	overflow: visible;
	z-index: 100;
	padding: 0;
}

.thermal-heading h1 {
	font-weight: 800;
	letter-spacing: 1.5px;
}

.thermal-heading p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.thermal-carousel {
	/* display: flex !important;
	align-items: center; */
	height: calc(97vh - var(--sticky-header-height));
}

#thermal-section .container {
	z-index: 30;
	height: calc(97vh - var(--sticky-header-height));
}

.thermal-content {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(118vh - var(--sticky-header-height));
	text-align: center;
	gap: 18px;
}

#thermal-section .oc-item:nth-of-type(1) {
	/*background-image js den geliyor*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#thermal-section .oc-item:nth-of-type(2) {
	/*background-image js den geliyor*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

.thermal-carousel h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.thermal-carousel p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#thermal-section .owl-dots {
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 15px;
	border-radius: 40px;
}

#thermal-section .owl-dots .owl-dot {
	margin: 5px;
	width: 10px;
	height: 10px;
}

.custom-shape-divider-top-11 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 30;
}

.custom-shape-divider-top-11 svg {
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	/* height: 130px; */
	/* transform: rotateY(180deg); */
}

.custom-shape-divider-top-11 .shape-fill {
	fill: #fff;
}

.custom-shape-divider-top-12 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 30;
}

.custom-shape-divider-top-12 svg {
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	/* height: 100px; */
	/* transform: rotateY(180deg); */
}

.custom-shape-divider-top-12 .shape-fill {
	fill: var(--themecolor);
}

/* THERMAL SEPRRATOR BOTTOM */

.custom-shape-divider-top-13 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	z-index: 30;
}

.custom-shape-divider-top-13 svg {
	position: relative;
	display: block;
	width: auto;
	/* height: 130px; */
	transform-origin: bottom center;
	transform: rotateY(0deg);
}

.custom-shape-divider-top-13 .shape-fill {
	fill: #fff;
}

.custom-shape-divider-top-14 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	z-index: 30;
}

.custom-shape-divider-top-14 svg {
	position: relative;
	display: block;
	width: auto;
	/* height: 100px; */
	transform-origin: bottom center;
	transform: rotateY(0deg);
}

.custom-shape-divider-top-14 .shape-fill {
	fill: var(--themecolor);
}

/* CHECHUP SECTION */
#checkup-section {
	margin-top: -1px !important;
	z-index: 999;
	background-color: #fff !important;
}

.checkup-section-doctor img {
	margin-top: -60px;
}

#checkup-section .card {
	background-color: #f4f4f4;
	height: 216px !important;
	padding: 4rem 1.5rem 1.5rem !important;
	border-radius: 15px !important;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease;
}

#checkup-section .card:hover {
	background-color: var(--themecolor);
}

#checkup-section .card:hover h2,
#checkup-section .card:hover a {
	color: #fff !important;
}

#checkup-section .card h2 {
	letter-spacing: 0.5px;
	font-weight: 800;
	font-size: 20px;
	margin: 0;
}

#checkup-section .card h2 span {
	font-weight: 600;
	display: block;
}

#checkup-section .card .button {
	border-radius: 15px;
	font-size: 15px;
	height: 40px;
	line-height: 36px;
}

#checkup-section .card .tick {
	position: absolute;
	top: -25px;
	left: 25px;
	width: 79px;
	height: 81px;
	background-image: url('media/check_up/tick-blue-lg.png');
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	background-size: cover;
}

#checkup-section .card:hover .tick {
	background-image: url('media/check_up/tick-green-lg.png');
}

/* AESTHETIC SECTION */

#aesthetic-section {
	/* background: linear-gradient(to right, #EEBAC7, #f6d7de); */
	/* padding-bottom: 80px; */
	/* display: flex; */
	/* align-items: center; */
	overflow: visible;
	/* z-index: 10; */
	height: 70vh;
	width: 100vw;
}

#aesthetic-section .container {
	z-index: 30;
	height: 70vh;
}

.aesthetic-heading {
	letter-spacing: 1.5px;
}

.aesthetic-carousel {
	height: 100%;
}

#aesthetic-section .owl-item:nth-of-type(1) {
	background: url('media/section/aestetic-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#aesthetic-section .owl-item:nth-of-type(2) {
	background: url('media/section/hair-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

#aesthetic-section .owl-item:nth-of-type(1)::before {
	content: '';
	position: absolute;
	top: -42px;
	bottom: 0;
	left: 0;
	width: 90%;
	z-index: 30;
	background: url('media/section/flower.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/*
#aesthetic-section .owl-item:nth-of-type(2)::before{
	content: '';
	position: absolute;
	top: -42px;
	bottom: 0;
	left: 0;
	width: 90%;
	z-index: 30;
	background: url('media/section/hair_obj.png');
	background-size: contain;
	background-repeat: no-repeat;
}
*/

.aesthetic-content {
	height: 70vh;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

#aesthetic-section .woman {
	/* transform: scale(1.6);
	transform-origin: left bottom;*/
	max-width: 60%;
	z-index: 40;
}

.device-md #aesthetic-section .woman,
.device-sm #aesthetic-section .woman {
	max-width: 90%;
}

.device-md #aesthetic-section .man {
	max-width: 100%;
}

.device-sm #aesthetic-section .man {
	max-width: 90%;
}

.device-sm .aesthetic-content:has(.man) {
	height: 50vh;
}

#aesthetic-section .man {
	/*transform: scale(2.25);
	transform-origin: left bottom;*/
	max-width: 70%;
	z-index: 40;
}

/*
#aesthetic-section .aesthetic-box{
	background: linear-gradient(to right, #EEBAC7, #f6d7de);
	padding: 40px 50px 40px 90px;
	transform: translate(-36px, -210px);
	transform-origin: left bottom;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05),
				10px 0 14px rgba(0, 0, 0, 0.05);
}

#aesthetic-section .aesthetic-box-hair{
	background: url('media/section/hair_box_bg.jpg');
	padding: 40px 50px 40px 110px;
	transform: translate(40px, -182px);
	transform-origin: left bottom;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 150px;
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05),
				10px 0 14px rgba(0, 0, 0, 0.05);
}

#aesthetic-section .aesthetic-box ul li, #aesthetic-section .aesthetic-box-hair ul li{
	font-size: 14px;
	line-height: 1.2;
}
*/

.aesthetic-carousel .owl-dots {
	transform: translate(-60px, -520%);
}

.custom-shape-divider-top-15 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(0deg);
	z-index: 20;
}

.custom-shape-divider-top-15 svg {
	position: relative;
	display: block;
	width: auto;
	/* height: 130px; */
	transform-origin: bottom center;
	transform: rotateY(0deg);
}

.custom-shape-divider-top-15 .shape-fill {
	fill: #f6f6f6;
}

/** DEVICES SECTION START */

#devices-section {
	display: flex;
	align-items: center;
	/* height: calc(50vh - (var(--sticky-header-height))); */
	padding: 0 0 60px;
	background-color: #f6f6f6;
}

#devices-section h1 {
	font-weight: 800;
	letter-spacing: 1.5px;
}

#devices-section p {
	width: 60%;
}

/** DEVICES SECTION END */

/** BURSA SECTION START */

#bursa-section {
	background: url('media/section/why_bursa.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	overflow: visible;
	height: 65vh;
}

#bursa-section .box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#bursa-section h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#bursa-section .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
	line-height: 1.2;
}

#aesthetic-section .arrow-icon,
#bursa-section .arrow-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: var(--themecolor);
	border-radius: 50%;
	border: 4px solid #fff;
	z-index: 999;
}

#aesthetic-section .arrow-icon i,
#bursa-section .arrow-icon i {
	color: var(--secondarycolor);
	font-size: 26px;
}

/** BURSA SECTION END */

/** CONTACT SECTION START */
#contact-section {
	margin: 0 auto;
	z-index: 30;
	padding: 0;
}

.contact-section:not(#contact-section) {
	/* margin-top: 3rem; */
}

.contact-section h1 {
	line-height: 1.1;
	letter-spacing: 1px;
}

.contact-section p {
	line-height: 1.2;
}

.contact-section a.contact-phone {
	font-weight: 900;
	font-size: 26px;
}

.contact-section input[type='text'],
.contact-section input[type='tel'] {
	border: 2px solid var(--tertiarycolor);
	border-radius: 40px !important;
	color: #999;
	padding: 10px 15px !important;
	background: transparent;
}

.contact-section textarea {
	border: 2px solid var(--tertiarycolor);
	border-radius: 20px;
	color: #999;
	padding: 15px 15px !important;
	background: transparent;
}

.contact-section select {
	background: transparent;
}

#general-submit,
#medical-submit,
#health-submit,
#health-submit-mobile,
#bulten-submit {
	position: relative;
	background-color: var(--themecolor);
	padding-right: 50px;
	padding-left: 15px;
	color: #fff;
	border-radius: 40px;
	border: none;
}

#bulten-submit {
	padding: 2px 38px 2px 15px !important;
}

#general-submit:disabled,
#medical-submit:disabled,
#health-submit:disabled,
#health-submit-mobile:disabled,
#bulten-submit:disabled {
	cursor: not-allowed;
}

#general-submit::after,
#medical-submit::after,
#health-submit::after,
#health-submit-mobile::after,
#bulten-submit::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	transform: translateY(-36%) scale(1.5);
	content: url('media/section/send_ok.png');
	z-index: 10;
	transition: all 0.3s ease;
}

#bulten-submit::after {
	transform: translateY(-36%) scale(1.2);
	right: 12px;
	top: 49%;
}

#general-submit:not(:disabled):hover:after,
#medical-submit:not(:disabled):hover:after,
#health-submit:not(:disabled):hover:after,
#health-submit-mobile:not(:disabled):hover:after,
#bulten-submit:not(:disabled):hover:after {
	transform: translateX(5px) translateY(-36%) scale(1.5);
}

.blob {
	background: rgba(42, 170, 86, 0.6);
	border-radius: 50%;
	width: 60%;
	height: auto;
	aspect-ratio: 1 / 1;
	box-shadow: 0 0 0 0 rgba(42, 170, 86, 0.7);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		/*0.95*/
		box-shadow: 0 0 0 0 rgb(42, 170, 86, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 55px rgba(42, 170, 86, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(42, 170, 86, 0);
	}
}

/** CONTACT SECTION END */

/** FOOTER START */

.footer-contact .footer-phone {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
}

.footer-contact .footer-phone+img {
	height: 20px;
}

.footer-mail {
	font-size: 18px;
}

.social-icon {
	margin-bottom: 0;
}

.social-icon i:first-child {
	color: var(--themecolor);
}

/** FOOTER END */

@media (max-width: 575.98px) {
	.portfolio-filter {
		flex-wrap: wrap;
	}

	.portfolio-filter li {
		margin-bottom: 0 !important;
		margin-top: -10px !important;
	}

	.portfolio-filter li:not(:first-child) a {
		width: 40px !important;
		height: 40px !important;
	}

	.portfolio-filter li:first-child a {
		width: 60px !important;
	}

	.portfolio-filter li a {
		font-size: 16px;
	}

	#primary-menu ul li>a {
		font-size: 14px;
	}

	#primary-menu ul ul li>a {
		font-size: 14px;
	}

	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999 !important;
		/* background: linear-gradient(180deg, rgba(28,25,52,0.1), rgba(28,25,52,0.2)) !important; */
		/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 36%, rgba(255,255,255,0.45)) 100% !important;*/
		/*backdrop-filter: blur(15px);*/
		/*-webkit-backdrop-filter: blur(15px);*/
		/* box-shadow: 0 5px 10px rgba(255,255,255,0.3) !important; */
		/* border: 1px solid rgba(255,255,255,0.1) !important; */
		border: none !important;
	}

	#logo {
		justify-content: center;
	}

	#logo img {
		width: 170px;
		height: auto;
	}

	.primary-menu-open #header {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.8)) !important;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	#logo {
		margin: 0 auto;
	}

	/*** */
	#slider video {
		/* width: auto;
		height: auto; */
		object-fit: cover;
		position: absolute;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.8); */
	}

	.slider-arrow-left,
	.slider-arrow-right {
		/* transform: translateY(43px); */
	}

	.content-wrap {
		padding-bottom: 30px !important;
	}

	.owl-item.center {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		transform-origin: center center;
		z-index: 9999999999;
		width: 100%;
	}

	.owl-item.center .card {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	}

	.owl-carousel .owl-stage-outer {
		overflow: visible !important;
	}

	#department-section .owl-carousel .owl-stage {
		/* margin-left: -14%; */
	}

	#department-section .owl-carousel .card {
		border-radius: 8px !important;
		overflow: hidden;
	}

	.button.button-large {
		/* padding: 0 30px; */
	}

	#thermal-section,
	.thermal-carousel,
	#thermal-section .container,
	.thermal-content {
		height: calc(67vh - var(--sticky-header-height));
	}

	.thermal-carousel h1 {
		font-size: 36px;
		font-weight: 700;
	}

	.thermal-carousel p {
		font-size: 22px;
		font-weight: 500;
	}

	#thermal-section .owl-dots {
		bottom: 13%;
	}

	#aesthetic-section .owl-item {
		overflow: hidden;
	}

	#aesthetic-section .owl-item:nth-of-type(1)::before {
		top: 40%;
		bottom: 0;
		left: -40px;
		width: 134%;
		z-index: 30;
	}

	#aesthetic-section .owl-item:nth-of-type(2)::before {
		top: 40%;
		bottom: 0;
		left: -40px;
		width: 134%;
		z-index: 30;
	}

	.aesthetic-content {
		height: 50vh;
		justify-content: end;
		flex-direction: column;
	}

	#aesthetic-section .woman {
		/*transform: scale(1.1);
		transform-origin: bottom;*/
		max-width: 80%;
		z-index: 40;
		order: 2;
		margin-left: auto;
		margin-right: auto;
	}

	#aesthetic-section .man {
		/*transform: scale(1.15);
		transform-origin: bottom;*/
		max-width: 100%;
		z-index: 40;
		order: 2;
	}

	/*
	#aesthetic-section .aesthetic-box{
		background: none;
		padding: 0 0 40px 0;
		transform: translate(0, 0);
		transform-origin: bottom;
		border-top-right-radius: 100px;
		border-bottom-right-radius: 100px;
		box-shadow: none;
		order: 1;
		text-align: center;
	}

	#aesthetic-section .aesthetic-box-hair{
		background: none;
		padding: 0 0 40px 0;
		transform: translate(0, 0);
		transform-origin: bottom;
		border-top-right-radius: 150px;
		border-bottom-right-radius: 150px;
		box-shadow: none;
		order: 1;
		text-align: center;
		color: #fff;
	}

	#aesthetic-section .aesthetic-box-hair h2{
		color: #fff;
	}

	#aesthetic-section .aesthetic-box h2, #aesthetic-section .aesthetic-box-hair h2{
		font-size: 18px;
		line-height: 1.2;
		padding: 0 25px;
	}
	*/

	.aesthetic-carousel .owl-dots {
		transform: translate(0, -55px);
	}

	#bursa-section h1 {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	#bursa-section {
		height: 40vh;
	}

	#bursa-section .title {
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 1.2;
	}

	#contact-section {
		padding-top: 50px !important;
	}

	#contact-section br {
		display: none;
	}

	.owl-carousel .owl-nav .owl-next {
		right: -10px !important;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: -10px !important;
	}
}

@media (max-width: 821.98px) {

	/*** */
	#slider video {
		/* width: auto; */
		height: 100%;
		object-fit: cover;
		position: absolute;
		/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1); */
	}
}