/* ----------------------------------------------------------------
	CSS Specific to the One Page Module

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Minimal Styling of this Module
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------------------
	FONTS
---------------------------------------------------------------------------- */
:root {
	--cnvs-body-font: 'Montserrat', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-header-height: 70px;
}

#header {
	--cnvs-sticky-header-height: 70px;
	--cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), .05);
	--cnvs-primary-menu-font-weight: 400;
	--cnvs-primary-menu-font-size: 0.75rem;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 3px;
}

.is-expanded-menu #header.transparent-header:not(.border-full-header):not(.sticky-header) #header-wrap {
	border-bottom: transparent;
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 22px;
}

.menu-link {
	text-transform: none;
	letter-spacing: 0;
	font-weight:600;
}

.menu-item:hover > .menu-link {
  color:#6f6f6e;
}

.menu-item.current > .menu-link {
  color:#6f6f6e
}

.menu-item.current > .yesil {
  color:#009a3e
}

.menu-item:hover > .yesil {
  color:#009a3e
}

.menu-item.current > .mavi {
  color:#00ace8
}

.menu-item:hover > .mavi {
  color:#00ace8
}

.menu-item.current > .pembe {
  color:#e73081
}

.menu-item:hover > .pembe {
  color:#e73081
}

.menu-item.current > .turuncu {
  color:#eb6408
}

.menu-item:hover > .turuncu {
  color:#eb6408
}

/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

.is-expanded-menu #header.full-header #logo {
	border-right: 0;
}

.is-expanded-menu #header.full-header .primary-menu > .menu-container {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.is-expanded-menu #header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

.is-expanded-menu #header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}


/* Sticky Header
---------------------------------------------------------------------------- */

.is-expanded-menu #header.sticky-header #header-wrap,
.is-expanded-menu #header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
}


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container {
	right: 0;
}

body.side-push-panel.side-panel-open.stretched #header .container {
	right: 300px;
}

body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section {
	padding: 120px 0;
}


/* ----------------------------------------------------------------------------
	Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
	--cnvs-heading-block-font-weight: 500;
	--cnvs-heading-block-font-spacing: 3px;
	font-family: var(--cnvs-body-font);
}


/* ----------------------------------------------------------------------------
	Portfolio Description
---------------------------------------------------------------------------- */

.bg-overlay .portfolio-desc h3 {
	--cnvs-portfolio-desc-title-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bg-overlay .portfolio-desc h3 a {
	color: #333 !important;
	text-shadow: none;
}

.bg-overlay .portfolio-desc span {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
}

.bg-overlay .portfolio-desc span a {
	color: #999 !important;
	text-shadow: none;
}


/**/
.op-gradient-icon {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #F9F9F9;
	color: #F9F9F9;
}

.button.button-border.button-light:hover {
	background-color: #F9F9F9;
	color: #333;
	text-shadow: none;
}


/* Blog
---------------------------------------------------------------------------- */

.posts-md .entry-title h3 {
	font-size: 1.375rem;
	letter-spacing: 0;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
	font-weight: 400;
	text-decoration-thickness: 1px;
	font-style: normal;
}

.more-link i.uil-angle-right-b {
	position: relative;
	top: 1px;
	margin-left: 2px;
}


.link-border {
	font-weight: 600;
	border-bottom: 3px solid var(--cnvs-themecolor);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-border:hover {
	border-color: #FFF;
}


.widget p.lead {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.6;
}


.one-page-arrow i {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-md .opm-large-word { font-size: 96px; }

.device-sm .opm-large-word { font-size: 72px; }

.device-xs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-md .opm-medium-word { font-size: 80px; }

.device-sm .opm-medium-word { font-size: 60px; }

.device-xs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
	font-size: 30px;
	font-style: normal;
	margin: 0 0 0 5px;
	line-height: 1;
	letter-spacing: 12px;
}

.device-md .before-heading.opm-medium { font-size: 22px; }

.device-sm .before-heading.opm-medium { font-size: 18px; }

.device-xs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
	font-size: 480px;
	color: #F2F2F2;
	line-height: 1;
}

.device-md .opm-large-counter { font-size: 360px; }

.device-sm .opm-large-counter { font-size: 220px; }

.device-xs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.videoplay-on-hover h2 {
	font-size: 40px;
	font-weight: bold;
}

.device-sm .videoplay-on-hover h2 { font-size: 32px; }

.device-xs .videoplay-on-hover h2 { font-size: 26px; }





/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background-color: #333;
	color: #F5F5F5 !important;
	font-size: 24px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.big-video-button:hover {
	opacity: 0.9;
}

.dark .big-video-button,
.big-video-button.dark {
	background-color: #F5F5F5;
	color: #333 !important;
	text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
	position: relative;
	left: 2px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
	font-size: 78px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

.slider-caption p {
	font-weight: 300;
	text-transform: lowercase;
	font-size: 26px;
	line-height: 1.8;
	max-width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 991px) {

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

}

@-webkit-keyframes mouse-scroll {
			0% { top: 10%; opacity: 1; }
			100% { top: 30%; opacity: 0; }
		}
		@keyframes mouse-scroll {
			0% { top: 10%; opacity: 1; }
			100% { top: 30%; opacity: 0; }
		}

		@-webkit-keyframes scroll-mouse {
		    from { transform: translateY(-7px); }
		    to { transform: translateY(0); }
		}
		@keyframes scroll-mouse {
		    from { transform: translateY(-7px); }
		    to { transform: translateY(0); }
		}
		.scroll-inner {
			position: relative;
			width: 26px;
			height: 40px;
			border-radius: 18px;
			border: 2px solid #555;
			-webkit-animation: scroll-mouse 1s infinite;
			animation: scroll-mouse 1s infinite;
		}

		.scroll-wheel {
			position: absolute;
			top: 10%;
			left: 50%;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			transform: translateX(-50%);
			background-color: #555;
			-webkit-animation: mouse-scroll 1s infinite;
			-moz-animation: mouse-scroll 1s infinite;
			-o-animation: mouse-scroll 1s infinite;
			animation: mouse-scroll 1s infinite;
		}

		.one-page-arrow {
			bottom: 40px;
			right: 50%;
			left: auto;
		}

.circle-draw,
.circle-draw span {
	position: relative;
	color: inherit !important;
	z-index: 1;
}

.circle-draw svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + .5em);
	height: calc(100% + .5em);
	transform: translate(-50%, -50%);
	z-index: 0;
}

p{
	margin-bottom:10px;
}

.text-right{
	text-align:right;
}



.filter-white {
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
}

.filter-gray {
  filter: grayscale(100%);
}

.filter-gray:hover {
  filter: grayscale(0);
}

.shadow1{-webkit-box-shadow: 3px 4px 3px 0 rgba(255,255,255,1.75);
    box-shadow: 3px 4px 3px 0 rgba(255,255,255,1.75);}

.txt1{
  text-decoration-line: line-through;
  text-decoration-color: #009b3e;
  transition: text-decoration-color 300ms;
}

.txt2{
  text-decoration-line: line-through;
  text-decoration-color: #00ade9;
  transition: text-decoration-color 300ms;
}

.txt3{
  text-decoration-line: line-through;
  text-decoration-color: #e73081;
  transition: text-decoration-color 300ms;
}

.txt4{
  text-decoration-line: line-through;
  text-decoration-color: #eb6408;
  transition: text-decoration-color 300ms;
}

.entry-title h4{
	font-size:18px;
}

/*h2{
	color:#707070;
	background:url(../images/title-bg.svg) no-repeat center center; background-size:100%;
}*/