/*------- Base ----*/
:root {
    --header-bar: 80px;
    --font-stack-text: "Inter", "Helvetica Neue", Arial, sans-serif;
    --font-stack-heading: "Reddit Sans", "Helvetica Neue", Arial, sans-serif;

    /* Desktop */
    --custom-title-1-default: 2.777rem;
    --custom-title-2-default: 2.444rem;
    --custom-title-3-default: 2.111rem;
    --custom-title-4-default: 1.444rem;
    --custom-title-5-default: 1.222rem;
	
	/* Laptop */
    --custom-title-1-1500-max: 2.2rem;
    --custom-title-2-1500-max: 2rem;
    --custom-title-3-1500-max: 1.875rem;
    --custom-title-4-1500-max: 1.175rem;
    --custom-title-5-1500-max: 1.15rem;

    /* Tablet */
    --custom-title-1-1024-max: 2.4rem;
    --custom-title-2-1024-max: 2.235rem;
    --custom-title-3-1024-max: 1.875rem;
    --custom-title-4-1024-max: 1.175rem;
    --custom-title-5-1024-max: 1.15rem;

    /* Mobile */
    --custom-title-1-767-max: 1.7rem;
    --custom-title-2-767-max: 1.6rem;
    --custom-title-3-767-max: 1.375rem;
    --custom-title-4-767-max: 1.125rem;
    --custom-title-5-767-max: 1.125rem;
	
	/* Small Mobile */
    --custom-title-1-375-max: 1.7rem;
    --custom-title-2-375-max: 1.6rem;
    --custom-title-3-375-max: 1.375rem;
    --custom-title-4-375-max: 1.125rem;
    --custom-title-5-375-max: 1.125rem;

	/* Super small Mobile- Iphone SE actual height svh is 559px */
    --custom-title-1-375-559-max: 1.4rem;
    --custom-title-2-375-559-max: 1.2rem;
    --custom-title-3-375-559-max: 1.175rem;
    --custom-title-4-375-559-max: 1.125rem;
    --custom-title-5-375-559-max: 1.125rem;
	
	
    --angled-edge-mask: polygon(70px 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%, 0% 70px);
}


@media screen and (max-width: 1024px) {
    :root {
        --angled-edge-mask: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50px);
    }
}

@media screen and (max-width: 767px) {
    :root {
        --angled-edge-mask: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0% 25px);
    }
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-stack-text);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: white;
    background: black;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


.font-heading {
    font-family: var(--font-stack-heading);
}

.elementor-kit-6 {
    --e-global-color-dark-background-1: var(--e-global-color-c501502);
    /* #000000 */
    --e-global-color-dark-background-2: var(--e-global-color-15db535);
    /* #313036 */
    --e-global-color-gray-border: var(--e-global-color-580a548);
    /* #666666 */
    --e-global-color-gray-border-dark: var(--e-global-color-39c3fe9);
    /* #333333 */
    --e-global-color-black: var(--e-global-color-15db535);
    /* #1B1A23 */
}

@media screen and (max-width: 1366px) {

    html,
    body {
        font-size: 17px;
    }
}
@media screen and (max-width: 1024px) {

    html,
    body {
        font-size: 16px;
    }
}



@media screen and (max-width: 767px) {

    html,
    body {
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {

    html,
    body {
        font-size: 15px;
    }
}

body>div[data-elementor-post-type="page"] {
    overflow: hidden;
    margin-top: -80px;
}


@media screen and (max-width: 767px) {
    :root {
        --header-bar: 60px;
    }
	body>div[data-elementor-post-type="page"] {
      overflow: hidden;
      margin-top: -60px;
   }
}





p,
input,
textarea,
button,
form,
label,
option,
select {
    outline: 0;
    font-size: 1rem;
}

.elementor-editor-active p {
    /*body font in elementor needs this*/
    font-size: 1rem;
}

p {
    margin: 0 0 1rem 0;
}

b,
bold,
strong {
    font-weight: 700;
}

.light {
    font-weight: 300 !important;
}

a:focus {
    outline: none;
    box-shadow: none;
}

blockquote {
    background-color: black;
    color: white;
    padding: 10px;
}

/*helpers */
@media screen and (min-width: 1025px) {
    .desktop-no-linebreak {
        white-space: nowrap;
    }
}


/* Some sites might need this for the overflow problem */
body>div[data-elementor-post-type="page"] {
    overflow: hidden;
}



/* Headings style */
.custom-title-1 h1,
.custom-title-1 h2,
.custom-title-1 h3,
.custom-title-1 h4,
.custom-title-1 h5,
.custom-title-1 h6,
.custom-title-1 span,
.custom-title-1 p {
    font-size: var(--custom-title-1-default);
    font-weight: 700;
    line-height: 1.25em !important;
    font-family: var(--font-stack-heading);
}

.custom-title-2 h1,
.custom-title-2 h2,
.custom-title-2 h3,
.custom-title-2 h4,
.custom-title-2 h5,
.custom-title-2 h6,
.custom-title-2 span,
.custom-title-2 p {
    font-size: var(--custom-title-2-default);
    font-weight: 700;
    line-height: 1.25em !important;
    font-family: var(--font-stack-heading);
}

.custom-title-3 h1,
.custom-title-3 h2,
.custom-title-3 h3,
.custom-title-3 h4,
.custom-title-3 h5,
.custom-title-3 h6,
.custom-title-3 span,
.custom-title-3 p {
    font-size: var(--custom-title-3-default);
    font-weight: 700;
    line-height: 1.25em !important;
    font-family: var(--font-stack-heading);
}


.custom-title-4 h1,
.custom-title-4 h2,
.custom-title-4 h3,
.custom-title-4 h4,
.custom-title-4 h5,
.custom-title-4 h6,
.custom-title-4 span,
.custom-title-4 p {
    font-size: var(--custom-title-4-default);
    font-weight: 400;
    line-height: 1.25em !important;
    font-family: var(--font-stack-heading);
}

.custom-title-5 h1,
.custom-title-5 h2,
.custom-title-5 h3,
.custom-title-5 h4,
.custom-title-5 h5,
.custom-title-5 h6,
.custom-title-5 span,
.custom-title-5 p {
    font-size: var(--custom-title-5-default);
    font-weight: 500;
    line-height: 1.5em !important;
    font-family: var(--font-stack-heading);
}

@media screen and (max-width: 1500px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-1500-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-1500-max);
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-1500-max);
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-1500-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-1500-max);
    }
}

@media screen and (max-width: 1024px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-1024-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-1024-max);
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-1024-max);
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-1024-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-1024-max);
    }
}

@media screen and (max-width: 767px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-767-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-767-max);
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-767-max);
        line-height: 1.2em !important;
    }

    .custom-title-3 {
        margin-top: 10px;
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-767-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-767-max);
    }
}

@media screen and (max-width: 375px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-375-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-375-max);
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-375-max);
        line-height: 1.15em !important;
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size: var(--custom-title-4-375-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-375-max);
    }
}


@media screen and (max-width: 375px) and (max-height:559px) {

    .custom-title-1 h1,
    .custom-title-1 h2,
    .custom-title-1 h3,
    .custom-title-1 h4,
    .custom-title-1 h5,
    .custom-title-1 h6,
    .custom-title-1 span,
    .custom-title-1 p {
        font-size: var(--custom-title-1-375-559-max);
    }

    .custom-title-2 h1,
    .custom-title-2 h2,
    .custom-title-2 h3,
    .custom-title-2 h4,
    .custom-title-2 h5,
    .custom-title-2 h6,
    .custom-title-2 span,
    .custom-title-2 p {
        font-size: var(--custom-title-2-375-559-max);
    }

    .custom-title-3 h1,
    .custom-title-3 h2,
    .custom-title-3 h3,
    .custom-title-3 h4,
    .custom-title-3 h5,
    .custom-title-3 h6,
    .custom-title-3 span,
    .custom-title-3 p {
        font-size: var(--custom-title-3-375-559-max);
        line-height: 1.15em !important;
    }

    .custom-title-4 h1,
    .custom-title-4 h2,
    .custom-title-4 h3,
    .custom-title-4 h4,
    .custom-title-4 h5,
    .custom-title-4 h6,
    .custom-title-4 span,
    .custom-title-4 p {
        font-size:var(--custom-title-4-375-559-max);
    }

    .custom-title-5 h1,
    .custom-title-5 h2,
    .custom-title-5 h3,
    .custom-title-5 h4,
    .custom-title-5 h5,
    .custom-title-5 h6,
    .custom-title-5 span,
    .custom-title-5 p {
        font-size: var(--custom-title-5-375-559-max);
    }
}




.small-text,
.small-text p,
.small-text span {
    font-size: 0.875rem;
}

.heading-primary {
    color: var(--e-global-color-accent);
}

/*Header*/
.elementor-location-header {
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
    height: var(--header-bar);
}


#menu-desktop-main-menu .menu-item,
#menu-desktop-main-menu .menu-item>a {
    color: white;
    font-family: var(--font-stack-heading);
}

@media only screen and (min-width: 1024px) {
    .menu-item-mega+ul.sub-menu {
        display: none;
    }
}

/*lightbox settings*/

.swiper-zoom-container .elementor-lightbox-image {
    background: #ffffff !important;
}



/* Animations */
/* .fadeInUp {
    animation-name: customfadeInUp !important;
}

@keyframes customfadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}
 */

.fadeInUp {
  animation-name: customfadeInUp !important;
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(
      0,
      clamp(0px, 200%, 15px),
      0
    );
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.fadeInDown {
    animation-name: customfadeInDown !important;
}

@keyframes customfadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, clamp(0px, 50%, -100px), 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: customfadeInLeft !important;
}

@keyframes customfadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20%, 0%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: customfadeInRight !important;
}

@keyframes customfadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20%, 0%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Kenburns animation */
.kenimage {
    animation: move 25s ease;
    /* Add infinite to loop. */
    -ms-animation: move 25s ease;
    -webkit-animation: move 25s ease;
    -o-animation: move 25s ease;
    -moz-animation: move 25s ease;
    overflow: hidden !important;
    position: absolute !important;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        -o-transform: scale(1.0);
        /* Opera */
        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

/* breadcrumb */
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  font-size: 0.875rem;
  font-family: var(--font-stack-heading);
  color: white;
}

.rank-math-breadcrumb p {
	margin: 0px;
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
   .logo-deco,
   .rank-math-breadcrumb {
    display: none;
  }
}


@media screen and (max-width: 767px) {
   .logo-deco,
   .rank-math-breadcrumb {
    display: none;
  }
}

/* Bullet Point */
.bd-bullets ul {
  padding-left: 20px;
  margin: 0px;
  list-style: none;
}

.bd-bullets li {
  position: relative;
  margin-bottom: 8px;
  font-family: var(--font-stack-heading);
  font-weight: 500;
}

.bd-bullets li:last-child {
  margin-bottom: 0px;
}

.bd-bullets li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2024/11/icon-polygon-primary.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .bd-bullets ul {
    padding-left: 18px;
  }

  .bd-bullets li:not(:last-child) {
    margin-bottom: 6px;
  }

  .bd-bullets li:before {
    left: -18px;
    width: 10px;
    height: 10px;
  }
}

/* Contact Form */
/* .ct-two-col p {
    display: flex;
    gap: 10px;
    justify-content: space-between;
} */

/* .wpcf7 input,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px;
    margin: 10px;
    border-radius: 1.5rem;
    padding-left: 1.4rem;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #ffffff;
    background: none;
    font-family: inherit;
        color: black;
    max-width: calc(100% - 20px);
    border: solid 2px #000;
}

.wpcf7 input::-moz-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-moz-placeholder {
    color: #B3B3B3;
}

.wpcf7 input:-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:-ms-input-placeholder {
    color: #B3B3B3;
}

.wpcf7 input::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
    color: #B3B3B3;
}

.wpcf7 input:focus,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus {
    outline: none;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #ffffff;
}


.submit-btn-wrapper {
    max-width: 160px;
    position: relative;

}

.submit-btn-wrapper:before {
    content: "";
    display: block;
    background: #000;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    transform: translate(0, -50%);
    right: 10px;
    top: 50%;
    position: absolute;
    border: solid 5px #00FFFF;
    border-radius: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 50px;
    max-width: 160px !important;
    background: #000000;
    color: white;
    border: solid 2px;
    cursor: pointer;
    box-shadow: 0px 0px 11px 3px #0000000d;
    text-align: left;
    box-shadow: 0px 5px 10px 0px #00000052;
    -webkit-appearance: none;
} */

/* .submit-btn-wrapper:hover input.wpcf7-form-control.has-spinner.wpcf7-submit {
        background: cyan;
    color: black;
    box-shadow: none;
} */

/*-----------------------------------*/
/*Hero/*
/*-----------------------------------*/
.bd-hero {
  height: calc( 100svh - var(--header-bar) );
  height:100svh;
}

.bd-hero > .e-con-inner {
flex-wrap:nowrap!important;
}

.bd-hero .hero-big-logo {
    position: fixed;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);   
    max-width: 2000px !important;
    width: 1300px;
	opacity: 0.03;
}

.bd-hero .hero-big-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.full-hero-image {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100%;
    top: 0px;
}
.full-hero-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.full-hero-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, var(--e-global-color-primary) 100% );
}

.bd-hero-description p {
    max-width: 750px;
}

.bd-hero .scroll-down-icon-wrap {
	transition: all 0.3s ease-in-out;
}

.bd-hero .scroll-down-icon-wrap:hover {
	opacity: 0.75;
}

@media screen and (max-width: 1500px) {	
  .bd-hero .hero-big-logo {
    width: 1000px;
 }
 
 .bd-hero .scroll-down-icon-wrap.elementor-widget-lottie {
    --lottie-container-width: 24px;
 }
}

@media screen and (max-width: 1024px) {
  .bd-hero > .e-con-inner {
	flex-direction: column;
  }

  .bd-hero .hero-text-wrap {
	flex: 0 0 auto;
	order: 2;
/* 	min-height:60svh; */
  }

  .bd-hero .hero-img-wrap {
	flex: 1 1 auto;
	order: 1;
	margin-top: 80px;
  }
	
  .bd-hero .hero-img-wrap > .elementor-widget-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
	
  .full-hero-image {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    height: auto;
  }

  .full-hero-image img {
    object-fit: cover !important;
    object-position: right;
    
  }


  .full-hero-image:before {
    bottom: -30%;
    height: 200px;
  }
	
  .bd-hero .hero-big-logo {
	right: 50%;
    top: 80px;
    transform: translate(50%, 0%);    
    width: 800px;
  }	
}

@media screen and (max-height: 1000px) and (min-width:768px) and (max-width: 1024px) {
  .bd-hero {
   height:auto;
  }
	
  .bd-hero .hero-img-wrap {
	min-width: 100vw;
	min-height: 400px;
/* 	margin-top: 40px; */
  }
}

@media screen and (max-width: 767px) {
  .bd-hero .hero-img-wrap {
		margin-top: 60px;
	}	
}

@media screen and (max-width: 480px) {
  .bd-hero .hero-text-wrap h1 br {
    display: none;
  }

  .bd-hero .hero-big-logo {
    top: 60px;
    width: 400px;
  }
}

@media screen and (max-width: 375px) {
  .bd-hero .hero-text-wrap {
    padding-top: 0;
/*     margin-top: -24px; */
  }
}
@media screen and (max-width: 375px) and (max-height:559px) {
  .bd-hero {
   height:auto;
  }
	
  .bd-hero .hero-text-wrap {
    padding-top: 0;
/*     margin-top: -5px; */
  }
	
  /*  .hero-text-wrap {
    margin-top: -15px;
  } */

  .bd-hero .hero-img-wrap{
	min-width: 100vw;
	min-height: 40svh;
  }
	
  .full-hero-image {
	min-height: 50svh;
  }
	
 .full-hero-img .hero-text-wrap {
    margin-top: 0px;
  }
	
  .full-hero-image img {
    right: 0%;
    top: 40px;
    position: absolute;
    transform-origin: right;
    transform: scale(1.5);
    min-height: 100%;
  }
}


/* Hero Kenburn */
.bd-hero .full-hero-image img {
  animation: kenburns 20s ease-in-out both;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}


/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/
.bd-button {
    width: fit-content;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.bd-button .elementor-button {
    display: flex;
    padding: 0px;
    background: transparent;
    border: 1px solid white;
    border-radius: 0px;
}

.bd-button.black-button .elementor-button {
    border: 1px solid black;
}

.bd-button.primary-button .elementor-button {
    border: 1px solid var(--e-global-color-accent);
}

.bd-button .elementor-button-content-wrapper {
    z-index: 1;
    display: flex;
    gap: 0px;
}

.bd-button .elementor-button-text {
    padding: 12px 52px 12px 20px;
    font-family: var(--font-stack-heading);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25em;
    transition: all 0.4s ease-out;
}

.bd-button.black-button .elementor-button-text {
    color: black;
}

.bd-button .elementor-button-content-wrapper:after,
#cf7-b2b-add-to-cart-popup .popup-content__button.inquiry:after {
    content: "";
	position: absolute;
    top: -1px;
    right: -1px;
    width: 44px;
    height: 102%;
    display: block;
    aspect-ratio: 1 / 1;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
    background: white;
    background-image: url(/wp-content/uploads/2024/11/icon-arrow-black.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bd-button.black-button .elementor-button-content-wrapper:after {
    background: black;
    background-image: url(/wp-content/uploads/2024/11/icon-arrow-white.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bd-button.primary-button .elementor-button-content-wrapper:after {
    background-color: var(--e-global-color-accent);
}

.bd-button .elementor-button:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(-100%);
    opacity: 0;
    animation: mouseOutAnimation 0.4s forwards;
}

.bd-button.black-button .elementor-button:before {
    background: black;
}

.bd-button.primary-button .elementor-button:before {
    background: var(--e-global-color-accent);
}

.bd-button .elementor-button:hover::before {
    animation: mouseInAnimation 0.4s forwards;
    transition-delay: 0s;
}

.bd-button .elementor-button:not(:hover)::before {
    animation: mouseOutAnimation 0.4s forwards;
    transition-delay: 0.4s;
}

.bd-button .elementor-button:hover .elementor-button-text {
    color: black;
}

.bd-button.black-button .elementor-button:hover .elementor-button-text {
    color: white;
}

.product-variation {
    border: 1px var(--e-global-color-gray-border) solid;
}

/* Button Hover Animation */
@keyframes mouseInAnimation {
    from {
        left: 0px;
        transform: translateX(-100%);
        opacity: 1;
    }

    to {
        left: auto;
        right: 0px;
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes mouseOutAnimation {
    from {
        left: auto;
        right: 0px;
        transform: translateX(0);
        opacity: 1;
    }

    to {
        left: auto;
        right: 0px;
        transform: translateX(100%);
        opacity: 1;
    }
}

/* Play Button */
.play-button {
    width: fit-content;
    height: 30px;
}

.play-button a,
.play-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.play-button .elementor-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.play-button .elementor-button-icon svg {
    width: 30px;
    height: 30px;
    transition: all 0.4s ease-out;
}

.play-button .elementor-button-icon path {
    fill: var(--e-global-color-accent);
}

.play-button .elementor-button-text {
    font-family: "Reddit Sans";
    font-size: 0.875rem;
    font-weight: 700;
}

.play-button:hover .elementor-button-icon svg {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .bd-button .elementor-button-text {
        padding: 10px 46px 10px 16px;
    }

    .bd-button .elementor-button-content-wrapper:after,
	#cf7-b2b-add-to-cart-popup .popup-content__button.inquiry:after {
        width: 38px;
        background-size: 12px auto;
    }
}

/*-----------------------------------*/
/* END OF Buttons */
/*-----------------------------------*/


/*-----------------------------------*/
/* product-finder-main all pages with the grid  */
/*-----------------------------------*/


/* facet inputs */
.facetwp-facet .facetwp-checkbox {
    padding-right: 10px;
}

.facetwp-facet .facetwp-checkbox,
.facetwp-facet .facetwp-radio {
    margin-bottom: 12px;
}

/* facet headings */
.filters-heading {
    position: relative;
    padding-bottom: 20px;
    font-family: var(--font-stack-heading);
    font-weight: 500;
    font-size: 1.2rem;
}

.filters-heading.yellow {
    color: var(--e-global-color-accent);
}

.view-range {
    position: relative;
    padding-right: 30px;
    color: white;
}

.view-range:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-2px);
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.25s ease-in;
}

.view-range:hover:after {
    transform: translateY(2px);
}

.filters-heading:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--e-global-color-gray-border-dark);
}

@media screen and (max-width: 767px) {

    .facetwp-facet .facetwp-checkbox,
    .facetwp-facet .facetwp-radio {
        margin-bottom: 8px;
    }

    .filters-heading {
        padding-bottom: 12px;
    }

    .view-range:after {
        width: 14px;
        height: 14px;
        background-size: 14px;
    }
}

/* filter sidebar */
.quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: 1rem;
}

.quick-link:hover {
    color: var(--e-global-color-accent);
}

.quick-link img {
    border-radius: 4px;
}

.filter-flex .facetwp-facet {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 1024px) {
    .filter-flex .facetwp-facet {
        gap: 10px;
    }
}

.facetwp-facet .facetwp-counter {
    display: none;
}

.show-counter .facetwp-facet .facetwp-counter {
    display: inline !important;
}

.fitting-type .facetwp-radio,
.fitting-type .facetwp-radio .facetwp-display-value {
    display: flex;
    align-items: center;
    gap: 5px;
}

.fitting-type .facetwp-radio {
    padding: 0;
    background: none !important;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0;
    /* white-space: nowrap; */
}

.fitting-type .facetwp-radio:hover,
.fitting-type .facetwp-radio.checked {
    outline: 1px white solid;
    background: rgba(255, 255, 255, 0.05) !important;
}

.fitting-type .facetwp-radio img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

/* add to cart */
.add-to-cart-checkbox {
    background-color: black;
    color: white;
    cursor: pointer;
}

.add-to-cart-checkbox label {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

/* Products Grid */
.bd-products-grid .bulk-selector {
    background: var(--e-global-color-dark-background-1);
}

.bd-products-grid .bulk-selector label {
    padding: 8px 12px;
    display: flex;
    cursor: pointer;
    font-weight: bold;
}

.bd-products-grid .bulk-selector label input {
    margin-left: auto;
}

.bd-products-grid .bd-grid-spec-item {
    padding: 8px 12px;
}

.bd-products-grid .bd-grid-spec-item,
.bd-products-grid .bd-grid-spec-item .elementor-heading-title {
    font-size: 16px;
    line-height: 1.5;
}

.bd-products-grid .bd-grid-spec-item:first-of-type {
  color: var(--e-global-color-accent);
}

/* we changed thi title to be yellow, so this not needed:
.bd-products-grid .bd-grid-spec-item span {
    font-weight: 500;
}
*/

.bd-products-grid .bd-grid-spec-item:not(:last-child) {
    border-bottom: 1px var(--e-global-color-gray-border) solid;
}

/* Hide the bottom border when this item appears last,
   even though the actual last DOM item is hidden */
.bd-products-grid .bd-grid-spec-item:has(+ .bd-grid-spec-item:last-child .empty) {
    border-bottom: 0;
}

.bd-grid-spec-item:has(.empty) {
    display: none;
}

/* Custom checkbox */

.custom-checkbox {
    position: relative;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    outline: 1px var(--e-global-color-gray-border) solid;
    background-color: white;
    border-radius: 2px;
}

.bd-products-grid .bulk-selector label .checkmark {
    right: 12px;
    left: auto;
}

.custom-checkbox input {
    opacity: 0;
}

.custom-checkbox input:checked+.checkmark {
    background-image: url(../images/icon-checked.svg);
    background-size: cover;
    background-position: 50% 50%;
}
/*-----------------------------------*/
/* END OF product-finder-main all pages with the grid  */
/*-----------------------------------*/

/*-----------------------------------*/
/* About Us */
/*-----------------------------------*/
/* About us overview */
.polygon-clip-path {
  clip-path: var(--angled-edge-mask);
}

/*-----------------------------------*/
/* 404 */
/*-----------------------------------*/
.error404 .custom-super-big-title h1 {
  font-size: 12rem;
}

@media screen and (max-width: 1024px) {
  .error404 .custom-super-big-title h1 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .error404 .custom-super-big-title h1 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 375px) {
  .error404 .custom-super-big-title h1 {
    font-size: 6rem;
  }
}

/*-----------------------------------*/
/*for Search result & Error 404 */
/*-----------------------------------*/
.bd-search-input-wrap button {
  cursor: pointer;
}

@media screen and (max-width: 375px) {
  .bd-search-input-wrap .e-search-input-wrapper {
    --e-search-icon-clear-absolute-width: 0px;
  }
}

/*-----------------------------------*/
/* Search Result */
/*-----------------------------------*/
.search-result-grid .elementor-loop-container {
  grid-auto-rows: auto !important;
}

.search-result-item {
  height: 100%;
}

.search-result-img-wrap {
  overflow: hidden;
}

.search-result-item img,
.search-result-title span {
  transition: all 0.3s ease-in-out;
}

.search-result-item:hover img {
  scale: 1.1;
}

.search-result-title span {
  font-family: var(--font-stack-heading);
  font-weight: 500;
}

.search-result-item:hover .search-result-title span {
  color: var(--e-global-color-accent)!important;
}

/*-----------------------------------*/
/* Pagination */
/*-----------------------------------*/
nav.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;	
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-gray-border);
  border-radius: 4px;
}

.page-numbers.current {
  color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

@media screen and (max-width: 767px) {
  nav.elementor-pagination {
    margin-top: 20px;
  }
}