:root {
    /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
    --primary: #0cbcf5;
    --primaryLight: #0cbcf5;
    --secondary: #9baff3;
    --secondaryLight: #ffba43;
    --headerColor: #1a1a1a;
    --bodyTextColor: #4e4b66;
    --bodyTextColorWhite: #fafbfc;
    --font-heading: 'Oswald', sans-serif; 
    --font-body: 'Source Sans 3', sans-serif;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}


































body {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
}
html {
  background-color: #0c0f19; /* your dark background */
}

body {
  background-color: transparent;
}

.cs-topper{
color: #0cbcf5 !important; 
}

.linebtn {
  position: relative;
  font-weight: 700;
  font-family: 'oswald';
  text-decoration: none;
  color: #f2f2f2; /* Light text */
  font-size: 1rem;
  z-index: 21;
  padding-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.linebtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #7a9ef3; /* Light blue underline */
  transition: width 0.3s ease;
}

.linebtn:hover::after {
  width: 100%;
}

@media only screen and (min-width: 0rem) {
 .glowfillbtn {
  font-size: clamp(1rem, 1.5vw, 1rem);
  z-index: 22 !important;
  line-height: clamp(2.75rem, 5vw, 3.25rem);
  padding: 0 1.25rem;
  font-weight: 700;
  font-family: 'oswald';
  border-radius: 44px;
  text-transform: uppercase;

  overflow: hidden;
  color: #000000;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  flex: 0 1 auto;
min-width: 11.5rem;
  max-width: 100%;
  height: 3.075rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(127, 219, 255, 0.8);
  transition: background 0.4s ease-in-out, transform 0.2s ease;
}

 .glowfillbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #7a9ef3;
  transition: width 0.25s ease-in-out;
  z-index: -1;
}

 .glowfillbtn:hover::before {
  width: 100%;
}

 .glowfillbtn:hover {
  transform: scale(1);
}

 .glowfillbtn span {
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}





.glowbtn {
  font-size: clamp(1rem, 1.5vw, 1rem);
  z-index: 22 !important;
  line-height: clamp(2.75rem, 5vw, 3.25rem);
  padding: 0 1.25rem;
  font-weight: 700;
  font-family: 'oswald';
  border-radius: 44px;
  text-transform: uppercase;

  overflow: hidden;
  color: #000000;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 11.5rem;
  max-width: 100%;
  height: 3.375rem;
  text-align: center;
  text-decoration: none;
 box-shadow: 0 0 15px rgba(127, 219, 255, 0.8);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.glowbtn:hover {
  transform: scale(1.03);
  box-shadow:
    0 0 20px rgba(127, 219, 255, 0.95),
    0 0 40px rgba(127, 219, 255, 0.7);
}

.glowbtn span {
  position: relative;
  z-index: 1;
}



.glowbtn2 {
  font-size: clamp(1rem, 1.5vw, 1rem);
  z-index: 22 !important;
  line-height: clamp(2.75rem, 5vw, 3.25rem);
  padding: 0 1.25rem;
  font-weight: 700;
  font-family: 'oswald';
  border-radius: 44px;
  text-transform: uppercase;

  overflow: hidden;
  color: #000000;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 11.5rem;
  max-width: 100%;
  height: 3.125rem;
  text-align: center;
  text-decoration: none;
 box-shadow: 0 0 15px rgba(127, 219, 255, 0.8);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.glowbtn2:hover {
  transform: scale(1.03);
  box-shadow:
    0 0 20px rgba(127, 219, 255, 0.95),
    0 0 40px rgba(127, 219, 255, 0.7);
}

.glowbtn2 span {
  position: relative;
  z-index: 1;
}
}



@media only screen and (min-width: 48rem) {
 .glowfillbtn {
min-width: 12.5rem;
  max-width: 100%;
  height: 3.275rem;

}

 




.glowbtn {

  min-width: 12.5rem;
  max-width: 100%;
  height: 3.375rem;
  
}


.glowbtn2 {
  font-size: clamp(1rem, 1.5vw, 1rem);
  z-index: 22 !important;
  line-height: clamp(2.75rem, 5vw, 3.25rem);
  padding: 0 1.25rem;
  font-weight: 700;
  font-family: 'oswald';
  border-radius: 44px;
  text-transform: uppercase;

  overflow: hidden;
  color: #000000;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 11.5rem;
  max-width: 100%;
  height: 3.125rem;
  text-align: center;
  text-decoration: none;
  box-shadow:
    0 0 24px rgba(127, 219, 255, 0.8),
    0 0 12px rgba(127, 219, 255, 0.5);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.glowbtn2:hover {
  transform: scale(1.03);
  box-shadow:
    0 0 20px rgba(127, 219, 255, 0.95),
    0 0 40px rgba(127, 219, 255, 0.7);
}

.glowbtn2 span {
  position: relative;
  z-index: 1;
}
}


.cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    font-family: 'oswald';
    display: block;
}

.cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
      font-family: 'oswald';
}

.cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
    font-family: 'source sans 3';
}
                            





@media only screen and (min-width: 0rem) {
    #footer01 {
        z-index: 10;
        position: relative;
        background-color: #000000;
        padding: var(--sectionPadding);
 padding-top: clamp(4.25rem, 12vw, 6.5rem);



        padding-bottom: clamp(1.875rem, 5vw, 3.125rem);
    }

    #footer01 .cs-container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: auto;
        max-width: 34.375rem;
        width: 100%;
        -moz-column-gap: 3rem;
             column-gap: 3rem;
        row-gap: 2rem;
    }

    #footer01 .cs-logo-group {
        position: relative;
        width: 100%;
    }

    #footer01 .cs-logo {
        display: block;
        margin: 0 0 1.5rem 0;
        height: auto;
        width: 19.625rem;
        position: relative;
        z-index: 1;
    }

    #footer01 .cs-text {
        margin: 0 0 2rem;
        color: var(--bodyTextColorWhite);
        font-family: 'source sans 3';
        font-size: 1rem;
    }

    #footer01 .cs-logo-img {
        height: auto;
        width: 100%;
         filter:
    drop-shadow(0 0 8px hsla(190, 100%, 70%, 0.5))
    drop-shadow(0 0 10px hsla(190, 100%, 65%, 0.3))
    drop-shadow(0 0 18px hsla(190, 100%, 60%, 0.2));
    }

    #footer01 .cs-header {
        position: relative;
        display: block;
        margin: 0 0 1.25rem 0;
        text-transform: uppercase;
        font-family: 'oswald';
        font-size: 1.25rem;
        line-height: 1.5em;
        font-weight: 700;
        color: var(--bodyTextColorWhite);
    }

    #footer01 .cs-ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        gap: 0.75rem;
         font-family: 'source sans 3';
    }

    #footer01 .cs-ul-1 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 21.875rem;
        width: 100%;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }

    #footer01 .cs-ul-1 .cs-li {
        width: 44%;
    }

    #footer01 .cs-li {
        list-style: none;
    }

    #footer01 .cs-link {
        display: inline-flex;
        align-items: flex-start;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5em;
        color: #fff;
        transition: color 0.3s;
        text-align: left;
        gap: 0.5rem;
    }

    #footer01 .cs-link:hover {
        color: var(--secondary);
    }

    #footer01 .cs-icon {
        display: block;
        margin-right: 0.125rem;
        height: auto;
        width: 1.25rem;
    }

    #footer01 .cs-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin: clamp(3rem, 7vw, 4rem) auto 0;
        max-width: 80rem;
        width: 100%;
        padding-top: 1.5rem;
        text-align: center;
        gap: 0.75rem;
    }

    #footer01 .cs-credit, #footer01 .cs-bottom-link, #footer01 .cs-credit-link {
        position: relative;
        display: inline-block;
        margin: 0;
        width: auto;
        text-decoration: none;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: #fff;
        transition: color 0.3s;
       
    }

    #footer01 .cs-credit {
        width: 100%;
        font-family: 'source sans 3';
    }

    #footer01 .cs-credit-link {
        position: relative;
        display: inline-block;
        margin: 0;
        width: auto;
        text-decoration: none;
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        color: #fff;
        
    }

    #footer01 .cs-credit-link:hover {
        color: var(--secondary);
          
    }

    #footer01 .cs-bottom-links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
          font-family: 'source sans 3';
    }

    #footer01 .cs-bottom-link {
        display: flex;
        align-items: center;
    }

    #footer01 .cs-bottom-link:hover {
        color: var(--secondary);
    }

    #footer01 .cs-bottom-link:last-of-type:before {
        content: "";
        opacity: 1;
        display: block;
        margin: 0 0.75rem;
        background: currentColor;
        height: 0.875rem;
        width: 1px;
    }

  
}

@media only screen and (min-width: 48rem) {
    #footer01 .cs-container3 {
        max-width: 80rem;
        row-gap: clamp(3rem, 7vw, 4rem);
    }

    #footer01 .cs-bottom {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #footer01 .cs-credit {
        text-align: left;
    }

    #footer01 .cs-bottom-links {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1024px) {
    #footer01 .cs-container3 {
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #footer01 .cs-logo-group {
        margin-right: auto;
        max-width: 25rem;
        width: 30%;
    }

    #footer01 .cs-text {
        width: 100%;
    }

    #footer01 .cs-social {
        position: relative;
        top: auto;
        right: auto;
        flex-direction: row;
    }
}





/* ===================
   OSWALD
   =================== */
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald/oswald-v57-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===================
   SOURCE SANS 3
   =================== */
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-200italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-600italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-800italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3/source-sans-3-v19-latin-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
