/*!
Theme Name: kove
Theme URI: https://thinkclever.agency/
Author: Thinkclever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kove
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kove is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Krona+One&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
body {
  font-family: 'Inter', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Krona One', sans-serif;
}
.font-mulish {
  font-family: 'Mulish', sans-serif;
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  outline: none;
  color: #13a4aa;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
h2 {
  font-size: 28px;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 !important;
}
p {
  margin: 0;
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
blockquote {
  margin: 0;
  background-color: #13a4aa2e;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-left: 5px solid #13a4aa;
}
p:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
}
figcaption {
  font-style: italic;
}
pre {
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
}
h1 {
  font-size: 50px;
}
.container {
  width: 100%;
  max-width: 1570px;
  margin: auto;
  padding: 0 20px;
}
div#page {
  padding-top: 84px;
}
.btn {
  height: 58px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease-in;
  font-size: 20px;
}
.btn:hover {
  transform: scale(1.03);
}
.btn-primary {
  border: 1px solid #13a4aa;
  color: #fff;
  background-color: #13a4aa;
}
.btn-white {
  background-color: #fff;
  color: #13a4aa;
}
section.error-404.not-found {
  padding: 90px 0;
  text-align: center;
}
section.default-contents {
  padding: 70px 0;
}
.animation {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
/* ==================== Header CSS ====================== */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 15px 0px #0000000d;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in;
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: auto;
  padding: 0 20px;
}
header.site-header .logo {
  width: 200px;
}
header.site-header .logo a {
  display: flex;
}
header.site-header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.site-header .dealers-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 119px;
}
header.site-header .dealers-wrap .dealers-link {
  height: 38px;
  width: 119px;
  background-color: #13a4aa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in;
  border: 1px solid #13a4aa;
}
header.site-header .dealers-wrap .dealers-link span {
  padding-top: 2px;
}
header.site-header .dealers-wrap .dealers-link path {
  transition: all 0.3s ease-in;
}
header.site-header .dealers-wrap .dealers-link:hover {
  background-color: transparent;
  color: #13a4aa;
}
header.site-header .dealers-wrap .dealers-link:hover path {
  fill: rgb(19, 164, 170);
}
header.site-header .dealers-wrap .menu-trigger {
  height: 38px;
  background-color: #13a4aa;
  border: none;
  outline: none;
  padding: 0;
  width: 44px;
  position: relative;
  cursor: pointer;
  display: none;
}
header.site-header .dealers-wrap .menu-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffff;
  left: 8px;
  top: 48%;
  transition: all 0.3s ease-in;
}
header.site-header .dealers-wrap .menu-trigger span:first-child {
  top: 25%;
}
header.site-header .dealers-wrap .menu-trigger span:last-child {
  top: 72%;
}
header.site-header .dealers-wrap .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
header.site-header .dealers-wrap .menu-trigger.active span:first-child {
  transform: rotate(45deg);
  top: 45%;
}
header.site-header .dealers-wrap .menu-trigger.active span:last-child {
  transform: rotate(-45deg);
  top: 48%;
}
header.site-header .menu-wrapper {
  flex: 1;
  padding: 0 20px;
}
header.site-header .menu-wrapper ul.menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 60px;
  justify-content: center;
}
header.site-header .menu-wrapper ul.menu li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  padding: 30px 0;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 7px;
}
header.site-header .menu-wrapper ul.menu li a span.icon {
  position: relative;
  top: -1px;
}
header.site-header .menu-wrapper ul.menu > li > a::before {
  position: absolute;
  content: '';
  width: 100%;
  background-color: #13a4aa;
  bottom: 25px;
  transition: all 0.3s ease-in;
  opacity: 0;
  height: 0;
}
header.site-header .menu-wrapper ul.menu > li.current-menu-item > a::before,
header.site-header .menu-wrapper ul.menu > li:hover > a::before {
  opacity: 1;
  height: 2px;
}
header.site-header .menu-wrapper ul.menu > li {
  position: relative;
}
header.site-header .menu-wrapper ul.menu li ul.sub-menu {
  margin: 0;
  list-style: none;
  position: absolute;
  width: max-content;
  background-color: #fff;
  transition: all 0.3s ease-in;
  box-shadow: 0px 12px 15px 0px #0000000d;
  padding: 15px 20px 8px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
header.site-header .menu-wrapper ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 97%;
}
header.site-header .menu-wrapper ul.menu li ul.sub-menu a {
  padding: 4px 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.3s ease-in;
}
header.site-header .menu-wrapper ul.menu li ul.sub-menu a:hover,
header.site-header .menu-wrapper ul.menu li ul.sub-menu li.current-menu-item a {
  color: #13a4aa;
}
.mobile-menu-dropdown-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-dropdown-area {
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: calc(100vh - 80px);
  padding: 30px 20px 50px;
  overflow: auto;
  display: none;
}
.mobile-menu-dropdown-area ul li {
  position: relative;
}
.mobile-menu-dropdown-area ul#primary-menu li span.icon {
  position: absolute;
  right: 0;
  top: 9px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.mobile-menu-dropdown-area ul#primary-menu li span.icon.activated {
  transform: rotate(180deg);
}
.mobile-menu-dropdown-area ul ul {
  padding-left: 15px;
  display: none;
}
.mobile-menu-dropdown-area ul#primary-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
}
.mobile-menu-dropdown-area ul#primary-menu li ul.sub-menu li a {
  padding: 8px 0;
  font-weight: 400;
}
.mobile-menu-dropdown-area ul li.current-menu-item > a {
  color: #333333;
}
.mobile-menu-dropdown-area::-webkit-scrollbar {
  display: none;
}
.mobile-menu-dropdown-area ul#primary-menu li span.icon svg {
  height: auto;
  width: 15px;
}
/* ==================== Header CSS ====================== */
/* ==================== Footer CSS ====================== */
footer.site-footer {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
footer.site-footer .back-to-top {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
footer.site-footer .footer-top {
  border-bottom: 1px solid #ffffff70;
  padding: 200px 0 120px;
}
footer.site-footer .footer-top .wrapper,
footer.site-footer .footer-bottom .wrapper {
  max-width: 1800px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer.site-footer .footer-logo {
  width: 236px;
  display: flex;
}
footer.site-footer .footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer.site-footer .footer-menu {
  flex: 1;
}
footer.site-footer .footer-menu ul#footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  row-gap: 14px;
}
footer.site-footer .footer-menu ul#footer-menu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
footer.site-footer .footer-bottom {
  padding: 20px 0;
}
footer.site-footer .copyright {
  font-size: 14px;
  color: #fff;
  opacity: 60%;
}
footer.site-footer .websiteby {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Krona One', sans-serif;
}
footer.site-footer .social-share {
  display: flex;
  align-items: center;
  gap: 25px;
}
footer.site-footer .social-share a {
  text-decoration: none;
}
/* ==================== Footer CSS ====================== */
/* ==================== Product Hero CSS ====================== */
section.product-hero-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 240px;
  background-color: #f5f5f5;
}
section.product-hero-section .top-section {
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  text-align: center;
      position: relative;
}
section.product-hero-section .top-section .logo img {
  width: 100%;
  max-width: 174px;
}
section.product-hero-section .top-section .headline {
  font-size: 72px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding-top: 15px;
}
section.product-hero-section .top-section .price {
      font-size: 36px;
    color: #fff;
    background-color: #0e7d82;
    width: max-content;
    margin: auto;
    padding: 9px 20px;
    line-height: 1;
    margin-top: 15px;
    bottom: -1.8em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index:9999;
}
section.product-hero-section .featured-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  right: 0;
}
section.product-hero-section .featured-image img {
  width: 100%;
}
/* ==================== Product Hero CSS ====================== */
/* ==================== Product Details CSS ====================== */
section.product-details-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
section.product-details-section .top-area {
  padding-bottom: 20px;
}
section.product-details-section .top-area .headline {
  font-size: 39px;
  font-weight: 400;
  margin: 0;
}
section.product-details-section .top-area .sub-headline {
  font-size: 28px;
  font-weight: 700;
  color: #13a4aa;
  margin: 0;
}
section.product-details-section .tab-area {
  display: flex;
  flex-wrap: wrap;
}
section.product-details-section .tab-area .left {
  width: 55%;
  padding-right: 30px;
}
section.product-details-section .tab-area .right {
  width: 45%;
  text-align: center;
}
section.product-details-section .tab-area .tabs {
  display: flex;
  margin-bottom: 20px;
}
section.product-details-section .tab-area .tabs .tablinks {
  height: 49px;
  width: 200px;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 4px solid #eeeeee;
  background-color: transparent;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
section.product-details-section .tab-area .tabs .tablinks.active,
section.product-details-section .tab-area .tabs .tablinks:hover {
  border-color: #13a4aa;
  color: #13a4aa;
}
section.product-details-section .tab-area .tab-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 0;
}
section.product-details-section .tab-area .tab-item p.value {
  text-align: right;
}
section.product-details-section .tab-area .tab-item p {
  margin: 0;
}
section.product-details-section .tab-area .tab-item:last-child {
  border: none;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
/* ==================== Product Details CSS ====================== */
/* ==================== Product Details w Images CSS ====================== */
section.product-details-w-images {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  background-color: #f9f9f9;
}
section.product-details-w-images .headline {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 50px;
}
.product-details-images {
  display: grid;
  gap: 90px;
}
.left-image-contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.left-image-contents .thumbnail {
  width: 45%;
  display: flex;
  position: relative;
}
.left-image-contents .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.left-image-contents .contents {
  width: 55%;
  padding-left: 50px;
}
.left-image-contents .contents .content {
  font-weight: 500;
}
.left-image-contents .thumbnail::before {
  position: absolute;
  content: '';
  height: 320px;
  width: 300%;
  background-color: #13a4aa;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.left-image-contents .contents .title {
  font-size: 24px;
  margin: 0 0 25px;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}
.left-image-contents .contents .title::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 4px;
  background-color: #13a4aa;
  bottom: 0;
  left: 0;
}
.left-image-contents:nth-child(even) {
  flex-flow: row-reverse;
}
.left-image-contents:nth-child(even) .contents {
  padding-right: 50px;
  padding-left: 0;
}
.left-image-contents:nth-child(even) .thumbnail::before {
  left: 0;
  right: auto;
}
section.product-details-w-images .bottom-button {
  background-color: #13a4aa;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 90px;
}
section.product-details-w-images .bottom-button .btn {
  width: 345px;
  justify-content: center;
}
/* ==================== Product Details w Images CSS ====================== */
/* ==================== related Product CSS ====================== */
section.related-products-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 90px 0;
}
section.related-products-section .wrapper {
  max-width: 1800px;
  margin: auto;
  padding: 0 20px;
}
section.related-products-section .top-area {
  padding-bottom: 50px;
}
section.related-products-section .top-area .headline {
  font-size: 39px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px;
}
section.related-products-section .top-area p {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin: 0;
}
/* ==================== related Product CSS ====================== */
/* ==================== Latest Blog CSS ====================== */
section.latest-blog-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
section.latest-blog-section .top-area {
  text-align: center;
  padding-bottom: 50px;
}
section.latest-blog-section .top-area .headline {
  font-size: 39px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px;
}
section.latest-blog-section .top-area p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #333;
}
section.latest-blog-section::before {
  background-image: url(/wp-content/uploads/2024/06/news-dots-bg.png);
  background-attachment: fixed;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 35%;
}
section.latest-blog-section .container {
  position: relative;
}
.latest-blogs-posts {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 25px;
}
.blog-grid-item {
  position: relative;
}
.whole-div-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.blog-grid-item .thumbnail {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}
.blog-grid-item .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.blog-grid-item h3 {
  font-size: 25px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.blog-grid-item .excerpt {
  color: #777777;
  margin-bottom: 20px;
}
.blog-grid-item .date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555555;
}
section.latest-blog-section .button-wrap {
  text-align: center;
}
.blog-grid-item:hover .thumbnail img {
  transform: scale(1.03);
}
.blog-grid-item:hover h3 {
  color: #13a4aa;
}
.slide-bike-item {
  position: relative;
  overflow: hidden;
}
.slide-bike-item .image {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.slide-bike-item .image img {
  object-fit: contain;
  width: 80%;
  height: 100%;
}
.slide-bike-item h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
.slider-wrapper .slider {
  padding-bottom: 50px;
}
/* ==================== Latest Blog CSS ====================== */
/* ==================== Anywhere CSS ====================== */
section.dare-to-anywhere {
  position: relative;
  overflow: hidden;
  padding: 90px 0 140px;
  background-size: cover;
  background-position: bottom;
  /* background-attachment: fixed; */
}
section.dare-to-anywhere .container {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.dare-to-anywhere .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%);
}
section.dare-to-anywhere .left {
  width: 60%;
}
section.dare-to-anywhere .right {
  width: 40%;
}
section.dare-to-anywhere .left .sub-headline {
  font-size: 45px;
  font-weight: 400;
  margin: 0 -40px 0;
}
section.dare-to-anywhere .left .headline {
  color: #13a4aa;
  font-size: 110px;
  margin: 0;
  line-height: 1;
}
section.dare-to-anywhere .video-player {
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  cursor: pointer;
}
section.dare-to-anywhere .video-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.dare-to-anywhere .video-player svg {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.video-popup-wrapper .video-player {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
  height: 100%;
  width: 100%;
}
.video-popup-wrapper.play .video-player {
  opacity: 0;
}
/* ==================== Anywhere CSS ====================== */
/* ==================== About Kove CSS ====================== */
section.home-about-kove-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.home-about-kove-section .about-box {
  width: 100%;
  max-width: 864px;
  padding: 85px 60px;
  color: #fff;
}
section.home-about-kove-section .about-box .headline {
  font-size: 39px;
  margin: 0 0 5px;
}
section.home-about-kove-section .about-box .sub-headline {
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 15px;
}
section.home-about-kove-section .about-box .contents {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
/* ==================== About Kove CSS ====================== */
/* ==================== Home Hero CSS ====================== */
section.home-hero-section {
  overflow: hidden;
}
.slide-item {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: flex !important;
  align-items: center;
}
.slide-item .overlay {
  background: linear-gradient(
    270.88deg,
    rgba(19, 164, 170, 0.155) -5.59%,
    rgba(21, 121, 125, 0.5) 90.58%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slide-item .container {
  position: relative;
  z-index: 1;
  color: #fff;
}
.slide-item .headline {
  font-size: 44px;
  margin: 0 0 6px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 65%;
}
.slide-item .sub-headline {
  margin: 0 0 15px;
  text-transform: none;
  font-size: 28px;
  font-weight: 700;
}
.slide-item .description {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  max-width: 775px;
}
.slide-item .button-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.slide-item .container .inner {
  width: 100%;
  max-width: 1400px;
}
section.home-hero-section ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: grid;
  gap: 20px;
}
section.home-hero-section ul.slick-dots li button {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
section.home-hero-section ul.slick-dots li {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: relative;
}
section.home-hero-section ul.slick-dots::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
section.home-hero-section ul.slick-dots li.slick-active {
  background-color: #13a4aa;
}
/* ==================== Home Hero CSS ====================== */
/* ==================== Development CSS ====================== */
section.about-development-section {
  position: relative;
  overflow: hidden;
  height: 742px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.about-development-section .development-box {
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin: auto;
  color: #fff;
  padding: 85px 65px;
}
section.about-development-section .development-box .headline {
  font-size: 39px;
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 400;
}
section.about-development-section .development-box .contents {
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
}
section.about-development-section .development-box .headline::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 44px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  bottom: 0;
}
/* ==================== Development CSS ====================== */
/* ==================== Images And Contents CSS ====================== */
section.left-image-contents-wrap {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
.left-image-contents.reverse-column {
  flex-flow: row-reverse;
}
.left-image-contents.reverse-column .thumbnail::before {
  left: 0;
  right: auto;
}
.left-image-contents.reverse-column .contents {
  padding-left: 0;
  padding-right: 50px;
}
/* ==================== Images And Contents CSS ====================== */
/* ==================== About Hero CSS ====================== */
section.about-hero-section {
  position: relative;
  overflow: hidden;
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 245px 0;
}
section.about-hero-section svg.behind-logo {
  position: absolute;
  left: 50px;
  bottom: 80px;
}
section.about-hero-section .overlay {
  position: absolute;
  background: linear-gradient(
    270.88deg,
    rgba(19, 164, 170, 0.062) -5.59%,
    rgba(21, 121, 125, 0.2) 90.58%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
section.about-hero-section .container {
  position: relative;
  color: #fff;
  z-index: 3;
}
section.about-hero-section .logo {
  width: 175px;
  display: flex;
  margin-bottom: 30px;
}
section.about-hero-section .headline {
  font-size: 72px;
  line-height: 1.3;
}
section.about-hero-section .sub-headline {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 35px;
  max-width: 60%;
}
section.about-hero-section .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.about-hero-section .logo img {
  width: 100%;
  object-fit: contain;
}
/* ==================== About Hero CSS ====================== */
/* ==================== Contact CSS ====================== */
section.contact-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
section.contact-section .left {
  width: 50%;
  display: flex;
}
section.contact-section .left img {
  width: 100%;
  object-fit: cover;
}
section.contact-section .right {
  width: 50%;
  padding: 70px;
}
section.contact-section .right .inner {
  width: 100%;
  max-width: 675px;
}
section.contact-section .headline {
  font-size: 39px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 30px;
}
section.contact-section .contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding-bottom: 50px;
}
section.contact-section .contact-info .item {
  display: flex;
  gap: 15px;
}
section.contact-section .contact-info .item .title {
  font-size: 18px;
  font-weight: 500;
  margin: -3px 0 0;
}
section.contact-section .contact-info .item .info {
  font-size: 16px;
  color: #555555;
}
section.contact-section .form-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.contact-form-wrap {
  position: relative;
}
.contact-form-wrap label {
  display: block;
  font-size: 16px;
  color: #333;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 50px;
  padding: 0 15px;
  color: #333 !important;
  margin-bottom: 20px;
  margin-top: 8px;
  outline: none;
  border: 1px solid #fff;
  transition: all 0.3s ease-in;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: #333;
}
.contact-form-wrap textarea {
  height: 128px;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  border-color: #13a4aa;
}
.contact-form-wrap .submit p {
  display: flex;
}
.contact-form-wrap .submit input {
  width: 131px;
  height: 59px;
  background-color: #13a4aa;
  border-radius: 5px;
  color: #fff !important;
  border: none;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
/* ==================== Contact CSS ====================== */
/* ==================== Blog Filters CSS ====================== */
.works-content {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 25px;
}
.all-buttons-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.all-buttons-wrap span {
  padding: 14px 24px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  color: #333333;
  transition: all 0.3s ease-in;
}
.all-buttons-wrap span.active,
.all-buttons-wrap span:hover {
  background-color: #13a4aa;
  color: #fff;
}
.blog-pagination {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
section.news-filters-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
section.news-filters-section .headline {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.5;
}
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader-wrapper .loader {
  width: 50px;
  height: 50px;
  border: 3px solid rgb(187 74 150);
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.blog-pagination .page-numbers {
  background-color: #13a4aa;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  opacity: 56%;
  transition: all 0.3s ease-in;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  opacity: 100%;
}
/* ==================== Blog Filters CSS ====================== */
/* ==================== Single Blog CSS ====================== */
section.single-blog-hero-section {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
section.single-blog-hero-section .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #13a4aa 0%, #15797d 100%);
  opacity: 60%;
}
section.single-blog-hero-section .container {
  position: relative;
}
section.single-blog-hero-section .headline {
  font-size: 39px;
  font-weight: 400;
}
section.single-blog-contents-section {
  padding: 100px 0;
  position: relative;
}
section.single-blog-contents-section .container {
  max-width: 985px;
}
section.single-blog-hero-section .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
section.single-blog-hero-section .meta > div {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
}
section.single-related-blog:before {
  opacity: 70%;
}
/* ==================== Single Blog CSS ====================== */
/* ==================== Bike Slider CSS ====================== */
section.related-products-section .slick-arrow {
  position: absolute;
  bottom: -26px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  left: 0;
}
section.related-products-section .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
  bottom: -22px;
}
.progress {
  display: block;
  width: calc(100% - 120px);
  margin-left: 60px;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #dddddd;
  background-image: linear-gradient(to right, #13a4aa, #13a4aa);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
/* ==================== Bike Slider CSS ====================== */
/* ==================== Models CSS ====================== */
section.all-models-section::before {
  display: none;
}
.all-products-by-models {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  text-align: center;
  justify-content: center;
}
.all-products-by-models .slide-bike-item {
  width: calc(33.33% - 35px);
}
/* ==================== Models CSS ====================== */
@media screen and (min-width: 1024px) {
  .mobile-menu-dropdown-area {
    display: none !important;
  }
}
@media screen and (max-width: 1635px) {
  section.dare-to-anywhere .left .sub-headline {
    margin: 0;
  }
  section.dare-to-anywhere .left .headline {
    font-size: 90px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1444px) {
  section.single-blog-hero-section .headline {
    font-size: 32px;
  }
  section.single-blog-contents-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1279px) {
  section.contact-section .right {
    padding: 70px 30px;
  }
  section.contact-section .headline {
    font-size: 32px;
  }
  section.contact-section .contact-info {
    gap: 20px;
    padding-bottom: 40px;
  }
  section.contact-section .contact-info .item .info {
    font-size: 14px;
  }
  section.contact-section .contact-info .item .title {
    font-size: 15px;
  }
  section.contact-section .contact-info .item {
    gap: 10px;
  }
  section.contact-section .form-title {
    font-size: 20px;
  }
  .contact-form-wrap input,
  .contact-form-wrap textarea {
    font-size: 15px;
  }
  .contact-form-wrap label {
    font-size: 15px;
  }
  header.site-header .menu-wrapper ul.menu {
    gap: 45px;
  }
  header.site-header .menu-wrapper ul.menu li a {
    padding: 22px 0;
  }
  header.site-header .logo {
    width: 170px;
  }
  div#page {
    padding-top: 64px;
  }
  section.related-products-section {
    padding: 70px 0;
  }
  section.related-products-section .top-area .headline {
    font-size: 35px;
    line-height: 1.4;
  }
  section.related-products-section .top-area p {
    font-size: 16px;
  }
  .slide-bike-item .image {
    height: 200px;
  }
  section.related-products-section .top-area {
    padding-bottom: 30px;
  }
  .slide-bike-item h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  section.home-about-kove-section .about-box {
    padding: 60px 40px;
  }
  section.home-about-kove-section {
    padding: 125px 0;
  }
  section.home-about-kove-section .about-box .headline {
    font-size: 35px;
  }
  section.home-about-kove-section .about-box .sub-headline {
    font-size: 22px;
  }
  section.home-about-kove-section .about-box .contents {
    margin-bottom: 30px;
  }
  .btn {
    height: 48px;
    font-size: 18px;
    padding: 0 30px;
  }
  section.dare-to-anywhere {
    padding: 70px 0 100px;
  }
  section.dare-to-anywhere .left .sub-headline {
    font-size: 35px;
    margin: 0;
  }
  section.dare-to-anywhere .left .headline {
    font-size: 70px;
    margin-left: 35px;
  }
  section.dare-to-anywhere .video-player svg {
    width: 80px;
    height: auto;
  }
  section.latest-blog-section {
    padding: 70px 0;
  }
  section.latest-blog-section .top-area .headline {
    font-size: 36px;
    line-height: 1.4;
  }
  section.latest-blog-section .top-area p {
    font-size: 16px;
  }
  section.latest-blog-section .top-area {
    padding-bottom: 40px;
  }
  .blog-grid-item .thumbnail {
    height: 220px;
  }
  .blog-grid-item h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .blog-grid-item .excerpt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-grid-item .date {
    font-size: 14px;
  }
  footer.site-footer .footer-menu ul#footer-menu {
    column-gap: 30px;
  }
  footer.site-footer .footer-menu ul#footer-menu li a {
    font-size: 14px;
  }
  footer.site-footer .footer-logo {
    width: 180px;
  }
  footer.site-footer .social-share {
    gap: 18px;
  }
  footer.site-footer .footer-top {
    padding: 170px 0 90px;
  }
  footer.site-footer .back-to-top svg {
    width: 70px;
    height: auto;
  }
  section.product-hero-section .top-section .logo img {
    max-width: 150px;
  }
  section.product-hero-section .top-section .headline {
    font-size: 50px;
  }
  section.product-hero-section .top-section {
    height: 440px;
  }
  section.product-hero-section .featured-image {
    max-width: 900px;
  }
  section.product-details-section {
    padding: 70px 0;
  }
  section.product-details-section .top-area .headline {
    font-size: 35px;
  }
  section.product-details-section .top-area .sub-headline {
    font-size: 22px;
  }
  section.product-details-section .tab-area .tabs .tablinks {
    font-size: 18px;
  }
  section.product-details-w-images {
    padding: 70px 0 0;
  }
  section.product-details-w-images .headline {
    font-size: 28px;
  }
  .left-image-contents .thumbnail::before {
    height: 200px;
  }
  .left-image-contents .contents .title {
    font-size: 22px;
  }
  .product-details-images {
    gap: 60px;
  }
  .slide-item .headline {
    font-size: 35px;
  }
  .slide-item .description {
    font-size: 16px;
  }
  .slide-item {
    min-height: 550px;
  }
  section.news-filters-section {
    padding: 50px 0;
  }
  .all-buttons-wrap span {
    padding: 10px 24px;
  }
  section.about-hero-section {
    padding: 145px 0;
  }
  section.about-hero-section svg.behind-logo {
    width: 400px;
    height: auto;
  }
  section.about-hero-section .logo {
    width: 145px;
  }
  section.about-hero-section .headline {
    font-size: 50px;
  }
  section.about-hero-section .sub-headline {
    font-size: 22px;
  }
  section.about-development-section .development-box .headline {
    font-size: 32px;
  }
  section.about-development-section .development-box {
    padding: 60px 50px;
  }
  section.about-development-section {
    height: auto;
    min-height: 550px;
  }
  section.single-blog-hero-section {
    padding: 120px 0;
  }
  section.single-blog-hero-section .headline {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  section.product-hero-section .top-section .price {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  header.site-header .menu-wrapper {
    display: none;
  }
  header.site-header .dealers-wrap .menu-trigger {
    display: block;
  }
  header.site-header .dealers-wrap {
    width: auto;
  }
  header.site-header {
    padding: 16px 0;
  }
  div#page {
    padding-top: 70px;
  }
  .slide-item .headline {
    font-size: 30px;
  }
  .slide-item .container .inner {
    width: 95%;
  }
  .btn {
    font-size: 15px;
    padding: 0 25px;
    height: 45px;
  }
  section.home-hero-section ul.slick-dots {
    right: 15px;
  }
  .slide-item {
    min-height: 450px;
  }
  section.related-products-section {
    padding: 50px 0;
  }
  section.related-products-section .slick-arrow svg {
    width: 35px;
    height: auto;
  }
  section.related-products-section .slick-arrow {
    bottom: -20px;
  }
  section.related-products-section .slick-arrow.slick-next {
    bottom: -21px;
  }
  .progress {
    width: calc(100% - 90px);
    margin-left: 44px;
  }
  section.related-products-section .top-area .headline {
    font-size: 30px;
  }
  section.related-products-section .top-area p {
    font-size: 14px;
  }
  .slide-bike-item h3 {
    font-size: 16px;
  }
  section.home-about-kove-section .about-box .headline {
    font-size: 30px;
  }
  section.home-about-kove-section .about-box .sub-headline {
    font-size: 18px;
  }
  section.home-about-kove-section .about-box .contents {
    font-size: 15px;
    margin-bottom: 20px;
  }
  section.home-about-kove-section .about-box {
    padding: 50px 30px;
  }
  section.home-about-kove-section {
    padding: 100px 0;
  }
  section.dare-to-anywhere .left .sub-headline {
    font-size: 30px;
  }
  section.dare-to-anywhere .left .headline {
    font-size: 48px;
    margin-left: 20px;
  }
  section.dare-to-anywhere .left {
    width: 55%;
  }
  section.dare-to-anywhere .right {
    width: 45%;
  }
  section.dare-to-anywhere .video-player svg {
    width: 65px;
  }
  section.dare-to-anywhere {
    padding: 50px 0 70px;
  }
  section.latest-blog-section .top-area .headline {
    font-size: 30px;
  }
  section.latest-blog-section {
    padding: 50px 0;
  }
  .latest-blogs-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.latest-blog-section .top-area {
    padding-bottom: 30px;
  }
  footer.site-footer .footer-top {
    padding: 135px 0 70px;
  }
  footer.site-footer .back-to-top {
    top: 15px;
    right: 10px;
  }
  footer.site-footer .back-to-top svg {
    width: 60px;
  }
  footer.site-footer .websiteby {
    font-size: 12px;
  }
  section.product-hero-section .top-section {
    height: 380px;
    padding-top: 60px;
  }
  section.product-hero-section .top-section .logo img {
    max-width: 120px;
  }
  section.product-hero-section .top-section .headline {
    font-size: 35px;
  }
  section.product-hero-section .featured-image {
    max-width: 670px;
  }
  section.product-hero-section {
    padding-bottom: 150px;
  }
  section.product-details-section {
    padding: 50px 0;
  }
  section.product-details-section .top-area .headline {
    font-size: 30px;
  }
  section.product-details-section .top-area .sub-headline {
    font-size: 20px;
  }
  section.product-details-section .tab-area .left {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }
  section.product-details-section .tab-area .right {
    width: 100%;
  }
  section.product-details-section .tab-area .tabs .tablinks {
    font-size: 16px;
    height: 42px;
    border-bottom: 3px solid #eeeeee;
    width: 180px;
  }
  section.product-details-section .tab-area .tab-item {
    font-size: 14px;
    min-height: 48px;
  }
  .left-image-contents .contents {
    padding-left: 30px;
  }
  .left-image-contents:nth-child(even) .contents {
    padding-right: 30px;
  }
  .left-image-contents .contents .content {
    font-size: 14px;
  }
  .left-image-contents .contents .title {
    font-size: 20px;
  }
  .left-image-contents .contents .title::before {
    height: 2px;
  }
  section.product-details-w-images .bottom-button {
    height: 100px;
  }
  section.product-details-w-images .bottom-button .btn {
    width: 300px;
  }
  section.product-details-w-images .headline {
    font-size: 24px;
    padding-bottom: 30px;
  }
  section.product-details-w-images {
    padding: 50px 0 0;
  }
  .works-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-pagination {
    grid-column: span 2 / span 2;
    margin-top: 20px;
  }
  section.about-hero-section .headline {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  section.about-hero-section .sub-headline {
    font-size: 18px;
    margin-bottom: 30px;
  }
  section.about-hero-section .logo {
    margin-bottom: 20px;
  }
  section.about-hero-section {
    padding: 100px 0;
  }
  section.left-image-contents-wrap {
    padding: 70px 0;
  }
  section.about-development-section .development-box {
    padding: 50px 40px;
  }
  section.about-development-section .development-box .headline {
    font-size: 30px;
  }
  section.about-development-section {
    min-height: 450px;
  }
  section.contact-section .left {
    width: 100%;
    height: 360px;
  }
  section.contact-section .right {
    width: 100%;
    padding: 50px 20px;
  }
  section.contact-section .right .inner {
    max-width: 100%;
  }
  section.contact-section .headline {
    font-size: 28px;
  }
  .all-products-by-models .slide-bike-item {
    width: calc(50% - 35px);
  }
  section.product-hero-section .top-section .price {
    font-size: 24px;
  }
  section.single-blog-hero-section .headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in header.site-header {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  section.home-hero-section ul.slick-dots {
    right: 8px;
  }
  section.home-hero-section ul.slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slide-item .headline {
    font-size: 25px;
  }
  .slide-item .sub-headline {
    font-size: 18px;
  }
  .slide-item .description {
    font-size: 14px;
  }
  .slide-item .button-wrap {
    gap: 10px;
  }
  .slide-item {
    padding: 30px 0;
  }
  section.related-products-section {
    padding: 40px 0;
  }
  section.related-products-section .top-area .headline {
    font-size: 24px;
  }
  section.home-about-kove-section .about-box .headline {
    font-size: 24px;
  }
  section.home-about-kove-section .about-box .sub-headline {
    font-size: 16px;
  }
  section.home-about-kove-section .about-box .contents {
    font-size: 14px;
  }
  section.home-about-kove-section .about-box {
    padding: 30px 20px;
  }
  section.home-about-kove-section {
    padding: 50px 0;
  }
  section.dare-to-anywhere .left {
    width: 100%;
  }
  section.dare-to-anywhere .right {
    width: 100%;
    padding-top: 40px;
  }
  section.dare-to-anywhere .left .sub-headline {
    font-size: 25px;
  }
  section.dare-to-anywhere .left .headline {
    font-size: 40px;
  }
  section.dare-to-anywhere {
    padding: 40px 0 50px;
  }
  section.latest-blog-section {
    padding: 40px 0;
  }
  section.latest-blog-section .top-area .headline {
    font-size: 24px;
  }
  section.latest-blog-section .top-area p {
    font-size: 14px;
  }
  .latest-blogs-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blog-grid-item h3 {
    font-size: 16px;
  }
  footer.site-footer .footer-logo {
    width: 100%;
    padding-bottom: 15px;
  }
  footer.site-footer .footer-logo img {
    max-width: 160px;
    margin: auto;
  }
  footer.site-footer .social-share {
    width: 100%;
    justify-content: center;
    padding-top: 15px;
  }
  footer.site-footer .footer-menu ul#footer-menu {
    column-gap: 20px;
  }
  footer.site-footer .footer-top {
    padding: 100px 0 40px;
  }
  footer.site-footer .back-to-top {
    top: 5px;
    right: 5px;
  }
  section.product-hero-section .top-section .headline {
    font-size: 28px;
  }
  section.product-hero-section {
    padding-bottom: 70px;
  }
  section.product-hero-section .top-section {
    height: 300px;
  }
  section.product-details-section {
    padding: 40px 0;
  }
  section.product-details-section .top-area .headline {
    font-size: 24px;
  }
  section.product-details-section .top-area .sub-headline {
    font-size: 18px;
  }
  section.product-details-section .tab-area .tabs .tablinks {
    font-size: 15px;
  }
  section.product-details-w-images {
    padding: 40px 0 0;
  }
  section.product-details-w-images .headline {
    font-size: 22px;
    line-height: 1.4;
  }
  .left-image-contents {
    flex-wrap: wrap;
  }
  .left-image-contents .thumbnail {
    width: 100%;
    margin-bottom: 25px;
  }
  .left-image-contents .contents {
    width: 100%;
    padding: 0;
  }
  .left-image-contents:nth-child(even) {
    flex-flow: column;
  }
  .left-image-contents:nth-child(even) .contents {
    padding: 0;
  }
  .product-details-images {
    gap: 40px;
  }
  .left-image-contents .contents .title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  section.product-details-w-images .bottom-button {
    margin-top: 40px;
  }
  .works-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
  }
  .blog-pagination {
    grid-column: span 1 / span 1;
    margin-top: 10px;
  }
  section.news-filters-section .headline {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .all-buttons-wrap {
    gap: 10px;
  }
  .all-buttons-wrap span {
    font-size: 15px;
    padding: 8px 20px;
  }
  section.about-hero-section .logo {
    width: 120px;
  }
  section.about-hero-section .headline {
    font-size: 30px;
  }
  section.about-hero-section .sub-headline {
    font-size: 16px;
    font-weight: 500;
  }
  section.about-hero-section .button-wrap {
    gap: 10px;
  }
  section.left-image-contents-wrap {
    padding: 40px 0;
  }
  .left-image-contents.reverse-column {
    flex-flow: column;
  }
  .left-image-contents.reverse-column .contents {
    padding: 0;
  }
  .left-image-contents .thumbnail::before {
    height: 160px;
  }
  section.about-development-section .development-box .headline {
    font-size: 24px;
  }
  section.about-development-section .development-box .contents {
    font-size: 14px;
  }
  section.about-development-section .development-box {
    padding: 30px 20px;
  }
  section.about-development-section {
    padding: 30px 0;
  }
  section.contact-section .left {
    height: 300px;
  }
  section.contact-section .right {
    padding: 40px 20px;
  }
  section.contact-section .headline {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section.contact-section .contact-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 30px;
  }
  section.contact-section .form-title {
    font-size: 18px;
  }
  .contact-form-wrap .submit input {
    height: 48px;
    font-size: 18px;
  }
  section.product-hero-section .top-section .price {
    font-size: 18px;
    margin-top: 10px;
    padding: 9px 14px;
  }
  section.single-blog-hero-section .headline {
    font-size: 20px;
  }
  section.single-blog-hero-section {
    padding: 90px 0;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  section.single-blog-hero-section .meta > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .all-products-by-models .slide-bike-item {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  header.site-header .dealers-wrap .dealers-link {
    font-size: 12px !important;
    gap: 5px;
    width: 95px;
  }
  header.site-header .dealers-wrap .dealers-link svg {
    display: none;
  }
  header.site-header .logo {
    width: 150px;
  }
  footer.site-footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .websiteby {
    width: 100%;
    justify-content: center;
  }
  footer.site-footer .footer-bottom .wrapper {
    gap: 14px;
  }
  footer.site-footer .footer-bottom {
    padding: 15px 0;
  }
}
@media screen and (max-width: 350px) {
  header.site-header .dealers-wrap .dealers-link {
    display: none !important;
  }
  section.dare-to-anywhere .left .headline {
    font-size: 35px;
  }
}
