/*!
Theme Name: Peak Performa
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: peak-performa
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.

Peak Performa 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
--------------------------------------------------------------*/

/* 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
--------------------------------------------- */

@font-face {
    font-family: 'Noto Sans Khmer';
    src: url('fonts/NotoSansKhmer-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Khmer';
    src: url('fonts/NotoSansKhmer-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Sans Semi Condensed';
    src: url('fonts/SofiaSansSemiCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Sans Semi Condensed';
    src: url('fonts/SofiaSansSemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Sans Semi Condensed';
    src: url('fonts/SofiaSansSemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Sans Semi Condensed';
    src: url('fonts/SofiaSansSemiCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Noto Sans Khmer', sans-serif;
  	font-weight: 400;
    /*font-size: clamp(14px, 1.31vw, 36px);*/
  	font-size: clamp(14px, 1.2vw, 26px);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
  	font-weight: 700;
  	font-weight: 600;
}

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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

/* a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* 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: #FFFFFF;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

html {
	margin-top: 0!important;
}

.um {
	opacity: 1 !important;
}

/*.um-half {
	width: 46%!important;
}*/

.login-container,
.register-container {
	width: 100%;
}

.um-page-login,
.um-page-register,
.um-page-password-reset {
  background-color: #000000;
}

.um-page-login .site-main,
.um-page-register .site-main,
.um-page-password-reset .site-main {
  min-height: 100vh;
  width: 100%;
}

.um-page-login .site-main .page,
.um-page-register .site-main .page,
.um-page-password-reset .site-main .page {
	width: 100%;
  display: flex;
  justify-content: center;
}

.um-page-login .site-main .entry-content,
.um-page-register .site-main .entry-content,
.um-page-password-reset .site-main .entry-content{
  width: 100%;
  margin: 0;
  padding: 50px 10%;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.um-page-login .site-main .login-page-heading-text,
.um-page-register .site-main .register-page-heading-text,
.um-page-password-reset .site-main .password-reset-page-heading-text {
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.um-page-login .site-main .login-page-heading,
.um-page-register .site-main .register-page-heading,
.um-page-password-reset .site-main .password-reset-page-heading {
	margin-bottom: 0.67em;
}

.um-page-login .site-main .login-page-content-text {
	text-align: center;
}

.um-page-login .site-main .login-page-content-text p {
	margin: 0;
  margin-bottom: 1.5em;
  color: #FFFFFF;
}

.um-page-login .site-main .login-page-content-text a {
	color: #FFFFFF;
}

.um-page-login .site-main .login-page-heading-text .page-heading-text1,
.um-page-register .site-main .register-page-heading-text .page-heading-text1,
.um-page-password-reset .site-main .password-reset-page-heading-text .page-heading-text1 {
	color: #FFFFFF;
  font-weight: 400;
  font-size: clamp(1.2rem, 2.65vw, 4.5rem);
}

.um-page-login .site-main .login-page-heading-text .page-heading-text2,
.um-page-register .site-main .register-page-heading-text .page-heading-text2,
.um-page-password-reset .site-main .password-reset-page-heading-text .page-heading-text2 {
	color: #0178FF;
  font-weight: 300;
  font-size: clamp(2.5rem, 6.25vw, 10rem);
}

.um-page-login .site-main .um-214.um,
.um-page-register .site-main .um-213.um,
.um-page-password-reset .site-main .um-password.um{
  border: 1px solid rgba(255,255,255,0.6);
      background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px) brightness(1);
  -webkit-backdrop-filter: blur(3px) brightness(1);
  border-radius: 10px;
  padding: clamp(20px, 3vw, 30px);
}

.um-page-login .site-main .um-214.um .um-form-title,
.um-page-register .site-main .um-213.um .um-form-title {
	margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(22px, 1.52vw, 5rem);
  color: #FFFFFF;
  text-shadow: 0 0 8px rgba(255, 255, 255, 1);
  font-family: 'Sofia Sans Semi Condensed', sans-serif;
    letter-spacing: clamp(1.8px, 0.18vw, 3px);
}

.um-page-login form,
.um-page-register form {
	width: 100%;
}

.um-page .select2-container .select2-choice,
.um-page .select2-container-multi .select2-choices,
.um-page .select2-drop, .select2-drop-active,
.um-page .select2-drop.select2-drop-above,
.um-page .um .um-form input[type=number],
.um-page .um .um-form input[type=password],
.um-page .um .um-form input[type=search],
.um-page .um .um-form input[type=tel],
.um-page .um .um-form input[type=text],
.um-page .um .um-form textarea,
.um-page .um .upload-progress {
   background-color: transparent;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 10px;
  color: #C4C4C4;
}

.um-page .um .um-form .um-datepicker.picker__input.picker__input--active,
.um-page .um .um-form .um-datepicker.picker__input.picker__input--target,
.um-page .um .um-form input[type=number]:focus,
.um-page .um .um-form input[type=password]:focus,
.um-page .um .um-form input[type=search]:focus,
.um-page .um .um-form input[type=tel]:focus,
.um-page .um .um-form input[type=text]:focus,
.um-page .um .um-form textarea:focus {
       background-color: transparent;
  border: 1px solid rgba(255,255,255,0.6) !important;
  color: #C4C4C4;
}

.um-page .um .um-form form .um-row {
  margin: 0!important;
}

.um-page .um .um-button {
	text-transform: uppercase!important;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: clamp(1.05rem, 1.05vw, 1.5rem)!important;
  border-radius: 10px!important;

}

.um-page .um a.um-button,
.um-page .um a.um-button:hover,
.um-page .um input[type=submit].um-button:hover,
.um-page .um a.um-button.um-disabled:active,
.um-page .um a.um-button.um-disabled:focus,
.um-page .um a.um-button.um-disabled:hover,
.um-page .um input[type=submit].um-button,
.um-page .um input[type=submit].um-button:focus {
	background-color: #0178FF;
  border: 1px solid #0178FF!important;
  margin-top: 10px;
  letter-spacing: clamp(1.8px, 0.18vw, 3px);
  font-weight: 700!important;
}

.um-page .um a.um-button.um-alt,
.um-page .um a.um-button.um-alt:hover,
.um-page .um a.um-button.um-alt.um-disabled:active,
.um-page .um a.um-button.um-alt.um-disabled:focus,
.um-page .um a.um-button.um-alt.um-disabled:hover,
.um-page .um input[type=submit].um-button.um-alt,
.um-page .um input[type=submit].um-button.um-alt:focus {
	background-color: transparent;
  border: 1px solid #FFFFFF!important;
  color: #FFFFFF;
}

.um-page.um-page-register .um a.um-button.um-alt {
  font-size: clamp(0.75rem, 0.78vw, 1rem)!important;
  padding-left: 0!important;
  padding-right: 0!important;
  border: none!important;
  text-transform: none!important;
  font-family: "Noto Sans Khmer", sans-serif;
  line-height: 1.1;
}

.um-page.um-page-register .um a.um-button.um-alt,
.um-page.um-page-register .um a.um-button.um-alt:hover,
.um-page.um-page-register .um a.um-button.um-alt.um-disabled:active,
.um-page.um-page-register .um a.um-button.um-alt.um-disabled:focus,
.um-page.um-page-register .um a.um-button.um-alt.um-disabled:hover,
.um-page.um-page-register .um input[type=submit].um-button.um-alt,
.um-page.um-page-register .um input[type=submit].um-button.um-alt:focus {
	background-color: transparent;
  border: none!important;
  color: #C4C4C4;
}

.um-page .um-center .um-button {
	min-width: unset!important;
}

.um-page .um .picker__holder {
  overflow-y: hidden;
}

.um-page button.picker__button--close {
	color: #FFFFFF;
  background-color: #0178FF;
  padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
  border: 1px solid #0178FF;
  cursor: pointer;
}

.um-page .um-logo-container {
	display: flex;
  justify-content: center;
}

.um-page-password-reset .um-field-block .um-field-block {
	padding-bottom: 15px;
}

.um-page-password-reset .um-field-block div {
	color: #FFFFFF;
}

.um-page-register .um-register .um-form .um-col-1 {
	column-count: 1;
}

@media screen and (min-width: 450px) {
.um-page-register .um-register .um-form .um-col-1 {
  	column-count: 2;
  }
}

.um-page-register .um-register .um-form .um-col-alt {
    text-align: center;
    display: flex;
    flex-flow: column;
  	align-items: center;
}

.um-page-register .um-register .um-form .um-col-alt .um-left,
.um-page-register .um-register .um-form .um-col-alt .um-right {
	float: none;
}

.um-page-register .um-register .um-form .um-col-alt .um-half {
	width: fit-content;
}

.banner {
  padding-top: 80px;
}

@media screen and (min-width: 750px) {
	.banner {
  	padding-top: 120px;
  }
}

.banner-home {
  height: 100vh;
  background-color: #000000;
}

.banner-home .video-banner {
	height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 90px 7%;
}

@media screen and (min-width:  750px) {
	.banner-home .video-banner {
  	padding: 90px 10%;
  }
}

.banner-home .home-banner-background-video {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-home .home-banner-background-video video {
	width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-home .home-banner-video-container {
	position: absolute;
    width: 100%;
    bottom: 30%;
    /* transform: translate(-15%, 0); */
    overflow: hidden;
}

.banner-home .home-video-banner-content-container {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  width: 100%;
}

.banner-home .home-video-banner-content-container h1 {
	font-size: clamp(2.25rem, 4vw, 75px);
  margin: 0;
  line-height: 1.2;
}

.banner-home .home-video-banner-content-container h2 {
	font-size: clamp(1rem, 2.5vw, 46px);
  margin: 0;
  line-height: 1.2;
}

.banner-home .home-video-banner-content-container h3 {
	font-size: clamp(1.25rem, 2.2vw, 36px);
  margin: 0;
}

@media screen and (min-width: 750px) {
	.banner-home .home-video-banner-content-container {
  	width: 50%;
  }
}

.banner-home .home-banner-video-container video {
    width: 100%;
    transform: translate(-17.5%, 25%);
}

.banner-home .owl-carousel .home-banner-slide {
  padding: 0 7%;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner-home .owl-carousel,
.banner-home .owl-carousel .owl-item {
	height: 100%;
}

.banner-home .owl-carousel .owl-stage {
	height: calc(100vh - 120px);
}

@media screen and (min-width: 750px) {
	.banner-home .owl-carousel .home-banner-slide {
      padding: 0 10%;
  }
}

.banner-home .owl-carousel .home-banner-slide .home-banner-slide-text-container {
  width: 100%;
}

.banner-home .owl-carousel .home-banner-slide .home-banner-slide-title {
  color: #0178FF;
  text-transform: uppercase;
  /* font-weight: 700; */
  font-weight: 600;
  font-size: clamp(34px, 4.2vw, 8rem);
  line-height: 1.2;
  margin-bottom: 0;
  
}

.banner-home .owl-carousel .home-banner-slide p {
  color: #C4C4C4;
  font-weight: 300;
  font-size: clamp(1rem, 1.31vw, 36px);
}

.banner-home .owl-carousel .home-banner-slide .home-banner-slide-image-container {
  width: 100%;
}

.banner-home .owl-carousel .home-banner-slide .home-banner-slide-image-container img {
	height: 50vh;
  object-fit: contain;
}

@media (orientation: landscape) {
  .banner-home .owl-carousel .home-banner-slide {
    flex-wrap: nowrap;
    /*height: 100vh;*/
    height: 100%;
  }
  .banner-home .owl-carousel .home-banner-slide .home-banner-slide-text-container {
    width: 48%;
  }
  
  .banner-home .owl-carousel .home-banner-slide .home-banner-slide-image-container {
    width: 55%;
  }
  
  .banner-home .owl-carousel .home-banner-slide .home-banner-slide-image-container img {
    /*height: 100vh;*/
    height: 100%;
  }
  
  .banner-home .home-banner-video-container {
    bottom:0;
  }
}

.banner-home .owl-carousel .owl-dots {
  position: absolute;
  /*bottom: 200px;*/
  bottom: clamp(50px, 5%, 200px);
  top: unset;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*@media (orientation: landscape) {
  .banner-home .owl-carousel .owl-dots {
  	bottom: 200px;
    top: unset;
  }
} */

.banner-home .owl-carousel .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  background-color: #3C3C3C;
  border: none;
  border-radius: 3px;
  margin: 0 5px;
}

.banner-home .owl-carousel .owl-dots .owl-dot.active {
  background-color: #FFFFFF;
}

.series-sliders {
  padding: 0;
  padding-bottom: clamp(50px, 5.25vw, 100px);
}

.series-sliders .series-slider-container {
  padding-left: 7%;
  padding-right: 0;
  padding-top: clamp(50px, 5.25vw, 100px);
}

@media screen and (min-width: 750px) {
  
  .series-sliders {
    padding: 0;
    padding-bottom: clamp(120px, 6vw, 200px);
	}
	.series-sliders .series-slider-container {
  	padding-left: 10%;
     padding-top: clamp(120px, 6vw, 200px);
  }
}

.series-sliders .series-slider-container .series-slider-title {
  font-size: clamp(1.8rem, 2.605vw, 8rem);
  line-height: 1;
}

.new-ways-to-enhance {
	padding: 40px 7%;
  background-color: #000000;
}

@media screen and (min-width: 750px) {
	.new-ways-to-enhance {
      padding: clamp(120px, 7.82vw, 200px) 10%;
  }
}

.heading-blue-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.heading-blue {
    max-width: 100%;
    font-weight: 300;
    font-size: clamp(32px, 6.25vw, 10rem);
    line-height: 1.2;
    color: #238AFF;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width: 750px) {
	.heading-blue {
  	max-width: 85%;
  }
}

.heading-blue span.animated-letter {
    opacity: 0;
    display: inline-block;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease; /* Add smooth transitions */
}


.new-ways-to-enhance .new-ways-to-enhance-item {
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
}

.new-ways-to-enhance .new-ways-to-enhance-item:nth-child(even) {
	flex-flow: row-reverse;
  flex-wrap: wrap;
}

.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-text-container,
.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-video-container {
	width: 100%;
}

@media screen and (min-width: 750px) {
  .new-ways-to-enhance .new-ways-to-enhance-item {
    margin: 0;
    padding: clamp(50px, 2.5vw, 120px) 0;
  }
  
  .new-ways-to-enhance .new-ways-to-enhance-item:last-child {
    padding-bottom: 0;
  }
  
	.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-text-container,
    .new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-video-container {
        width: 48%;
    }
  
  .new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-text-container {
    padding-right: 5%;
  }
}

.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-video-container video {
	width: 100%;
}

.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-title {
	color: #238AFF;
  	font-size: clamp(1.5rem, 3.12vw, 5rem);
  	line-height: 1.2;
  	margin: 0;
}

.new-ways-to-enhance .new-ways-to-enhance-item .new-ways-to-enhance-item-text p {
  color: #C4C4C4;
}

.banner-product {
	min-height: 100vh;
  background-color: #000000;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: clamp(90px, 9.5vw, 270px);
  padding-bottom: clamp(50px, 6vw, 150px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  position: relative;
  overflow: hidden;
  
}

@media (orientation: landscape) {
	.banner-product {
      /*height: 100vh;*/
  }
}

@media screen and (min-width: 750px) {
	.banner-product {
      padding-left: 10%;
      padding-right: 10%;
  }
}

.banner-product .banner-product-text-container {
	width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 750px) {
	.banner-product .banner-product-text-container {
     /* width: 45%;*/
      width: 55%;
    height: 100%;
    overflow: hidden;
  }
}

.banner-product .banner-product-text-container .banner-product-variants,
.banner-product .banner-product-text-container .banner-product-measurements {
	/*margin: 40px 0;*/
  margin: 20px 0;
}

.banner-product .banner-product-text-container .product-variants-title,
.banner-product .banner-product-text-container .product-measurements-title{
	color: #FFFFFF;
  text-transform: uppercase;
  margin: 10px 0;
}

.banner-product .banner-product-text-container .banner-product-variants .product-variants-flex {
	display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.banner-product .banner-product-text-container .product-measurement-item {
	margin: 5px 0;
  font-weight: 300;
  color: #C4C4C4;
  text-transform: none;
}

.banner-product .banner-product-variants .product-variations-color-text {
    font-weight: 300;
  color: #C4C4C4;
  text-transform: none;
  display: none;
  margin: 10px 0;
}

.banner-product .banner-product-variants .product-variations-option {
	border: 3px solid #0178FF;
    background-color: transparent;
    color: #0178FF;
    padding: 7px 15px;
    border-radius: 2vw;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
  line-height: 1;
  -webkit-appearance: none;
  margin-right: 5px;
}

.banner-product .banner-product-variants .product-variations-option.active,
.banner-product .banner-product-variants .product-variations-option:hover {
	background-color: #0178FF;
  color: #FFFFFF;
}

.banner-product .banner-product-variants .product-variations-color-text.active {
	display: block;
}

.banner-product .banner-product-variants .product-variations-buttons {
  display: flex;
  margin-right: 5px;
}

.banner-product .banner-product-variants .product-variations-buttons .product-variations-color {
	border-radius: 50%;
  padding: 2px;
  margin-right: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.banner-product .banner-product-variants .product-variations-buttons .product-variations-color.active {
	border: 2px solid #FFFFFF;
}

.banner-product .banner-product-variants .product-variations-buttons .product-variations-color .product-variations-color-inner {
	height: 21px;
  width: 21px;
  border-radius: 50%;
}

.banner-product .banner-product-image-container {
	width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
}

.banner-product .product-variations-images {
	width: 100%;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
}

.banner-product .product-variations-image-container {
  height: 100%;
}

.banner-product .product-variations-images .product-variations-image {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  	animation-name: fade;
    animation-duration: 1s;
  justify-content: flex-end;
}

@media screen and (min-width: 750px){
  .banner-product .banner-product-image-container {
	width: 70%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .product_tag-accessories .banner-product .banner-product-image-container {
  	height: 80%;
    width: 50%;
    right: 7%;
    bottom: unset;
  }
  
  .banner-product .product-variations-images {
	width: 100%;
    /*height: 70vh;*/
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
  }
  
  .banner-product .product-variations-images .product-variations-image {
  	position: absolute;
  }
}

.banner-product .product-variations-images .product-variations-image.active {
	display: flex;
}

.banner-product .product-variations-images .product-variations-image img {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;*/
  object-fit: cover;
  object-position: bottom right;
  transform: scale(1.5);
}

.product_tag-accessories .banner-product .product-variations-images .product-variations-image {
	justify-content: center;
}

.product_tag-accessories .banner-product .product-variations-images .product-variations-image img {
  object-position: center;
	transform: scale(1);
}

@media screen and (min-width: 750px) {
  .banner-product .product-variations-images .product-variations-image img {
    transform: none;
    object-fit: contain;
  }
  
  .product_tag-accessories .banner-product .product-variations-images .product-variations-image {
  	justify-content: flex-end;
  }
}

.banner-product .product-variations-images .product-variations-image .product-variations-image-item {
	display: flex;
}

/*.banner-product .product-variations-images .product-variations-image:hover .product-variations-image-item-hover {
	display: flex;
}

.banner-product .product-variations-images .product-variations-image:hover .product-variations-image-item {
	display: none;
}*/

@keyframes fade {
	from {
		opacity: 0.4;
	} to {
		opacity:1;
	}
}

.banner-product .entry-title {
	color: #FFFFFF;
  font-size: clamp(36px, 4.7vw, 8rem);
  margin: 0;
  /*margin-top: 5%;*/
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
}

.banner-product .entry-subtitle {
	color: #0178FF;
  margin: 0;
  line-height: 1.2;
}

.banner-product .entry-content p {
	color: #C4C4C4;
  margin: 20px 0;
}

.banner-product .banner-product-content-overflow {
	/*height: 55vh;*/
  /*overflow: hidden;
  position: relative;*/
}

.banner-product .banner-product-content-overflow::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.banner-product .banner-product-content-overflow::-webkit-scrollbar-thumb {
    background: transparent;
}

.banner-product .banner-product-content-overflow .entry-content {
	margin-top: 1.2em;
  font-weight: 300;
}

.product-interior {
  padding: 20px 7%;
  background-color: #000000;
}

.product-interior .product-interior-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-interior .product-interior-items .product-interior-item {
	width: 48%;
  	margin: 15px 0;
}

.product-interior .product-interior-items .product-interior-item .product-interior-item-image-container {
	width: 100%;
  	padding-top: 200%;
  position: relative;
  overflow: hidden;
}

.product-interior .product-interior-items .product-interior-item .product-interior-item-image-container img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
  	height: 100%;
  width: auto;
  object-fit: cover;
}

.product-interior .product-interior-items .product-interior-item .product-interior-item-text-container {
	color: #FFFFFF;
  text-align: center;
}

.product-interior .product-interior-items .product-interior-item .product-interior-item-text-container p {
	margin-bottom: 0;
}

.product-interior .product-interior-items .product-interior-item .product-interior-item-text-container p:last-child {
	font-size: clamp(12px, 0.75vw, 16px);
}

@media screen and (min-width: 750px) {
	.product-interior {
  	padding: 90px 10%;
  }

}

@media screen and (min-width: 600px) {
	  .product-interior .product-interior-items .product-interior-item {
		width: 30%;
	}
}

@media screen and (min-width: 1000px) {
	  .product-interior .product-interior-items .product-interior-item {
		width: 15%;
	}
}

.ultimate-sensory {
	background-color: #000000;
  padding: 90px 0 0 0;
  margin-top: -5px;
}

.ultimate-sensory.line-background {
    background-image: url( 'images/ultimate-sensory-bg-soft.png' );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
 
.ultimate-sensory .ultimate-sensory-title-container {
  padding: 0 7%;
}

.ultimate-sensory .ultimate-sensory-title {
	width: 100%;
}

@media screen and (min-width: 750px) {
  .ultimate-sensory .ultimate-sensory-title-container {
    padding: 0 10%;
  }
  .ultimate-sensory .ultimate-sensory-title {
      width: 70%;
  }
}

.ultimate-sensory .ultimate-sensory-video video {
  width: 100%;
}

.ultimate-sensory .ultimate-sensory-product-details {
	position: relative;
  padding: 0 7% 90px 7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 650px) {
	.ultimate-sensory .ultimate-sensory-product-details {
  	padding: 0 10% 90px 10%;
  }
}

.ultimate-sensory .ultimate-sensory-product-details .ultimate-sensory-image-container {
	display: flex;
  justify-content: center;
	/*max-height: 90vh;*/
  width: 100%;
}

@media screen and (min-width: 750px) {
	.ultimate-sensory .ultimate-sensory-product-details .ultimate-sensory-image-container {
  		width: 42%;
  }
}

.ultimate-sensory .ultimate-sensory-product-details .ultimate-sensory-image-container-inner {
    /*width: clamp(320px, 100vw, 1500px);
    padding-top: clamp(420px, 125%, 3000px);
  */
  width: 100%;
  padding-top: 125%;
  position: relative;
}

/*@media screen and (min-width: 600px) {
  .ultimate-sensory .ultimate-sensory-product-details .ultimate-sensory-image-container-inner {
    width: clamp(320px, 50vw, 1500px);
      padding-top: clamp(420px, 75%, 3000px);
      position: relative;
  }
}
*/

.ultimate-sensory .ultimate-sensory-product-details .ultimate-sensory-image-container img {
      object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.ultimate-sensory .ultimate-sensory-product-components {
	width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 10px;
  height: fit-content;
  padding-top: 40px;
}

@media screen and (min-width: 360px) {
	.ultimate-sensory .ultimate-sensory-product-components {
  		grid-template-columns: repeat(2, 1fr);
  	}
}

@media screen and (min-width: 750px) {
	.ultimate-sensory .ultimate-sensory-product-components {
        width: 58%;
  }
}

.ultimate-sensory .ultimate-sensory-product-components .product-component {
	display: flex;
  align-items: center;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-icon {
      width: clamp(30px, 1.5vw, 50px);
    height: clamp(30px, 1.5vw, 50px);
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-number {
  color: #FFFFFF;
    /*margin-top: clamp(5px, 1vw, 20px);*/
    line-height: 1.2;
    font-size: clamp(14px, 0.835vw, 30px);
    margin-bottom: 0;
    width: clamp(22px, 1.5vw, 60px);
    display: block;
    flex-shrink: 0;
      text-align: right;
    padding-right: 10px;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-text {
    color: #FFFFFF;
    margin-left: clamp(5px, 1.05vw, 15px);
    /*margin-top: clamp(5px, 1vw, 20px);*/
  	margin-top: 0;
    line-height: 1.2;
  	font-family: "Noto Sans Khmer", sans-serif;
  	font-weight: 400;
    font-size: clamp(14px, 0.835vw, 30px);
    margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-icon {
  	width: clamp(30px, 3vw, 100px);
    height: clamp(30px, 3vw, 100px);
  }
  .ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-text,
  .ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-number{
  		font-size: clamp(16px, 1.3vw, 36px);
  }
  
  .ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-number {
    /*margin-top: clamp(5px, 0.75vw, 20px);*/
  	width: clamp(38px, 3vw, 80px);
  }
  
}

/*.ultimate-sensory .ultimate-sensory-product-components .product-component {
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  width: fit-content;
  padding: 1.5%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-number {
	background-color: #FFFFFF;
      width: 2vw;
    height: 2vw;
  min-width: 18px;
  min-height: 18px;
  max-width: 40px;
  max-height: 40px;
    border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
  cursor: pointer;
  font-size: clamp(12px, 1.3vw, 22px);
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-number:hover,
.ultimate-sensory .ultimate-sensory-product-components .product-component.active .product-component-number {
	color: #FFFFFF;
  background-color: #0178FF;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component.active {
	background-color: #FFFFFF;
  z-index: 2;
    max-width: 25vw;
  min-width: 150px;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component .product-component-main {
	display: none;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component.active .product-component-main {
	display: flex;
  align-items: center;
  padding-bottom: 4%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component.active .product-component-main .product-component-text {
	margin: 0;
  margin-left: 5%;
  color: #0178FF;
  font-size: clamp(10px, 1.825vw, 42px);
  font-weight: 400;
  line-height: 1.15;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component1,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component1 {
    left: 48%;
    bottom: 93%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component2,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component2 {
    bottom: 86%;
    left: 53%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component3,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component3 {
    bottom: 80%;
    left: 45%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component4,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component4 {
    bottom: 68%;
    left: 45%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component5,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component5 {
    bottom: 65%;
    left: 49%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component6,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component6 {
	bottom: 69%;
    left: 53%;

}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component7,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component7 {
    bottom: 62%;
    left: 54%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component8,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component8 {
    bottom: 58%;
    left: 50%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component9,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component9 {
    bottom: 45%;
    left: 42%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component10,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component10 {
    bottom: 15%;
    left: 42%;
}

.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Line-component11,
.ultimate-sensory .ultimate-sensory-product-components .product-component#ISP90Curve-component11 {
    bottom: 12%;
    left: 54%;
}
*/

.ultimate-sensory-video .video-wrapper {
	display: flex;
}

.irresistible-sensation {
	padding: 0;
}

.irresistible-sensation .irresistible-sensation-image-container {
	display: flex;
}

.irresistible-sensation .irresistible-sensation-title-banner {
	padding: 0 7%;
  background-repeat: no-repeat;
  background-size: cover;
}

.irresistible-sensation .irresistible-sensation-items {
  padding: 0;
}

.irresistible-sensation .irresistible-sensation-title-banner {
	padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .irresistible-sensation {
      padding: 0;
  }
  
  .irresistible-sensation .irresistible-sensation-title-banner {
  	padding: 0 10%;
  }
  .irresistible-sensation .irresistible-sensation-title-banner {
  	padding-top: 90px;
    padding-bottom: 10px;
  }
  
  .irresistible-sensation .irresistible-sensation-items {
  	padding: 0;
  }
}

.irresistible-sensation .irresistible-sensation-title {
	margin-bottom: 20px;
}

.irresistible-sensation .irresistible-sensation-text-container {
  padding: 0 20%;
  text-align: center;
}

.irresistible-sensation .irresistible-sensation-text-container p {
	margin-top: 0;
}

.irresistible-sensation .dark-background .irresistible-sensation-text-container p {
	color: #FFFFFF;
}

.irresistible-sensation .irresistible-sensation-items {
	padding-top: 20px;
}

@media screen and (min-width: 750px) {
    .irresistible-sensation .irresistible-sensation-items {
      padding-top: 40px;
  }
}

.irresistible-sensation .irresistible-sensation-items .irresistible-sensation-item {
	display: flex;
  /*justify-content: space-between;*/
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1D1C1C;
  border-radius: 20px;
  margin: 20px 0;
}

.irresistible-sensation .irresistible-sensation-items .irresistible-sensation-item:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.irresistible-sensation .irresistible-sensation-items .irresistible-sensation-item {
  	margin: 40px 0;
  }
  
  .irresistible-sensation .irresistible-sensation-items .irresistible-sensation-item:first-child {
  	margin-top: 0;
  }
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-title {
	color: #0178FF;
  font-weight: 300;
      font-size: clamp(1.2rem, 4.7vw, 8rem);
    line-height: 1;
    margin-bottom: 0;
  margin-top: 0;
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text {
	color: #C4C4C4;
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container,
.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container {
	width: 100%;
}

@media screen and (min-width: 600px) {
  .irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container {
  	width: 40%;
  }
  .irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container {
      width: 50%;
  }
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container {
	display: flex;
  	justify-content: center;
  align-items: flex-end;
  padding: 0;
  padding-top: 100%;
  position: relative;
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  
}

@media screen and (min-width: 500px) and (max-width: 599px) {
	.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container {
  	padding: 0 50px;
      padding-top: 100%;
  }
}

@media screen and (min-width: 600px) {
	.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container {
  	padding-top: 0;
  }
  .irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container img {
  	position: relative;
  }
}

@media screen and (min-width: 1100px) {
	.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-image-container {
  	padding: 0 50px;
  }
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container {
	padding: 50px 3.5vw;
  padding-top: 0px;
  position: relative;
}

.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container:before {
	content: "";
  height: 20vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  background: linear-gradient(to bottom, rgb(29,28,28,0) 1%, rgb(29,28,28,0.8) 40%, rgb(29,28,28,1) 100%);
}

@media screen and (min-width: 600px) {
	.irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container {
      padding-top: 50px;
  }
  
  .irresistible-sensation .irresistible-sensation-item .irresistible-sensation-item-text-container:before {
	display: none;
  
	}
}

.explore-other-products {
	/*padding: 40px 7%;*/
  padding: 40px 0;
}

.explore-other-products .explore-more-title {
	padding: 0 7%;
}

.explore-other-products .other-product-overview {
	padding-left: 10px;
}

@media screen and (min-width: 750px) {
	.explore-other-products {
  	/*padding: 90px 10%;*/
      padding: 90px 0;
  }
}

.explore-other-products .other-products-container {
	position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.explore-other-products .other-products-container .other-product-container {
	position: relative;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  margin: 5px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media screen and (min-width: 550px) {

.explore-other-products .other-products-container .other-product-container {
  width: 49%;
}
}

@media screen and (min-width: 750px) {
  .explore-other-products .other-products-container {
  	display: block;
  }
	.explore-other-products .other-products-container .other-product-container {
      position: absolute;
      top: 0;
    width: 30%;
      margin: 0;
  }
  
  .explore-other-products .other-products-container .other-product-container:nth-child(2) {
	right: 45%;
  transition: right 0.5s ease, width 0.5s ease;
}

.explore-other-products .other-products-container .other-product-container:nth-child(3) {
  right: 20%;
  transition: right 0.5s ease, width 0.5s ease;
	
}

.explore-other-products .other-products-container .other-product-container:last-child {
  right: 0;
  width: 25%;
  transition: width 0.5s ease;
}

.explore-other-products .other-products-container .other-product-container:hover {
	width: 45%;
}
  .explore-other-products .other-products-container .other-product-container:first-child:hover ~ .other-product-container:nth-child(2) {
	right: 30%;
}

.explore-other-products .other-products-container .other-product-container:first-child:hover ~ .other-product-container:nth-child(3) {

}
}

.explore-other-products .other-products-container .other-product-container:first-child {
	position: relative;
  transition: width 0.5s ease;
}

.explore-other-products .other-products-container .other-product-container:nth-child(even) {
	background-color: #C4C4C4;
}

.explore-other-products .other-products-container .other-product-container:nth-child(odd) {
	background-color: #EEEDED;
}

.explore-other-products .other-products-container .other-product-container .other-product-image-container {
	width: clamp(250px, 15vw, 500px);
  /*padding-top: 25vw;*/
  padding-top: clamp(250px, 25vw, 500px);
  position: relative;
}

@media screen and (min-width: 550px) {
	.explore-other-products .other-products-container .other-product-container .other-product-image-container {
  		width: clamp(150px, 15vw, 500px);
  	}
}

.explore-other-products .other-products-container .other-product-container .other-product-image-container img {
	position: absolute;
  /*top: 0;*/
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

.explore-other-products .other-products-container .other-product-container .other-product-title {
	margin: 0;
  padding: 30px clamp(10px, 10%, 30px);
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: clamp(28px, 6vw, 36px);
}

@media screen and (min-width: 550px) {
	.explore-other-products .other-products-container .other-product-container .other-product-title {
      font-size: 1.17em;
  }
}


.explore-other-products .other-products-container .other-product-container .button-container {
	position: absolute;
  right: 20px;
  bottom: 20px;
}

.explore-other-products .other-products-container .other-product-container .button-container .button {
	height: 60px;
  min-width: 60px;
}


.explore-other-products .other-products-container .other-product-container .button-container .button:after {
	margin-left: 0;
}

.explore-other-products .other-products-container .other-product-container .button-container span {
	display: none;
}

.explore-other-products .button:after {
	content: "";
  width: 21px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.explore-other-products .other-products-container .other-product-container:hover .button-container span {
	display: flex;
  /*margin-right: 10px;*/
}

.explore-other-products .other-products-container .other-product-container:hover .button-container .button:after {
	display: none;
}

.explore-other-products .other-products-container .other-product-container:hover .button-container {
	right: 15%;
}

.heading-blue-small {
	color: #0178FF;
  	text-align: center;
  font-weight: 400;
  font-size: clamp(30px, 2.6vw, 6rem);
}

.banner-product-listing {
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.banner-product-listing .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-product-listing.show-video-only .video-wrapper {
	z-index: 1;
}

.banner-product-listing .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-product-listing .banner-product-listing-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-product-listing .banner-product-listing-text-container {
	text-align: center;
  color: #FFFFFF;
  position: relative;
}

.banner-product-listing.show-video-only .banner-product-listing-text-container {
	display: none;
}

.banner-product-listing .banner-product-listing-heading-large {
	font-weight: 300;
  font-size: clamp(2.5rem, 6.25vw, 10rem);
  
}

.banner-product-listing .banner-product-listing-heading {
	line-height: 1.2;
}

.banner-product-listing .banner-product-listing-heading-small {
	font-weight: 400;
  font-size: clamp(1.5rem, 3.12vw, 5rem);
  
}

.banner-product-listing .banner-product-listing-text {
  padding: 0 20%;
}

.product-listing-main {
	padding: 40px 7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 850px) {
  .product-listing-main {
    padding: clamp(120px, 7.82vw, 200px) 10%;
  }
}

.product-listing-main .product-card {
	width: 100%;
  margin: 15px 0;
  height: unset;
}

@media screen and (min-width: 750px) {
	.product-listing-main .product-card {
      width: 48%;
  }
}

.banner-about {
	min-height: 100vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 100px 7%;
  position: relative;
}

@media screen and (min-width: 750px) {
	.banner-about {
      padding: clamp(120px, 7.82vw, 200px) 10%;
  }
}

.banner-about .banner-about-text-container {
	width: 100%;
  position: relative;
  z-index: 2;
}

.banner-about .banner-about-video-container {
      width: 100vw;
      height: 100%;
    position: absolute;
    overflow: hidden;
    right: 0;
}

@media screen and (min-width: 750px) {
	.banner-about .banner-about-text-container {
      width: 48%;
  }
  
  .banner-about .banner-about-video-container  {
    width: 65vw;
  }
}

.banner-about .banner-about-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-about .banner-about-text {
	color: #C4C4C4;
}

.our-vision {
  padding: 40px 7%;
	background-color: #000000;
}

@media screen and (min-width: 750px) {
	.our-vision {
  	padding: clamp(120px, 7.82vw, 200px) 10%;
      padding-bottom: 50px;
  }
}

.our-vision .our-vision-heading {
  color: #0178FF;
  text-align: center;
  font-size: clamp(1.2rem, 2.65vw, 5rem);
}

.our-vision .our-vision-large-text {
	color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  font-size: clamp(28px, 6.25vw, 10rem);
  line-height: 1.1;
  margin: 2.5rem 0;
}

.our-vision .our-vision-small-text {
	color: #C4C4C4;
  text-align: center;
  padding: 0 10%;
}

.banner-customisation {
  position: relative;
  height: 100vh;
background-color: rgba(0,0,0,0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 7%;
}

@media screen and (min-width: 750px) {
	.banner-customisation {
      padding: clamp(120px, 7.82vw, 200px) 10%;
  }
}

.banner-customisation .banner-customisation-background-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-customisation .banner-customisation-content {
	text-align: center;
}

.banner-customisation .banner-customisation-heading {
	color: #0178FF;
  line-height: 1;
}

.banner-customisation .banner-customisation-heading .banner-customisation-heading-top {
	font-weight: 500;
  font-size: clamp(1.5rem, 3.12vw, 5rem);
}

.banner-customisation .banner-customisation-heading .banner-customisation-heading-bottom {
	font-weight: 300;
  font-size: clamp(2.5rem, 6.25vw, 10rem);
}

.banner-customisation .banner-customisation-text {
	color: #C4C4C4;
}

.custom-solutions-white-heading {
  color: #FFFFFF;
	font-size: clamp(1.2rem, 2.65vw, 5rem);
  text-align: center;
  margin-bottom: 0;
}

.our-mission,
.custom-solutions {
	padding: 40px 7%;
  background-color: #000000;
}

@media screen and (min-width: 750px) {
	.our-mission,
	.custom-solutions {
		padding: clamp(120px, 7.82vw, 200px) 10%;
  	}
  
  	.our-mission {
  		padding-top: clamp(60px, 5vw, 100px);
  	}
}

.our-mission .our-mission-slide,
.custom-solutions .custom-solutions-slide {
	display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.our-mission .our-mission-slide .our-mission-slide-image-container,
.our-mission .our-mission-slide .our-mission-slide-text-container,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-image-container,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-text-container{
  width: 100%;
}

.our-mission .our-mission-slide .our-mission-slide-image-container,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-image-container {
	padding-top: 60%;
  position: relative;
  /*overflow: hidden;*/
}

@media screen and (min-width: 650px) {

  .our-mission .our-mission-slide .our-mission-slide-image-container,
  .custom-solutions .custom-solutions-slide .custom-solutions-slide-image-container{
    width: 40%;
  }
  
  .our-mission .our-mission-slide .our-mission-slide-text-container,
  .custom-solutions .custom-solutions-slide .custom-solutions-slide-text-container{
    width: 50%;
  }

  .our-mission .our-mission-slide .our-mission-slide-image-container,
  .custom-solutions .custom-solutions-slide .custom-solutions-slide-image-container {
      padding-top: 20%;
    position: relative;
    overflow: hidden;
  }
  
  .our-mission .our-mission-slide .our-mission-slide-heading,
  .custom-solutions .custom-solutions-slide .custom-solutions-slide-heading {
  	margin-top: 0;
    line-height: 1.2;
  }
  
  .our-mission .owl-carousel .owl-nav,
  .custom-solutions .owl-carousel .owl-nav {
  	left: 50%;
  }
}

.our-mission .our-mission-slide .our-mission-slide-image-container img,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-image-container img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: 35%;
}

.our-mission .our-mission-slide .our-mission-slide-text-container,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-text-container {
	padding-right: 5%;
  padding-bottom: clamp(50px, 5.5vw, 75px);
}

.our-mission .our-mission-slide .our-mission-slide-heading,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-heading {
	color: #FFFFFF;
  font-size: clamp(1.2rem, 2.65vw, 5rem);
  font-weight: 400;
}

.our-mission .our-mission-slide .our-mission-slide-text,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-text {
	color: #C4C4C4;
  font-weight: 300;
}

.our-mission .our-mission-slide .our-mission-slide-text p,
.custom-solutions .custom-solutions-slide .custom-solutions-slide-text p {
  margin-bottom: 0;
}

.progress-bar-outer {
	display: flex;
  display: none;
  justify-content: flex-end;
  margin-top: -20px;
}

.progress-bar-container {
    width: 100%;
    background-color: transparent;
  border-bottom: 3px solid #0178FF;
    margin-top: 10px;
    position: relative;
  z-index: 2;
}

@media screen and (min-width: 650px) {
	.progress-bar-container {
      width: 50%;
  }
}

.progress-bar {
    width: 0;
    height: 5px;
    background-color: #0178FF;
    border-radius: 10px 10px 0 0;
    transition: width 0.5s ease linear;
}



.banner-contact {
	min-height: 100vh;
  padding: 100px 7%;
  padding-top: 120px;
  position: relative;
}

@media screen and (min-width: 750px) {
	.banner-contact {
      padding: clamp(120px, 7.82vw, 200px) 10%;
      padding-top: 200px;
  }
}

.banner-contact .banner-contact-main {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner-contact .banner-contact-main .banner-contact-text-container,
.banner-contact .banner-contact-main .banner-contact-form-container {
	width: 100%;
}

.banner-contact .banner-contact-main .banner-contact-text-container {
  margin-bottom: 25px;
}

@media screen and (min-width: 750px) {

  .banner-contact .banner-contact-main .banner-contact-text-container {
      width: 40%;
    margin-bottom: 0;
  }

  .banner-contact .banner-contact-main .banner-contact-form-container {
      width: 55%;
  }
}

.banner-contact .banner-contact-heading {
	color: #0178FF;
  font-weight: 300;
  line-height: 1;
}

.banner-contact .banner-contact-heading .contact-us-heading-text1 {
  font-size: clamp(1.5rem, 3.12vw, 5rem);
}

.banner-contact .banner-contact-heading .contact-us-heading-text2 {
	font-size: clamp(2.5rem, 6.25vw, 10rem);
}

.banner-contact .banner-contact-email {
	color: #FFFFFF;
  display: flex;
  align-items: center;
}

.banner-contact .banner-contact-email:before {
	content: "";
  height: 20px;
  width: 30px;
  background-image: url("images/email-icon-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 10px;
}

@media screen and (min-width: 1500px){
	.banner-contact .banner-contact-email:before {
		height: 25px;
      width: 35px;
	}
}

.banner-contact .contact-form .form-flex {
	display: flex;
  justify-content: space-between;
}

.banner-contact .contact-form p {
	margin: 0;
}

.banner-contact .contact-form {
	background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px) brightness(1);
  -webkit-backdrop-filter: blur(3px) brightness(1);
  padding: 5%;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.6);
}

.banner-contact .contact-form .form-flex .form-field {
	width: 48%;
}

.banner-contact .contact-form .wpcf7-response-output {
	color: #FFFFFF;
  font-size: clamp(0.8rem, 1vw, 1.5rem);
  margin-left: 0;
  margin-right: 0;
}

.banner-contact input,
.banner-contact textarea {
	width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: clamp(12px, 0.8vw, 5rem);
}

.banner-contact label {
	display: none;
}

.banner-contact button.button-white.button-border {
	background-color: transparent;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.banner-contact button.button-white.button-border:hover {
	background-color: #FFFFFF;
}

input::-webkit-input-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

input:-ms-input-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

input:-moz-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

input::-moz-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

textarea::-webkit-input-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

textarea:-ms-input-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

textarea:-moz-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

textarea::-moz-placeholder {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

/* MARKETING MEDIA */

.marketing-media-main {
  padding: 40px 7%;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
	.marketing-media-main {
  	padding: clamp(120px, 7.82vw, 200px) 10%;
      padding-top: 150px;
  }
}

.marketing-media-main .heading {
	border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Sofia Sans Semi Condensed', sans-serif;
  letter-spacing: clamp(1.8px, 0.18vw, 3px);
}
.marketing-media-main .filters .heading {
      margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
	.marketing-media-main .filters .heading {
      margin-bottom: 20px;
  }
}

.marketing-media-main .filters {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 550px) {
  .marketing-media-main .filters {
 	 width: 40%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .marketing-media-main .filters {
 	 width: 20%;
  }
}

.marketing-media-main .filters .filters-main {
    font-size: clamp(10px, 1.05vw, 5rem);
}

.marketing-media-main .filters .filters-main-item {
  border-bottom: 1px solid #000000;
  padding: 0;
}

@media screen and (min-width: 750px) {
	.marketing-media-main .filters .filters-main-item {
  	padding: 10px 0;
  }
}

.marketing-media-main .filters .filter-title {
	font-weight: 700;
  margin: 10px 0;
}

.marketing-media-main .filters .filter-category {
	cursor: pointer;
  margin: 0;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marketing-media-main .filters .filter-category:after {
  content: "";
	width: 19px;
  height: 11px;
  background-image: url("images/accordion-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(0);
  transform-origin: center center;
  display: flex;
  transition: transform 0.5s ease;
}

.marketing-media-main .filters .filter-category.active:after {
  transform: rotate(180deg);
}

.marketing-media-main .filters .filter-content {
	max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.marketing-media-main .filters .filter-content.active {
  max-height: 1000px;
}

.marketing-media-main .filters .filter-colors .filter-color-name {
  display: none;
  margin: 10px 0;
}

.marketing-media-main .filters .filter-colors .filter-color-name.active {
  display: block;
}

.marketing-media-main .filters .filter-colors .filter-colors-buttons {
 	display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button {
	border: 2px solid transparent;
  border-radius: 50%;
    margin-right: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.marketing-media-main .filters .filter-colors.filter-no-colors .filter-colors-buttons .filter-color-button {
	cursor: default;
}

.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button.active {
	border: 2px solid #000000;
}

.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button-inner {
 	border-radius: 50%;
}

.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button.filter-color-Crystal .filter-color-button-inner,
.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button.filter-color-Transparent .filter-color-button-inner,
.marketing-media-main .filters .filter-colors .filter-colors-buttons .filter-color-button.filter-color-Ice .filter-color-button-inner {
	border: 1px solid #707070;
}

.marketing-media-main .filters .filter-colors.filter-no-colors .filter-colors-buttons .filter-color-button.active {
	border: 2px solid transparent;
}

.marketing-media-main .filters .filter-colors.filter-no-colors .filter-colors-buttons .filter-color-button:first-child .filter-color-button-inner {
	background-color: #EA0320;
  opacity: 0.3;
}

.marketing-media-main .filters .filter-colors.filter-no-colors .filter-colors-buttons .filter-color-button:nth-child(2) .filter-color-button-inner {
	background-color: #1D57BF;
  opacity: 0.3;
}

.marketing-media-main .filters .filter-colors.filter-no-colors .filter-colors-buttons .filter-color-button:nth-child(3) .filter-color-button-inner {
	background-color: #B0ADAD;
  opacity: 0.3;
}

.marketing-media-main .images-container {
  width: 100%;
}

@media screen and (min-width: 550px) {
  .marketing-media-main .images-container {
    width: 55%;
  }
}

@media screen and (min-width: 750px) {
  .marketing-media-main .images-container {
    width: 75%;
  }
}

.marketing-media-main .product-image-group,
.marketing-media-main .images-products-model {

}

.main-image-gallery {
	height: fit-content;
  position: relative;
  overflow: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scroll on touch devices */
}

@media (orientation: landscape) {
  .main-image-gallery {
      height: 72vh;
    overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scroll on touch devices */
  }
}

.main-image-gallery .main-image-gallery-inner {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media screen and (min-width: 400px) {
	.main-image-gallery .main-image-gallery-inner {
  	grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 550px) {
	.main-image-gallery .main-image-gallery-inner {
  	grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 650px) {
	.main-image-gallery .main-image-gallery-inner {
  	grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 750px) {
	.main-image-gallery .main-image-gallery-inner {
  	grid-template-columns: repeat(4, 1fr);
  }
}


.main-image-gallery::-webkit-scrollbar {
    /*width: 0px;
    background: transparent;*/
  width: 10px;
  height: 10px;
}

.main-image-gallery::-webkit-scrollbar-track {
	background-color: #FFFFFF; /* Track color */
    border-radius: 10px; /* Rounded corners */
}

.main-image-gallery::-webkit-scrollbar-thumb {
    /*background: transparent;*/
  background-color: #0178FF; /* Thumb color */
    border-radius: 10px; /* Rounded corners */
}


.main-image-gallery .media-item-container {
  grid-column: span 1;
  display: none;
  align-items: center;
  position: relative;
  /*
  max-height: 50%;
  */
  /*
  width: 100%;
  padding-top: 132%;
  */
}

.main-image-gallery .space-filler {
	width: 0px;
  height: 0px;
}

.main-image-gallery .media-item-container.active {
	display: flex;
}

.main-image-gallery .media-item-container img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.main-image-gallery .media-item-container .pdf-container {
  width: 100%;
	text-align: center;
}

.main-image-gallery .media-item-container .pdf-container img {
	width: 50%;
}

.main-image-gallery .media-item-container .pdf-container .pdf-title {
	margin: 10px 0;
  font-size: clamp(10px, 1.05vw, 5rem);
}

.main-image-gallery .media-item-container .media-item-overlay {
  display: none;
	position: absolute;
  top: 0;
  z-index: 2;
    width: 100%;
    height: 100%;
  align-items: flex-end;
  justify-content: center;
  padding: 20% 0;
  pointer-events: none;
}

.main-image-gallery .media-item-container:hover .media-item-overlay  {
	display: flex;
}

.main-image-gallery .media-item-container .media-item-overlay .button-download {
	background-color: #FFFFFF;
  font-size: clamp(0.8rem, 0.8vw, 2rem);
  transition: color 0.5s ease, background-color 0.5s ease;
}

.main-image-gallery .media-item-container .media-item-overlay .button-container,
.main-image-gallery .media-item-container .media-item-overlay .button-download {
  pointer-events: auto;
}

.main-image-gallery .media-item-container .media-item-overlay .button-download:hover {
  background-color: #0178FF;
}

.main-image-gallery .media-item-container .media-item-overlay .button-download:after {
	background-image: url("images/down-arrow-blue.svg");
  width: 10px;
  height: 11px;
  transition: background-image 0.5s ease;
}

.main-image-gallery .media-item-container .media-item-overlay .button-download:hover:after {
	background-image: url("images/down-arrow-white.svg");
}

.filter-item-button {
	cursor: pointer;
  padding: 10px 20px;
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 10px;
  
}

.filter-item-button.active {
	background-color: #C4C4C4;
  font-weight: 700;
}

.filter-colors {
	display: none;
  padding: 0 20px;
}

.filter-colors.active {
	display: block;
}

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

.button-container {
	margin-top: 30px;
}

.call-to-action .call-to-action-inner .button-container {
	margin-top: clamp(10px, 1.75vw, 30px); 
}

.button-container.button-container-center {
	display: flex;
  justify-content: center;
}

.button {
	text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Sofia Sans Semi Condensed', sans-serif;
  font-weight: 500;
  width: fit-content;
  transition: color 0.5s ease, background-color 0.5s ease;
  letter-spacing: clamp(1.8px, 0.18vw, 5px);
}

.button.button-border {
	padding: 10px 20px;
}

.button:after {
  /*content: "";*/
  width: 21px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.button.button-blue {
  color: #0178FF;
}

.button.button-white {
	color: #FFFFFF;
}

.button.button-white:hover {
	background-color: #FFFFFF;
  color: #000000;
}

.button.button-blue.button-border {
  border: 2px solid #0178FF;
  border-radius: 10px;
}

.button.button-blue.button-border:hover {
	background-color: #0178FF;
  color: #FFFFFF;
}

.button.button-white.button-border {
	border: 2px solid #FFFFFF;
  border-radius: 10px;
}

@media screen and (min-width: 650px) {
	.button.button-blue.button-border {
    border: 3px solid #0178FF;
  }

  .button.button-white.button-border {
      border: 3px solid #FFFFFF;
  }
}

.button.button-blue:after {
  background-image: url("images/button-arrow-blue.svg");
  transition: background-image 0.5s ease;
}

.button.button-blue.button-border:hover:after  {
	background-image: url("images/button-arrow-white.svg");
}

.button.button-white:after {
	background-image: url("images/button-arrow-white.svg");
  transition: background-image 0.5s ease;
}

.button.button-white:hover:after {
	background-image: url("images/button-arrow-black.svg");
}

.product-card .button.button-blue:after {
  display: none;
}

/* Product Card */

.product-card {
  background-image: url("images/product-card-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: clamp(20px, 1.8vw, 30px);
  height: 100%;
}

.product-card .product-card-variations-mobile {
  width: 100%;
}
.product-card .product-card-content {
  width: 100%;
}

.product-card .product-card-variations {
	display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.product-card .product-card-variations.product-card-variations-desktop {
	display: none;
}

.product-card .product-card-variations-buttons {
  display: flex;
  flex-wrap: wrap;
}

.product-card .product-card-variations-buttons .product-card-variations-color {
	height: 21px;
  width: 21px;
  border-radius: 50%;
  margin: 5px 15px;
  margin-left: 0;
}

.product-card .product-card-variations-buttons .product-card-variations-color.product-card-variations-color-Transparent,
.product-card .product-card-variations-buttons .product-card-variations-color.product-card-variations-color-Crystal,
.product-card .product-card-variations-buttons .product-card-variations-color.product-card-variations-color-Ice,
.banner-product .banner-product-variants .product-variations-buttons .product-variations-color.product-variations-color-Black .product-variations-color-inner {
  border: 1px solid #707070;
}

.banner-product .banner-product-variants .product-variations-name {
	width: 100%;
}

@media screen and (min-width: 370px) {
	.banner-product .banner-product-variants .product-variations-name {
      width: fit-content;
  }
}

@media screen and (min-width: 550px) {
	.product-card .product-card-variations.product-card-variations-desktop {
      display: flex;
  }
  
  .product-card .product-card-variations.product-card-variations-mobile {
	display: none;
	}
  
  .product-card .product-card-variations.product-card-variations-desktop {
    width: 42%;
  }
  .product-card .product-card-content {
    width: 56%;
  }
}

.product-card .product-card-content {
	display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.product-card .product-card-image-container {
	width: 100%;
  height: 100%;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.product-card .product-card-image-container .product-card-image {
/*	display: none; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
/*  	animation-name: fade;
    animation-duration: 1s; */
}

.product-card .product-card-title {
	text-transform: uppercase;
  line-height: 1.1;
  margin: 20px 0;
  margin-bottom: 10px;
}

.product-card.item-product .product-card-title {
    font-size: clamp(28px, 2.9vw, 8rem);
  width: 100%;
}

.product-card.item-accessories .product-card-title {
  	font-size: clamp(28px, 2.35vw, 8rem);
  width: 100%;
}

@media screen and (min-width: 550px) {
  
  .product-card .product-card-image-container {
  	padding-top: 140%;
  }
}

@media screen and (min-width: 750px) {
	/*.product-card.item-product .product-card-title {
  	width: 80%;
  }*/
  
  .product-card.item-accessories .product-card-title {
  	width: 88%;
  }
}

.product-card .product-card-content .product-specifications {
	display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media screen and (min-width: 550px) {
	.product-card .product-card-content .product-specifications {
      padding-top: 0;
  }
}

.product-card .product-card-content .product-specification-icon-container {
	/*border: 1.5px solid #238AFF;*/
  border-radius: 5px;
  /*padding: 5px;*/
  margin: 5px 0;
  margin-right: clamp(5px, 0.6vw, 10px);
  display: flex;
  align-items: center;
  width: clamp(35px, 2.085vw,40px);
}

.product-card .product-card-content .product-specification-icon {
	width: 100%;
  object-fit: contain;
}

.product-card .button {
	text-transform: none;
  font-family: 'Noto Sans Khmer', sans-serif;
  letter-spacing: normal;
}

/* Slider */

.series-slider.owl-carousel .owl-stage {
  display: flex;
}

.series-slider.owl-carousel .owl-nav {
	position: absolute;
  right: 10%;
  /*top: -90px;*/
  top: 0;
  transform: translate(0, -170%);
  display: flex;
}

.our-mission .owl-carousel .owl-nav,
.custom-solutions .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.series-sliders .owl-carousel .owl-nav button.owl-next,
.series-sliders .owl-carousel .owl-nav button.owl-prev,
.our-mission .owl-carousel .owl-nav button.owl-next,
.our-mission .owl-carousel .owl-nav button.owl-prev,
.custom-solutions .owl-carousel .owl-nav button.owl-next,
.custom-solutions .owl-carousel .owl-nav button.owl-prev {
	width: clamp(35px, 3vw, 55px);
	height: clamp(35px, 3vw, 55px);
	border: 2px solid #0178FF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: clamp(5px, 0.5vw, 10px);
	background-color: #FFFFFF;
  margin-left: 10px;
}

.our-mission .owl-carousel .owl-nav button.owl-next,
.our-mission .owl-carousel .owl-nav button.owl-prev,
.custom-solutions .owl-carousel .owl-nav button.owl-next,
.custom-solutions .owl-carousel .owl-nav button.owl-prev {
	border: 2px solid #FFFFFF;
  background-color: transparent;
}

@media screen and (min-width: 650px) {
  .series-sliders .owl-carousel .owl-nav button.owl-next,
  .series-sliders .owl-carousel .owl-nav button.owl-prev,
  .our-mission .owl-carousel .owl-nav button.owl-next,
  .our-mission .owl-carousel .owl-nav button.owl-prev,
  .custom-solutions .owl-carousel .owl-nav button.owl-next,
  .custom-solutions .owl-carousel .owl-nav button.owl-prev {

      border: 3px solid #0178FF;
  }

  .our-mission .owl-carousel .owl-nav button.owl-next,
  .our-mission .owl-carousel .owl-nav button.owl-prev,
  .custom-solutions .owl-carousel .owl-nav button.owl-next,
  .custom-solutions .owl-carousel .owl-nav button.owl-prev {
      border: 3px solid #FFFFFF;
  }
}

.our-mission .owl-carousel .owl-nav button.owl-prev,
.custom-solutions .owl-carousel .owl-nav button.owl-prev {
  margin-left: 0;
}

.series-sliders .owl-carousel .owl-nav button span,
.our-mission .owl-carousel .owl-nav button span,
.custom-solutions .owl-carousel .owl-nav button span {
	display: none;
}

.series-sliders .owl-carousel .owl-nav button.owl-next:after,
.our-mission .owl-carousel .owl-nav button.owl-next:after,
.custom-solutions .owl-carousel .owl-nav button.owl-next:after {
	content: "";
	background-image: url("images/slider-nav-right-blue.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: clamp(20px, 1.5vw, 24px);
	width: clamp(20px, 1.5vw, 24px);
	display: flex;
}

.series-sliders .owl-carousel .owl-nav button.owl-prev:after,
.our-mission .owl-carousel .owl-nav button.owl-prev:after,
.custom-solutions .owl-carousel .owl-nav button.owl-prev:after {
	content: "";
	background-image: url("images/slider-nav-left-blue.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: clamp(20px, 1.5vw, 24px);
	width: clamp(20px, 1.5vw, 24px);
	display: flex;
}

.our-mission .owl-carousel .owl-nav button.owl-next:after,
.our-mission .owl-carousel .owl-nav button.owl-prev:after,
.custom-solutions .owl-carousel .owl-nav button.owl-next:after,
.custom-solutions .owl-carousel .owl-nav button.owl-prev:after {
	filter: grayscale(1) brightness(5);  
}

.series-sliders .owl-carousel .owl-nav.disabled {
	display: flex;
}

.series-sliders .button-container.button-container-center {
	margin-top: 50px;
}

/* Call to action */

.call-to-action {
	/*padding: 40px 7%;*/
  padding: 0;
}

/*
@media screen and (min-width: 850px) {
	.call-to-action {
      padding: clamp(120px, 7.82vw, 200px) 10%;
  }
}
*/

.call-to-action .call-to-action-inner {
	padding: clamp(35px, 5.25vw, 200px) 10%;
  text-align: center;
  background-image: url("images/cta-banner-isp-90.png");
  background-color: #EEEDED;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*border-radius: 20px;*/
  display: flex;
  flex-flow: column;
  align-items: center;
}

/*.call-to-action.cta-page-isp-80-curve .call-to-action-inner {
    background-image: url("images/cta-banner-isp-80.png");
}

.call-to-action.cta-page-isp-60-curve .call-to-action-inner {
    background-image: url("images/cta-banner-isp-60.png");
}

.call-to-action.cta-page-dream-rocket .call-to-action-inner {
	background-image: url("images/cta-banner-dream-rocket.png");
}
*/

.call-to-action .call-to-action-inner .call-to-action-text {
  font-size: clamp(2.5rem, 6.25vw, 10rem);
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 750px) {
	.call-to-action .call-to-action-inner .call-to-action-text {
      max-width: 70%;
  }
}

/* Background Video */

.background-video-container {
	position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-video-container .video-wrapper {
	height: 100%;
}

.background-video-container .background-video {
	width: 100%;
  height: 100%;
  display: flex;
    position: relative;
  
}

.background-video-container .background-video:after {
	content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.72);
  position: absolute;
  top: 0;
  left: 0;
}

.background-video-container .background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* Footer */

.footer-main {
	padding: 40px 7% 0 7%;
  margin-top: -1px;
}

@media screen and (min-width: 850px) {
	.footer-main {
  	padding: 80px 10% 0 10%;
  }
}

.footer-main .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-main .footer-flex .footer-logo-container {
	width: 75%;
}

.footer-columns {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 1000px) {
	.footer-columns {
  		width: 68%;
      margin-top: 0;
  }
}

.footer-columns .footer-column {
	width: 100%;
  font-size: clamp(1rem, 1.57vw, 3rem);
    font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 500;
  max-width: unset;
}

@media screen and (min-width: 450px) {
  .footer-main .footer-flex .footer-logo-container {
  	width: 50%;
  }
	.footer-columns .footer-column {
  	width: 48%;
  }
}

@media screen and (min-width: 750px) {
  .footer-main .footer-flex .footer-logo-container {
  	width: fit-content;
    max-width: 25%;
  }
	.footer-columns .footer-column {
  	width: fit-content;
      max-width: 32%;
  }
}

footer .footer-copyright {
	font-size: clamp(0.55rem, 0.65vw, 1.5rem);
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 1em 0;
}

footer.dark-footer .footer-copyright {
	color: #FFFFFF;
}

footer .footer-copyright section,
footer .footer-copyright section p {
  margin: 0;
}

footer .footer-copyright section p,
footer .footer-copyright span {
	white-space: nowrap;
}

.footer-columns .footer-column .widget#block-12 a {
  display: flex;
  align-items: center;
}

.footer-columns .footer-column .widget#block-12 a:before {
	content: "";
  height: 14px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 10px;
  flex-shrink: 0;
}

.light-footer .footer-columns .footer-column .widget#block-12 a:before {
  background-image: url("images/email-icon-black.svg");
}

.dark-footer .footer-columns .footer-column .widget#block-12 a:before {
  background-image: url("images/email-icon-white.svg");
}

.footer-columns .footer-column .widget {
  margin: 0;
}

.footer-columns .footer-column ul {
	margin: 0;
  padding: 0;
  list-style: none;
}

.footer-columns .footer-column ul li {
	margin: 10px 0;
  margin-top: 0;
}

@media screen and (min-width: 450px) {
	.footer-columns .footer-column ul li {
  	margin-top: 10px;
  }
}

.footer-columns .footer-column p {
	margin: 10px 0;
}

.footer-columns .footer-column a {
	text-decoration: none;
}

.footer-columns .footer-column a:hover {
	text-decoration: underline;
}

.footer-columns .footer-column p a {
	font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1.05vw, 1.5rem);
}

.light-footer .footer-columns .footer-column p,
.light-footer .footer-columns .footer-column a {
	color: #000000;
}

.dark-footer .footer-columns .footer-column p,
.dark-footer .footer-columns .footer-column a {
	color: #FFFFFF;
}

.footer-text-container {
	text-align: center;
  padding: 50px 0;
}

.footer-text-container .widget {
	margin-bottom: 0;
}

.footer-text-container p {
	font-size: clamp(1rem, 8.96vw, 15rem);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
  font-family: "Sofia Sans Semi Condensed", sans-serif;

}

.light-footer .footer-text-container p {
    color: rgba(0,0,0,0.13);
}

.dark-footer {
	background-color: #000000;
}

.dark-footer .footer-text-container p {
	color: rgba(255,255,255,0.13)
}

.light-footer .footer-logo .custom-logo-link,
.dark-footer .footer-logo .custom-logo-link-light {
	display: none;
}

.dark-footer .footer-logo .custom-logo-link,
.light-footer .footer-logo .custom-logo-link-light {
	display: flex;
}

footer .footer-logo img {
	width: 100%;
  object-fit: contain;
}

section + section {
	margin-top: -1px;
}

/* Navigation
--------------------------------------------- */

.site-header {
  padding: 0 7%;
  position: absolute;
  /*position: fixed;*/
  top: 20px;
  z-index: 3;
  width: 100%;
}

@media screen and (min-width: 750px) {
	.site-header {
      padding: 0 10%;
	}
}

.site-header.fixed {
	position: fixed;
}

.site-header .header-inner {
  position: relative;
  
  width: 100%;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(15px, 1vw, 30px);
}

.site-header .header-inner.light-header:before {
    background: rgba(255, 255, 255, 0.12); /* 12% opacity */
}

.site-header .header-inner.dark-header:before {
	background: rgba(194, 194, 194, 0.2);
}

.site-header .header-inner:before {
	content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* x=0, y=2, blur=5 */
  backdrop-filter: blur(5px) brightness(1);
  -webkit-backdrop-filter: blur(5px) brightness(1);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 10px;
  z-index: -1;
}

.site-header .site-branding {
  width: clamp(80px, 8%, 170px);
  padding: 10px 0;
  padding-right: 1vw;
}

@media screen and (min-width: 750px) {
	.site-header .site-branding {
  	padding: 12px 0;
  }
}

.site-header .site-branding a {

}

.site-header .dark-header .site-branding a.custom-logo-link,
.site-header .light-header .site-branding a.custom-logo-link-dark {
	display: none;
}

.site-header .light-header .site-branding a.custom-logo-link,
.site-header .dark-header .site-branding a.custom-logo-link-dark {
	display: flex;
}

.site-header .site-branding img {
  objct-fit: contain;
}

.site-header .main-navigation {
  width: fit-content;
}

.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;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 1vw, 1.5rem);
  font-family: 'Sofia Sans Semi Condensed', sans-serif;
  padding: 10px 1vw;
  letter-spacing: clamp(1.5px, 0.15vw, 3px);

}

.single-product:not(.product-cat-accessories) .main-navigation li:nth-child(2),
.single-product.product-cat-accessories .main-navigation li:nth-child(3),
.main-navigation li.current-menu-item a,
.main-navigation li a:hover {
	font-weight: 600;
}

.light-header .main-navigation a {
    color: #C4C4C4;
}

.dark-header .main-navigation a {
    color: #000000;
}

.single-product .dark-header .main-navigation li:nth-child(2) a,
.dark-header .main-navigation li.current-menu-item a,
.dark-header .main-navigation li a:hover {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
}

.single-product:not(.product-cat-accessories) .light-header .main-navigation li:nth-child(2) a,
.light-header .main-navigation li.current-menu-item a,
.light-header .main-navigation li a:hover {
  text-shadow: 0px 0px 14px rgba(255,255,255,0.5);
  color: #FFFFFF;
}

.single-product.product-cat-accessories .light-header .main-navigation li:nth-child(3) a {
  text-shadow: 0px 0px 14px rgba(255,255,255,0.5);
  color: #FFFFFF;
}

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

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #0178FF;
	border-radius: 5px;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.menu-menu-1-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
  padding-top: 10px;
}

.menu-menu-1-container .nav-menu {
	position: relative;
   padding: clamp(15px, 1vw, 30px);
}

.menu-menu-1-container .nav-menu:before {
	content: "";
  display: flex;
  height: 100%;
  width: 100%;
 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px) brightness(1);
  -webkit-backdrop-filter: blur(5px) brightness(1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
}

.site-header .header-inner.light-header .menu-menu-1-container .nav-menu:before {
  background-color: rgba(255, 255, 255, 0.12);
}

.site-header .header-inner.dark-header .menu-menu-1-container .nav-menu:before {
  background-color: rgba(194, 194, 194, 0.2);
}


.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

@media screen and (min-width: 1200px) {
  
  	.menu-toggle {
		display: none;
	}
  
  .site-header .main-navigation {
  	width: 87%;
  }

	.main-navigation ul,
	.main-navigation.toggled ul {
		display: flex;
		justify-content: space-between;
		position: relative;

	}
	
	.main-navigation ul {
		padding: clamp(5px, 0.5vw, 10px);
	}
	
	.menu-menu-1-container {
		position: relative;
		background: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
      padding-top: 0;
	}
  
  .menu-menu-1-container .nav-menu {
     padding: 0 clamp(15px, 1vw, 30px);
  }
  
  .menu-menu-1-container .nav-menu:before {
  	display: none;
  }
  
  .main-navigation li:last-child {
	background-color: #0178FF;
    border-radius: 10px;
  }

  .light-header .main-navigation li:last-child a,
  .dark-header .main-navigation li:last-child a {
    color: #FFFFFF;
  }

  .dark-header .main-navigation li:last-child.current-menu-item,
  .light-header .main-navigation li:last-child.current-menu-item{
      background-color: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(255,255,255,0.5);
  }

  .dark-header .main-navigation li:last-child.current-menu-item a,
  .light-header .main-navigation li:last-child.current-menu-item a{
      text-shadow: none;
    color: #0178FF;
  }
}

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