/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-josefin);
  color: #05191c;
  line-height: 1;
}

h1 {
  font-family: var(--font-bebas);
  color: #05191c;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 3.5rem; /* Adjusted for hierarchy */
  font-family: var(--font-bebas) !important;
}

h2,
.h2 {
  font-size: 2.75rem; /* Reference size */
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

p,
.p {
  font-size: 1rem;
}

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

/* For small screens (up to 600px) */
@media (max-width: 600px) {
  html {
    font-size: 14px; /* 1rem = 14px */
  }

  h1,
  .h1 {
    font-size: 2.75rem; /* 38.5px */
  }

  h2,
  .h2 {
    font-size: 2.25rem; /* 31.5px */
  }

  h3,
  .h3 {
    font-size: 1.75rem; /* 24.5px */
  }

  h4,
  .h4 {
    font-size: 1.5rem; /* 21px */
  }

  h5,
  .h5 {
    font-size: 1.25rem; /* 17.5px */
  }

  h6,
  .h6 {
    font-size: 1rem; /* 14px */
  }

  p,
  .p {
    font-size: 1rem; /* 14px */
  }

  small,
  .small {
    font-size: 0.875rem; /* 12.25px */
  }
}

/* For medium screens (600px to 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
  html {
    font-size: 15px; /* 1rem = 15px */
  }

  h1,
  .h1 {
    font-size: 3.25rem; /* 48.75px */
  }

  h2,
  .h2 {
    font-size: 2.5rem; /* 37.5px */
  }

  h3,
  .h3 {
    font-size: 2rem; /* 30px */
  }

  h4,
  .h4 {
    font-size: 1.5rem; /* 22.5px */
  }

  h5,
  .h5 {
    font-size: 1.375rem; /* 20.625px */
  }

  h6,
  .h6 {
    font-size: 1.125rem; /* 16.875px */
  }

  p,
  .p {
    font-size: 1rem; /* 15px */
  }

  small,
  .small {
    font-size: 0.875rem; /* 13.125px */
  }
}

/* For large screens (1024px and up) */
@media (min-width: 1024px) {
  html {
    font-size: 16px; /* 1rem = 16px */
  }

  h1,
  .h1 {
    font-size: 3.5rem; /* 56px */
  }

  h2,
  .h2 {
    font-size: 2.75rem; /* 44px */
  }

  h3,
  .h3 {
    font-size: 2.25rem; /* 36px */
  }

  h4,
  .h4 {
    font-size: 1.75rem; /* 28px */
  }

  h5,
  .h5 {
    font-size: 1.5rem; /* 24px */
  }

  h6,
  .h6 {
    font-size: 1.25rem; /* 20px */
  }

  p,
  .p {
    font-size: 1rem; /* 16px */
  }

  small,
  .small {
    font-size: 0.875rem; /* 14px */
  }
}

.eyebrow {
  display: block;
  color: var(--lightGrey-color);
  text-transform: uppercase;
  margin-bottom: 18px;
}
/* button styles   */

.primary-button {
    background-color: var(--orange-color);
  font-family: "Montserrat", serif;
  text-transform: uppercase;
    padding: 8px 25px;
    min-width: 120px;
    color: var(--white-color);
    border-radius: 3px;
    border: 1px solid var(--orange-color);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    font-weight:500;
}

.primary-button:hover,
.primary-button:focus,
.primary-button:active {
    background-color: transparent;
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    font-weight:500;
}

.button-outline {
   font-family: "Montserrat", serif;
  text-transform: uppercase;
    background-color: var(--white-color);
    padding: 8px 25px;
    min-width: 120px;
    color: var(--black-color);
    border-radius: 3px;
    border: 1px solid var(--black-color);
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    font-weight:500;

}

.button-outline:hover,
.button-outline:focus,
.button-outline:active {
    background-color: transparent;
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    font-weight:500;
}


.button-icon {
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 6px;
    color: var(--orange-color);
    padding: 8px 29px 8px 0px;
    transition: right 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    font-weight:500;

}

.button-icon:hover:after,
.button-icon:focus:after,
.button-icon:active:after {
    right: -2px;
}

.button-icon:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,%3Csvg class="w-5 h-5 ml-2 " fill="%23FF5C35" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clip-rule="evenodd"%3E%3C/path%3E%3C/svg%3E');
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;

}


.netflix {
    color: var(--netflix-color);
    font: var(--font-bebas);
    font-weight: 600;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: var(--offWhite-color);
}

.spotify {
    color: var(--spotify-color);
    font: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: var(--offWhite-color);
}

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

    .netflix {
        font-size: 12px;
        font-weight: 700;
        padding: 6px 14px;
    }

    .spotify {
        font-size: 12px;
        font-weight: 700;
        padding: 6px 14px;
    }

}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
   font-family: "Montserrat", serif;
  text-transform: uppercase;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}


.logo-top {
    width: 3rem;
}

.main-header {
    z-index: 999;
    position: fixed;
    color: var(--black-color);
    overflow: hidden;
    width: 100%;
    transition: background-color 0.3s ease;
    top: 0;
    left: 0;
/*     padding: 1rem 0; */
}

.site-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 10;
    align-items: center;
    padding: 10px 0px;
}

.site-header a.nav-menu-item-link {
    font-weight: 400;
}

.site-header div,
.site-header a,
.site-header ul,
.site-header li {
    color: inherit;
}

.site-header .site-logo {
    padding: 0;
    position: relative;
    margin: 0;
    color: inherit;
    width: 230px;
}

.site-header .site-logo svg,
.site-header .site-logo a {
    height: 12px;
    display: inline-block;
    width: 100%;
    color: inherit;
}

.site-logo-icon {
    color: inherit;
}

.nav-right-item {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 6px;
}

.nav-center-item .nav-menu>li>a,
.nav-center-item .nav-menu>li,
.nav-center-item .nav-menu,
.nav-center-item {
    height: 100%;
}

.nav-center-item .nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    color: inherit;
}

.nav-center-item .nav-menu>li>a {
    font-size: 16px;
    text-decoration: none;
    color: inherit;
}


.sublist a {
    text-decoration: none;
}

.links-section-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    text-decoration: none;
}

.link-desc>p {
    font-size: 14px;
    color: var(--dark-grey);
}


.main-header .nav__divide {
    margin-top: 24px;
}

@media (min-width: 768px) {

    .main-header .nav__divide {
        border-top: none;
        margin-top: 0px;
        padding-top: 32px;
    }
}

@media (min-width: 1024px) {
    .main-header .nav__divide {
        border-top: 0;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        padding-left: 30px;
    }

}

.nav-menu .item-hoverd>a {
    border-radius: 5px;
    display: inline-block;
    transition: background-color .8s;
}

.nav-center-item .nav-menu .nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.main-header.fixed, .main-header.show {
    color:var(--black-color);
    background-color: white;
    box-shadow: 0 0 15px 2px #a1a1a147;
}

.main-header.show {
    overflow: visible;
}


@media screen and (max-width: 767px) {
    .mobile-menu-icon {
        display: inline-block;
        border: none;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.2);
        /* Transparent background */
        color: white;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    }

    .main-header.fixed .mobile-menu-icon {
        display: inline-block;
        border: none;
        border-radius: 5px;
        /* Transparent background */
        color: var(--black-color);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    }
}

.extra-menu-item .extra-menu {
    display: flex;
}

.mobile-menu {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: background-color 0.8s ease;
    z-index: 99999;
    padding: 0px 20px 60px 20px;
    overflow: scroll;
    /* Add animation properties */
    transition: transform 0.5s ease-in-out;
    transform: translateX(-100%);
}

.mobile-menu .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.mobile-menu .nav-menu .nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    opacity: 0;
    transition: opacity 0.8s ease;
    visibility: hidden;
    background-color: white;
    z-index: 99999;
}

.mobile-menu .nav-menu .nav__submenu.show-child {
    visibility: visible;
    opacity: 1;
}

.nav-menu-item>a {

    font-family: var(--font-josefin);
}

@media (max-width: 768px) {
    .mobile-menu.mobile-menu-show {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
       /* Apply animation for opening */
    transform: translateX(0);
    }
  .mobile-menu.mobile-menu-hide {
    /* Apply animation for closing */
    transform: translateX(-100%);
}

    .mobile-menu.mobile-menu-show .nav-menu-item>a {
        font-size: 20px;
        text-decoration: none;
        color: var(--black-color);
        padding: 20px 0px;
        display: block;
        width: 100%;
        position: relative;
    }

    .mobile-menu.mobile-menu-show .nav-menu-item>a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 16 4-4-4-4"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 0px;
        /* Adjust margin as needed */
    }


    .mobile-menu.mobile-menu-show .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 34px 0;
    }

    .mobile-menu.mobile-menu-show .left-icon,
    .mobile-menu.mobile-menu-show .close-icon {
        padding: 0px;
        background-color: rgba(255, 255, 255, 0.2);
        /* Transparent background */
        color:var(--black-color);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        border: unset;
      
    }

    .mobile-menu.mobile-menu-show .extra-menu {
        display: none;
    }

    .mobile-menu.mobile-menu-show .extra-menu .button {
        width: 99%;
        text-align: center;
        display: block;
    }
}


.burger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.5rem;
    height: 1rem;
    border: none;
    outline: none;
    visibility: visible;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.15px;
    opacity: 1;
    rotate: 0deg;
    border-radius: 0.15rem;
    background-color: hsl(210, 15%, 4%);
    transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.burger.is-active>.burger-line:nth-child(1) {
    top: 0.5rem;
    rotate: 135deg;
}

.burger.is-active>.burger-line:nth-child(2) {
    opacity: 0;
}

.burger.is-active>.burger-line:nth-child(3) {
    top: 0.5rem;
    rotate: -135deg;
}

@media screen and (min-width: 62rem) {
    .burger {
        display: none;
        visibility: hidden;
    }
}

/* link box  */

.link-box {
    display: flex;
    align-items: start;
    justify-content: start;
}

.link-desc {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}



/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}