﻿@media (min-width: 1280px) {
	.absolute-counter {
		left: -26px;
	}
}

@media (min-width: 1025px) {


	.footer-menu .navbar {
		display: block !important;
	}

	.footer-menu .navbar-nav>li>ul {
		display: block;
		border: 0;
		background: transparent;
		position: unset !important;
	}

	.footer-menu .navbar-nav {
		width: 100%;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.footer-menu .navbar-nav>li {
		display: inline-block;

	}


	.footer-menu .navbar-nav>li:first-child li {
		max-width: 380px;
	}

	.footer-menu .navbar-nav>li>a {
		font-weight: 500;
		font-size: 15px;
		color: #ffffff;
		padding: 0 !important;
		display: block;
		letter-spacing: 0.5px;
	}

	.footer-menu .navbar-nav>li>.dropdown-menu>li>a {
		font-size: 14px;
		line-height: 1.8;
		color: #cdcdcd;
		padding: 6px 0 !important;
		max-width: 400px;
	}

	.footer-menu .navbar-nav>li>.dropdown-menu>li>a i {
		color: #e27c30;
		margin-right: 6px;
	}

	.footer-menu .navbar-nav>li>.dropdown-menu>li>a:hover {
		color: #e27c30;
	}

	.footer-menu .navbar-nav>li>a:after {
		opacity: 0;
		display: none;
	}
}

@media (min-width: 1200px) {
	#header {
    min-height: 150px;
}
	.header .container {
		background: white;
		border-radius: 90px;
	}

	.custom-cursor {
		position: fixed;
		width: 20px;
		height: 20px;
		border: 4px solid #c24a4a;
		border-radius: 50%;
		pointer-events: none;
		transform: translate(-50%, -50%);
		transition: width 0.2s ease-out, height 0.2s ease-out, transform 0.05s linear;
		z-index: 9999;

	}

	.custom-cursor.grow:before {
		content: "";
		width: 8px;
		height: 8px;
		background: #c24a4a;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0px auto;
		top: 14px;
		border-radius: 50%;
	}

	/* Büyüme efekti için sınıf */
	.custom-cursor.grow {
		width: 40px;
		/* Büyüdüğünde boyutu */
		height: 40px;
		/* Büyüdüğünde boyutu */
		background: transparent !important;
		border: 2px solid #c24a4a;
	}

	.blog-slider-style-1 .owl-nav .owl-prev:before {
		content: "";
		width: 400px;
		height: 1px;
		background: #ffffff;
		position: absolute;
		right: 90px;
		bottom: 29px;
	}


	.blog-slider-style-1 .owl-nav .owl-next:before {
		content: "";
		width: 400px;
		height: 1px;
		background: #ffffff;
		position: absolute;
		left: 90px;
		bottom: 29px;
	}

	.blog-slider-style-1 .owl-nav .owl-next:after {
		content: "";
		width: 12px;
		height: 12px;
		background: #ffffff;
		position: absolute;
		left: 479px;
		top: 16px;
		transform: rotate(-45deg) translateY(5px);
	}

	.blog-slider-style-1 .owl-nav .owl-prev:after {
		content: "";
		width: 12px;
		height: 12px;
		background: #ffffff;
		position: absolute;
		right: 479px;
		top: 17px;
		transform: rotate(-45deg) translateY(5px);
	}

	.ml-xl-6 {
		margin-left: 3.4rem !important;
	}

	/* Main Menu Desktop*/

	.main-nav .navbar-nav>li>a {
		position: relative;
		display: block;
		font-size: 13px;
		font-weight: 600;
		line-height: 20px;
		padding: 40px 0px !important;
		text-align: center;
		color: var(--black-color);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		color: #302e2e;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.main-nav .navbar-nav>li>a:hover {
		color: #e27c30;
	}

	.main-nav .navbar-nav>li {
		margin: 0px 22px;
	}

	.main-nav .navbar-nav>li.active>a {
		/* color: #ffffff; */
	}

	.main-nav .navbar-nav>li>a:before {
		content: '';
		width: 0px;
		height: 4px;
		background-color: rgb(226 124 48);
		display: inline-block;
		position: absolute;
		bottom: -2px;
		left: 0;
		margin: auto;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}

	.fixed-bar.active .main-nav .navbar-nav>li.active>a:before {
		opacity: 0;
	}

	.main-nav .navbar-nav>li:hover>a:before,
	.main-nav .navbar-nav>li.active>a:before {
		width: 100%;
	}

	.main-nav .navbar-nav li ul {
		visibility: hidden;
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: top;
		padding: 0;
		margin: 0;
		list-style: none;
		width: 250px;
		border-radius: 0;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #e27c30;
		transition: all 0.3s ease-in-out;
		text-align: left;
		display: block;
		border: 0;
		margin: 0 !important;
		/* border-bottom-left-radius: 12px; */
		/* border-bottom-right-radius: 12px; */
	}

	.main-nav .navbar-nav li:hover ul {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		padding: 5px 0;
	}

	.main-nav .navbar-nav li ul li a {
		color: #ffffff;
		padding: 12px 0px 12px 20px !important;
		font-size: 15px;
		font-weight: 400;
		-webkit-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		-moz-transition: 0.5s;
		/* font-family: "Jost", sans-serif; */
	}

	.main-nav .navbar-nav li ul li a:hover {
		text-indent: 12px;
	}

	.dropdown-toggle::after {
		content: "\f282";
		border: 0;
		font-family: bootstrap-icons !important;
		vertical-align: middle;
		margin-left: 8px;
		font-size: 14px;
	}

	/* Main Menu */
	.menu-control {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	#section-slide {
		margin-top: -160px;
	}

	.desktop-align {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (max-width: 1199px) {
	.topbar{
    border-bottom: 1px solid #e9e3e3;
}
	.social .navbar-nav li a {
		color: black !important;
	}

	#section-slide {
		/* margin-top: -184px; */
	}

	.fixed-bar.active {
		padding: 16px 0;
	}

	.user-controls {
		display: none;
	}

	.header {
		padding: 16px 0px;
	}

	.menu-control {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	/* Main Menu Mobile */
	.navbar-toggler {
		margin: 0;
		padding: 0;
		border: 0;
		line-height: 34px;
	}

	.navbar-toggler-icon {
		width: unset;
		height: unset;
		color: #0d0d0d;
	}

	.fixed-bar.active .navbar-toggler-icon {
		color: #c24a4a !important;
	}

	.category-sidebar-header .sidebar-toggler {
		padding: 0;
		border: 0;
		width: 24px;
	}

	.category-sidebar-header .sidebar-toggler:before {
		content: "\e646";
		font-family: 'themify';
		color: white;
		font-size: 16px;
		text-align: center;
	}

	.collapse.show .sidebar-toggler:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
		right: 0;
	}

	.category-sidebar-header {
		padding: 20px 20px;
		text-align: right;
		-ms-flex-align: center !important;
		align-items: center !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.category-sidebar-header h4 {
		font-size: 16px;
		color: white;
		margin: 0;
		font-weight: 400;
	}

	.main-nav .badge,
	.main-nav .image-menu {
		display: none;
	}

	.main-nav .navbar-toggler {
		font-size: 25px;
		color: #000000;
	}

	.main-nav ul>li>a {
		color: #ffffff !important;
		line-height: 60px !important;
		border-bottom: 1px solid #ffffff17;
		font-weight: 300 !important;
		font-size: 14px;
		padding-left: 24px !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	.main-nav .navbar-collapse.show {
		-webkit-animation: slideInLeft 0.5s;
		animation: slideInLeft 0.5s;
		width: 80%;
		max-width: 320px;
		overflow-y: scroll;
	}

	.main-nav .navbar-collapse {
		position: fixed !important;
		left: -100%;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
		background: #292929;
		z-index: 99;
	}

	.main-nav .navbar-collapse:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		/* background: #ef4647eb; */
		z-index: -1;
	}

	.main-nav .collapsing {
		transition: unset;
		height: 100%;
	}

	.main-nav .dropdown-menu {
		background: transparent;
		border: 0;
		margin: 0;
		padding: 0px 0px 0px 14px;
	}


	.main-nav .dropdown .down-menu::after {
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
		border: 0;
		margin: 0;
		font-size: 14px;
	}

	.main-nav .navbar-nav li.show>.down-menu {
		background: #f07164;
		color: white;
	}

	.main-nav .navbar-nav li.show>.down-menu:after {
		content: "\f077" !important;
	}



	.down-menu {
		position: absolute;
		right: 18px;
		padding: 0 !important;
		top: 16px;
		line-height: 30px;
		color: #146bd8;
		border-radius: 4px;
		border: 0;
		background: #ffffff;
		height: 30px;
		width: 30px;
	}

	.main-nav .dropdown-menu a i {
		margin-right: 12px;
	}

	.main-nav .dropdown.show .dropdown-toggle::after {
		content: "\f077" !important;
	}

	.main-nav .dropdown .dropdown-toggle::after {
		position: absolute;
		right: 28px;
		padding: 0px 10px;
		top: 14px;
		height: 32px;
		line-height: 32px;
		color: #292929;
		border: 0;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
		font-weight: 600;
		font-size: 12px;
		background: #ffffff;
		width: 36px;
		text-align: center;
		border-radius: 4px;
	}

	/* Main Menu Mobile */

	/* FOOTER MENU MOBILE */
	.footer-menu {
		margin-top: 3rem;
	}

	.footer-menu .navbar-toggler {
		border: 1px solid white;
		color: white;
	}

	.footer-menu .navbar-toggler span {
		padding: 0;
		width: unset;
		height: unset;
	}

	.footer-menu .navbar-nav li .dropdown-menu {
		display: none;
	}

	.footer-menu .navbar-nav li .dropdown-menu.show {
		display: block;
		left: 0;
		top: 100%;
		position: relative;
		border: 0;
		border-radius: 0;
		padding: 0;
		z-index: 1;
		margin-bottom: 12px;
		margin: 0;
		background: transparent;
	}

	.footer-menu .navbar-nav li {
		display: block;
		position: relative;
	}

	.footer-menu .navbar-nav>li>a {
		line-height: 52px;
		padding: 0 !important;
		font-weight: 500 !important;
		font-size: 15px;
		color: #c6c6c6;
	}

	.footer-menu .navbar-nav li .dropdown-menu a {
		font-size: 14px;
		color: #cdcdcd;
		padding: 0;
		line-height: 42px;
	}

	.footer-menu .navbar-nav {
		display: block !important;
		width: 100%;
	}

	.footer-menu .navbar-nav>li>a:after {
		display: block;
		content: "";
		width: 32px;
		height: 32px;
		line-height: 32px;
		background: #c24a4a;
		position: absolute;
		top: 10px;
		color: #fff7f7;
		text-align: center;
		font-size: 14px;
		border-radius: 3px;
		position: absolute;
		right: 14px;
		font-family: "Font Awesome 5 Free";
		content: "\f078" !important;
		font-weight: 900;
		border: 0;
		margin: 0;
	}

	.footer-menu .navbar-nav>li.show>a:after {
		content: "\f077" !important;
	}

	.footer-menu .navbar-toggler {
		border: 1px solid white;
		color: white;
	}

	.footer-menu .navbar-toggler span {
		padding: 0;
		width: unset;
		height: unset;
	}

	/* FOOTER MENU MOBILE */
}


@media (max-width: 1024px) {

	.slider-style-1 .slide-description h2 {
		font-size: 50px;
		/* word-break: break-all; */
		overflow-wrap: break-word;
	}

	.slider-style-1 .slide-description {
		padding: 10rem 0;
		max-width: 90%;
	}

	.slider-style-1 .slide-image img {
		display: none;
	}
}

@media (max-width: 768px) {
.slider-style-2:before, .slider-style-2:after {
    display: none;
}
.section-bg-1 {
    padding-bottom: 16rem;
}
.footer-bottom .row:before,.footer-bottom .row:after {
    display: none;
}
.footer-top .heading-style-1 h2 {
    font-size: 28px;
}

.footer-top {
    margin-top: -320px;
}
.slider-style-2 .owl-nav {
    left: 0;
    right: 0;
}
	.bg-left:after,
	.bg-right:before {
		width: 25%;
		display: none;
	}

	.bg-left:after {
		left: -20px;
	}

	.bg-right:before {
		right: -38px;
	}
.slider-style-1 .slide-description h2 {
    font-size: 56px;
    word-break: break-all;
}
	#section-content {
		background-size: 48% !important;
		background-position: 100% 50% !important;
	}

	.dark-bg {
		background-size: 60px !important;
		background-position: 95% -24px !important;
	}

	.heading-style-1 h2 {
		font-size: 2.6rem;
		overflow-wrap: break-word;
	}

	#footer {
		padding-top: 14rem;
	}

	.footer-bottom .paragraph-style-1 {
		text-align: center !important;
	}

	.absolute-counter {
		top: 20%;
	}

	.absolute-button {
		right: 40px;
		bottom: 120px;
	}

	.blog-slider-style-1 .owl-nav .owl-prev:before,
	.blog-slider-style-1 .owl-nav .owl-next:before {
		max-width: 90px !important;
	}

	.blog-slider .owl-nav {
		position: unset;
		margin-top: 2rem;
	}

	.blog-slider:before {
		display: none;
	}
}

/* Admin Controls */
#light-mode-toggle {
	display: none;
}

.section-key {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
}

section {
	position: relative;
}

.edit-button {
	position: absolute;
	right: 10px;
	top: 0;
	background: #eeeeee;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 13px;
	z-index: 2;
	border: 0;
	border-radius: 4px;
}

#section-slide .edit-button {
	top: 30%;
	right: 20px;
	z-index: 2;
}

.hideEditButtons {
	position: fixed;
	left: 0;
	top: 50%;
	background: #e3e3e3;
	width: 36px;
	height: 36px;
	border: 0;
	font-size: 12px;
	z-index: 3;
}

.modal-backdrop {
	display: none;
}

.modal-open .modal:before {
	content: "";
	background: black;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.6;
}

.module {
	min-height: 34px;
	position: relative;
}

#up {
	display: none !important;
}

/* EDIT MODULES */
.edit-module {}

.edit-module .modal-header {
	background: #1d1d1d;
	border-radius: 0;
	color: white;
	font-family: 'Quicksand', sans-serif;
}

.edit-module .modal-header .modal-title {
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
}

.edit-module .modal-header .close {
	opacity: 1;
	text-shadow: none;
	color: white;
}

.edit-module .form-control {
	font-size: 13px;
}

.edit-module .btn-secondary {
	background: #403f3f;
	border-color: #403f3f;
}

.edit-list-module .edit-module-image,
.edit-list-module .edit-module-upload {
	display: none;
}

.edit-module .card a {
	background-size: contain !important;
}

.master-image-link {
	min-height: 168px;
}

a.add-btn {
	background: #2b74bc;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

a.remove-btn {
	background: #dc3545;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

.form-preview {
	padding: 16px;
	border: 3px dashed #e7e5e5;
	margin-top: 30px;
}

a.help {
	position: absolute;
	left: 15px;
	/*top: 15px;
    */
	color: rgb(44, 41, 41);
	line-height: 22px;
	padding: 8px 0px;
}

.edit-module .modal-footer {
	position: relative;
}

a.remove-image {
	position: absolute;
	background: #232323;
	bottom: 15px;
	right: 15px;
	padding: 4px 16px;
	border-radius: 3px;
	color: white;
}

#moduleTabsContent {
	padding: 15px;
	border: 1px solid #e9e9e9;
}

#moduleTabs {
	border: 0;
}

#moduleTabs>li>a {
	background: #efefef;
	border: 0;
	border-radius: 0;
	padding: 10px 34px !important;
	margin-right: 2px;
	font-size: 15px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	color: #222222;
}

#moduleTabs>li>a.active {
	background: black;
	color: white;
}

.edit-module h3 {
	font-size: 14px;
}

.edit-module .btn {
	border-radius: 3px !important;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

.edit-module .form-control::placeholder {
	font-size: 13px;
}

.edit-module .sub-title {
	background: #fbfbfb;
	padding: 14px 15px;
	margin: 12px 0px;
	font-size: 16px;
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

.edit-module label {
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.edit-module .sub-header {
	background: #f1f1f1;
	margin-bottom: 20px;
	height: 52px;
	padding: 6px 15px;
}

.edit-module .sub-header h2 {
	float: left;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: 36px;
}

.edit-module .sub-header .ordering-box {
	width: 50px;
	text-align: center;
}

.add-slide {
	color: white !important;
	width: 100%;
}

.remove-slide,
.remove-accordion-tab,
.remove-tab,
.remove-gallery-item,
.remove-pricing-item {
	float: right;
	color: white !important;
	margin-top: 25px;
	padding: 8px 16px;
	border-radius: 3px;
}

.remove-gallery-item {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.gallery-section {
	position: relative;
}

.help-link {
	position: absolute;
	left: 20px;
	font-size: 14px;
}

.green-button a.btn {
	background: #30CE89;
	border-color: #30CE89;
}

.green-button a.btn:hover {
	background: #1d1d1d;
	border-color: #1d1d1d;
}

/* EDIT MODULES */
/* Admin Controls */