
:root {
    --primary-color: #2E0B3D;
    --accent-color: #A81F70;
    --text-color: #424242;
    --background-color: #f5f5f5;
  }
  p{
    font-size: 16px;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff"), url("../fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.ttf") format("truetype"), url("../fonts/Manrope-Light.svg#Manrope-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  .header .menu-toggle {
    display: none;
  }
  @media only screen and (max-width: 991px) {
    .header .menu-toggle {
      display: block !important;
    }
  }
  @media only screen and (min-width: 1201px) {
    .app-lg {
      display: none !important;
    }
  }
  @media only screen and (max-width: 1200px) {
    .dis-lg {
      display: none !important;
    }
  }
  @media only screen and (min-width: 992px) {
    .app-md {
      display: none !important;
    }
  }
  @media only screen and (max-width: 991px) {
    .dis-md {
      display: none !important;
    }
  }
  @media only screen and (min-width: 768px) {
    .app-sm {
      display: none !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .dis-sm {
      display: none !important;
    }
  }
  @media only screen and (min-width: 576px) {
    .app-xs {
      display: none !important;
    }
  }
  @media only screen and (max-width: 576px) {
    .dis-xs {
      display: none !important;
    }
  }
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .simpleParallax{
    border-radius: 10px;
  }
  
  body {
    font-family: "Manrope", sans-serif;
  }
  .image-container {
    background-color: white; 
    padding: 10px; 
    border-radius: 7px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    margin: 0 ;
  
  }
  .image-container img {
    max-width: 200px; 
    width: 100%; 
    height: auto; 
  }
  
  strong {
    font-weight: 600;
  }
  
  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 15px;
  }
  p a {
    text-decoration: underline;
  }

  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul li {
    font-size: 16px;
    line-height: 24px;
  }
  a {
    color: inherit;
    text-decoration: none;
    outline: none;
  }

  
  .cta-heading {
    font-size: 84px;
    font-weight: 400;
    line-height: 100%;
  }
  
  .para-18,
  .para-18 p {
    font-size: 18px;
    line-height: 24px;
  }
  .para-16,
  .para-16 p {
    font-size: 16px;
    line-height: 24px;
  }
  .para-big,
  .para-big p {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }
  .para-mobile-big,
  .para-mobile-big p {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
  }
  
  .edm {
    font-size: 14px;
    line-height: 20px;
  }
  
  .font-weight-light {
    font-weight: 300 !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  @keyframes ani-mouse {
    0% {
      top: 6px;
      opacity: 1;
    }
    50% {
      top: 18px;
      opacity: 1;
    }
    75% {
      top: 24px;
      opacity: 0;
    }
    100% {
      top: 36px;
      opacity: 0;
    }
  }
  @keyframes rotate {
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes loader {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loader {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  [data-bs-toggle] {
    cursor: pointer;
  }
  
  
  
  .registerNow{
    color: #fff;
    background-color: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
    height: 60px;
    padding: 12px 36px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 9999px;
    transition: all 0.3s ease-out;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .registerNow {
      font-size: 14px;
      padding: 8px 24px;
      min-width: 140px;
      height: 45px;
    }
  }
  
  .registerNow .arrow {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    overflow: hidden;
  }
  .registerNow .arrow::before, .registerNow .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(var(--var-translate-x)) translateY(var(--var-translate-y)) rotate(var(--var-rotate));
    --var-translate-x: -50%;
    --var-translate-y: -50%;
    --var-rotate: 135deg;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5MV80MikiPgo8cGF0aCBkPSJNMC4zNTY1NDkgOC4yMjYyM0MtMC4wODk4Nzk3IDguNjY1NjkgLTAuMDg5ODc5OSA5LjM3OTM2IDAuMzU2NTQ5IDkuODE4ODFMNi4wNzA4MyAxNS40NDM4QzYuNTE3MjYgMTUuODgzMyA3LjI0MjI2IDE1Ljg4MzMgNy42ODg2OSAxNS40NDM4QzguMTM1MTIgMTUuMDA0NCA4LjEzNTEyIDE0LjI5MDcgNy42ODg2OSAxMy44NTEyTDMuOTIwODMgMTAuMTQ1OEwxNC44NzggMTAuMTQ1OEMxNS41MTAxIDEwLjE0NTggMTYuMDIwOCA5LjY0MzAzIDE2LjAyMDggOS4wMjA3N0MxNi4wMjA4IDguMzk4NSAxNS41MTAxIDcuODk1NzcgMTQuODc4IDcuODk1NzdMMy45MjQ0MSA3Ljg5NTc2TDcuNjg1MTIgNC4xOTAzQzguMTMxNTUgMy43NTA4NCA4LjEzMTU1IDMuMDM3MTcgNy42ODUxMiAyLjU5NzcyQzcuMjM4NjkgMi4xNTgyNyA2LjUxMzY5IDIuMTU4MjcgNi4wNjcyNiAyLjU5NzcyTDAuMzUyOTc3IDguMjIyNzJMMC4zNTY1NDkgOC4yMjYyM1oiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTkxXzQyIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMjA3NTIgMC4wMjA3NTIpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
  }
  .registerNow .arrow::before {
    --var-translate-x: -145%;
    --var-translate-y: 55%;
  }
  .registerNow:hover .text--before {
    --var-translate3d: 0px, -101%, 0px;
    --var-skew: -50deg;
    opacity: 0;
  }
  .registerNow:hover .text--after {
    --var-translate3d: 0px, 0%, 0px;
    --var-skew: 0;
    opacity: 1;
  }
  .registerNow:hover .arrow::before {
    --var-translate-x: -50%;
    --var-translate-y: -50%;
  }
  .registerNow:hover .arrow::after {
    --var-translate-x: 55%;
    --var-translate-y: -145%;
  }
  .registerNow-sm {
    font-size: 14px;
    padding: 8px 36px;
    min-width: 120px;
    height: 48px;
  }
  
  .items-center {
    align-items: center;
  }
  
  .items-start {
    align-items: flex-start;
  }
  
  .items-end {
    align-items: flex-end;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-start {
    justify-content: flex-start;
  }
  
  .justify-end {
    justify-content: flex-end;
  }
  
  form .row {
    gap: 12px 0;
  }
  form textarea, form textarea.form-control {
    min-height: 110px;
    resize: none;
  }
  
  .form-control {
    padding: 0.5rem 1rem;
    font-size: 14px;
    background-color: #f8f9fd;
    border-color: transparent;
    transition: all 0.3s ease-out;
  }
  .form-control::placeholder {
    color: #babcc2;
  }
  .form-control:focus {
    border-color: rgba(20, 144, 249, 0.25);
    box-shadow: 0 0 12px -8px rgba(20, 144, 249, 0.75);
  }
  
  .modal-header {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 0;
  }
  .modal-header .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 18px;
    background-color: var(--accent-color);
    margin-bottom: 12px;
  }
  .modal-header .icon svg {
    width: 100%;
    height: auto;
  }
  .modal-header .icon svg path {
    fill: #fff;
  }
  .modal-header p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .modal-header .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .modal-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .modal-body {
    padding: 24px 24px 48px;
  }
  .modal-body form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
  }
  .modal-body .form-submit {
    text-align: center;
  }
  .modal-body .form-submit .linkbtn {
    font-size: 16px;
    font-weight: 600;
    min-width: 180px;
  }
  
  @media (min-width: 992px) {
    #letstalkModal .modal-dialog,
    #joinModal .modal-dialog {
      max-width: 640px;
    }
  }

  @media (min-width: 992px) {
    #registerModal .modal-dialog,
    #joinModal .modal-dialog {
      max-width: 640px;
    }
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    position: relative;
    color: #141519;
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
  @media (max-width: 991px) {
    body {
      overflow-x: hidden;
    }
  }
  
  .open-nav {
    overflow-y: hidden;
  }
  
  .sitecontent {
    z-index: 1;
    position: relative;
  }
  
  .section {
    position: relative;
    padding: 80px 0;
  }
  @media (max-width: 1400px) {
    .section {
      padding: 60px 0;
    }
  }
  @media (max-width: 991px) {
    .section {
      padding: 35px 0;
    }
  }
  
  .container {
    max-width: 1200px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 1400px) {
    .container {
      max-width: 1160px;
    }
  }
  @media (max-width: 991px) {
    .container {
      padding: 0 32px;
    }
  }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px;
    }
  }
  
  .relative {
    position: relative;
  }
  
  .w-full {
    width: 100% !important;
  }
  
  .no-bg {
    background-color: transparent !important;
  }
  
  .section-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-bg img {
    display: block;
    width: 100%;
  }
  .section-bg--circ {
    top: -69px;
    left: 250px;
    width: 1610px;
    height: 1610px;
  }
  @media (max-width: 991px) {
    .section-bg--circ {
      top: 86px;
      left: -52px;
      width: 1581px;
      height: 1581px;
    }
  }
  .section-bg--gradcirc {
    top: 48px;
    left: 44.35%;
    width: 1258px;
    height: 1258px;
  }
  @media (max-width: 991px) {
    .section-bg--gradcirc {
      top: 30%;
      left: 22%;
      width: 862px;
      height: 862px;
      transform: rotate(-90deg);
    }
  }
  .section-bg--gradcirc-2 {
    width: 1290px;
    height: 1290px;
    transform: rotate(120deg);
  }
  @media (max-width: 991px) {
    .section-bg--gradcirc-2 {
      top: 36%;
      left: 22%;
      width: 862px;
      height: 862px;
      transform: rotate(-90deg);
    }
  }
  .section-bg--gradcirc-3 {
    transform: rotate(-90deg);
  }
  
  .section-bg-circ--1, .section-bg-circ--2 {
    display: block;
    max-width: 100%;
  }
  .section-bg-circ--1 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media (max-width: 991px) {
    .section-bg-circ--1 {
      left: 0;
      right: auto;
      bottom: 365px;
      width: 100%;
    }
  }
  .section-bg-circ--2 {
    position: absolute;
    top: 266px;
    right: 0;
  }
  @media (max-width: 991px) {
    .section-bg-circ--2 {
      left: 0;
      right: auto;
      top: auto;
      bottom: 395px;
      width: 100%;
    }
  }
  .section-bg-circ--3 {
    position: absolute;
    bottom: 178px;
    left: 0;
  }
  @media (max-width: 767px) {
    .section-bg-circ--3 {
      left: 0;
      right: auto;
      top: auto;
      bottom: 27.57%;
      width: 100%;
    }
  }
  
  .inner {
    z-index: 1;
    position: relative;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  @media (min-width: 992px) {
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-auto {
      margin-left: auto !important;
    }
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .max-width--100 {
    max-width: 100px !important;
  }
  .max-width--150 {
    max-width: 150px !important;
  }
  .max-width--200 {
    max-width: 200px !important;
  }
  .max-width--250 {
    max-width: 250px !important;
  }
  .max-width--300 {
    max-width: 300px !important;
  }
  .max-width--350 {
    max-width: 350px !important;
  }
  .max-width--400 {
    max-width: 400px !important;
  }
  .max-width--450 {
    max-width: 450px !important;
  }
  .max-width--500 {
    max-width: 500px !important;
  }
  .max-width--550 {
    max-width: 550px !important;
  }
  .max-width--600 {
    max-width: 600px !important;
  }
  .max-width--650 {
    max-width: 650px !important;
  }
  .max-width--700 {
    max-width: 700px !important;
  }
  .max-width--730 {
    max-width: 730px !important;
  }
  .max-width--750 {
    max-width: 750px !important;
  }
  .max-width--800 {
    max-width: 800px !important;
  }
  .max-width--850 {
    max-width: 850px !important;
  }
  .max-width--900 {
    max-width: 900px !important;
  }
  .max-width--950 {
    max-width: 950px !important;
  }
  .max-width--1000 {
    max-width: 1000px !important;
  }
  .max-width--1050 {
    max-width: 1050px !important;
  }
  .max-width--1100 {
    max-width: 1100px !important;
  }
  .max-width--1150 {
    max-width: 1150px !important;
  }
  .max-width--1200 {
    max-width: 1200px !important;
  }
  .max-width--1250 {
    max-width: 1250px !important;
  }
  .max-width--1300 {
    max-width: 1300px !important;
  }
  .max-width--1350 {
    max-width: 1350px !important;
  }
  .max-width--1400 {
    max-width: 1400px !important;
  }
  
  .w-100 {
    width: 100%;
  }
  
  .img-fluid {
    max-width: 100%;
  }
  
  .imgfit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .d-block {
    display: block !important;
  }
  .d-none {
    display: none !important;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-underline {
    text-decoration: underline;
  }
  
  .font-semibold {
    font-weight: 600;
  }
  
  @media (max-width: 991px) {
    .order-lg {
      order: -1;
    }
  }
  @media (max-width: 767px) {
    .order-md {
      order: -1;
    }
  }
  @media (max-width: 567px) {
    .order-sm {
      order: -1;
    }
  }
  
  ol {
    padding-left: 20px;
  }
  .list-dot li {
    position: relative;
    padding-left: 24px;
  }
  .list-dot li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--accent-color);
  }
  .list-chevron {
    display: flex;
    flex-flow: column;
    gap: 22px;
  }
  @media (max-width: 991px) {
    .list-chevron {
      gap: 15px;
    }
  }
  .list-chevron li {
    position: relative;
    padding-left: 36px;
    font-size: 22px;
    line-height: 125%;
  }
  @media (max-width: 991px) {
    .list-chevron li {
      font-size: 18px;
      padding-left: 24px;
    }
  }
  .list-chevron li::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjg0MTA4OSAxMi4xODQ2TDYuNDI1MjggNi42MDAzOEwwLjg0MTA5IDEuMDE2MTkiIHN0cm9rZT0iIzE5MzYzOCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  @media (max-width: 991px) {
    .list-chevron li::before {
      top: 5.5px;
      width: 12px;
      height: 12px;
    }
  }
  
  .theme-circ {
    z-index: 1;
    position: relative;
    flex: 0 0 411px;
    width: 411px;
    height: 411px;
    max-width: 100%;
    border-radius: 50%;
  }
  @media (max-width: 991px) {
    .theme-circ {
      max-width: 308px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .theme-circ::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    border-radius: 50%;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    background-image: radial-gradient(50% 50% at 50% 50%, #F3FF46 79.44%, rgba(243, 255, 70, 0) 100%);
  }
  .theme-circ-bg {
    z-index: 0;
    position: absolute;
    top: -2px;
    left: -7%;
    width: 100%;
    height: 100%;
    transform: rotate(-30deg);
  }
  .theme-circ-img {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
  }
  
  .white-space-nowrap {
    white-space: nowrap !important;
  }
  @media (min-width: 992px) {
    .white-space-nowrap--lg {
      white-space: nowrap !important;
    }
  }
  @media (min-width: 768px) {
    .white-space-nowrap--md {
      white-space: nowrap !important;
    }
  }
  @media (min-width: 568px) {
    .white-space-nowrap--sm {
      white-space: nowrap !important;
    }
  }
  
  .header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
  }
  .header, .header::before {
    transition: all 0.3s ease-out;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000 -100%, transparent 100%);
  }
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 25px;
    transition: all 0.3s ease-out;
  }
  .header__btns, .header__social {
    display: flex;
    align-items: center;
  }
  .header__btns {
    gap: 18px;
  }
  .header .logo {
    width: 154px;
  }
  .header .logo img {
    display: block;
    max-width: 100%;
    height: 90px;
    transition: all 0.3s ease-out;
  }
  @media (max-width: 991px) {
    .header .logo img {
      height: 40px;
    }
  }
  .header .logo svg {
    width: 100%;
    height: auto;
  }
  .header .logo svg .logo-text path {
    transition: all 0.3s ease-out;
    fill: #fff;
  }
  .header .logo .logo-alt {
    display: none;
  }
  .header .menu-toggle {
    position: relative;
    width: 36px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header .menu-toggle:focus {
    box-shadow: none;
  }
  .header .menu-toggle::before, .header .menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .header .menu-toggle::before {
    top: 0;
  }
  .header .menu-toggle::after {
    bottom: 0;
  }
  .header.header-sticky {
    color: #141519;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header.header-sticky::before {
    opacity: 0;
  }
  .header.header-sticky .inner {
    padding: 0;
  }
  .header.header-sticky .logo .logo-text path {
    fill: #141519;
  }
  .header.header-sticky .menu-toggle::before, .header.header-sticky .menu-toggle::after {
    background-color: #141519;
  }
  
  .mobile-nav {
    z-index: 99;
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    height: calc(100vh - 90px);
    color: #fff;
    background-color: #141519;
    display: none;
  }
  .mobile-nav .container, .mobile-nav__inner {
    height: 100%;
  }
  .mobile-nav__inner {
    display: flex;
    flex-flow: column;
    padding: 116px 0 100px;
  }
  @media (max-height: 700px) {
    .mobile-nav__inner {
      padding: 40px 0 60px;
    }
  }
  .mobile-nav__list {
    margin-bottom: 60px;
    overflow-y: auto;
  }
  .mobile-nav .sitenav-list {
    flex-flow: column;
    justify-content: center;
    gap: 30px;
  }
  .mobile-nav .sitenav-list li a {
    display: block;
    width: 100%;
  }
  .mobile-nav .sitenav-list li > a {
    font-size: 22px;
    font-weight: 500;
  }
  .mobile-nav .sitenav-list li.dropdown ul li {
    margin: 5px 0;
  }
  .mobile-nav .sitenav-list li.dropdown ul a {
    font-size: 18px;
  }
  .mobile-nav .sitenav-list li.dropdown.active::after {
    transform: rotate(0deg);
  }
  .mobile-nav .sitenav-list > li.dropdown > ul {
    margin-top: 10px;
  }
  .mobile-nav__footer {
    margin-top: auto;
  }
  .mobile-nav .header__btns {
    display: block;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .mobile-nav .header__btns .btn {
    flex: 1;
    white-space: nowrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-nav .header__social {
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }
  .mobile-nav .header__social a {
    background-color: #fff;
    border-radius: 50%;
  }
  .mobile-nav .header__social a,
  .mobile-nav .header__social a img {
    transition: all 0.3s ease-out;
  }
  .mobile-nav .header__social a:hover {
    background-color: var(--accent-color);
  }
  .mobile-nav .header__social a:hover img {
    filter: brightness(0) invert(1);
  }
  
  .open-nav .header {
    color: #fff;
    background-color: transparent;
  }
  .open-nav .header::before {
    height: 100vh;
    opacity: 1;
    background: none;
    background-color: #141519;
  }
  .open-nav .header .logo,
  .open-nav .header .sitenav {
    opacity: 0;
  }
  .open-nav .header .menu-toggle::before, .open-nav .header .menu-toggle::after {
    top: 50%;
    background-color: #fff;
  }
  .open-nav .header .menu-toggle::before {
    transform: translateY(-50%) rotate(-135deg);
  }
  .open-nav .header .menu-toggle::after {
    transform: translateY(-50%) rotate(135deg);
  }
  
  .sitenav-list {
    display: flex;
    align-items: center;
    gap: 0 28px;
  }
  @media (min-width: 992px) {
    .sitenav-list > li {
      padding: 10px 0;
    }
  }
  .sitenav-list > li > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sitenav-list > li > a:hover {
    color: #D83270;
    text-decoration: none;
  }
  .sitenav-list > li.right-push {
    margin-left: 260px;
  }
  
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer .row {
    gap: 40px 0;
  }
  .footer .logo {
    width: 154px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .logo svg {
    width: 100%;
    height: auto;
  }
  .footer__top {
    padding: 60px 0;
  }
  .footer__bot {
    padding: 0 0 30px;
  }
  .footer__bot .inner {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer__bot .copyright {
    text-align: center;
    margin-bottom: 0;
  }
  .footer__col--details .footer__links {
    gap: 24px 0;
  }
  .footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .footer__links {
    display: flex;
    flex-flow: column;
    gap: 8px 0;
  }
  .footer__links strong {
    display: block;
  }
  .footer__links li {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .footer__links a {
    z-index: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .footer__links a, .footer__links a::before {
    transition: all 0.3s ease-out;
  }
  .footer__links a::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    border-radius: 0 4px 4px 0;
  }
  .footer__links a:hover {
    text-decoration: none;
  }
  .footer__links a:hover::before {
    transform: translateX(-50%) scale(1);
  }
  .footer__links.x2 {
    flex-flow: row;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer__links.x2 li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__social {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .footer__social a {
    position: relative;
    display: block;
    overflow: hidden;
    
  }
  .footer__social a::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    transition: all 0.3s ease-out;
  }
  .footer__social a img {
    z-index: 1;
    position: relative;
    width: 34px;
    transition: all 0.3s ease-out;
  }
  /* .footer__social a:hover::before {
    left: 0;
  }
  .footer__social a:hover img {
    filter: brightness(0) invert(1);
  } */
  .footer-logo {
    display: block;
    width: 160px;
  }
  .footer.theme-dark {
    color: #fff;
    background-color:var(--primary-color);
  }
  .footer.theme-dark .logo .logo-text path {
    fill: #fff;
  }
  
  .footer.theme-dark .footer__social a img {
    filter: brightness(0) invert(1);
  }
  /* .footer.theme-dark .footer__social a:hover img {
    filter: none;
  }
  .footer.theme-dark .footer__social a:hover::before {
    background-color: #fff;
  } */
  .footer.w-cta {
    padding-top: 160px;
  }
  
  .hero {
    padding: 0;
    border-radius: 0 0 220px;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .hero {
      border-radius: 0 0 120px;
    }
  }
  .hero .inner {
    position: static;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  @media (min-width: 767px) {
    .hero .inner {
      height: 100vh;
      max-height: 900px;
    }
  }
  @media (max-width: 767px) {
    .hero .inner {
      padding: 140px 0;
      min-height: 700px;
    }
  }
  @media (max-width: 567px) {
    .hero .inner {
      min-height: 100vh;
      padding-bottom: 120px;
      justify-content: flex-end;
    }
  }
  .hero__bg, .hero__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero__bg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero__text {
    color: #fff;
    z-index: 1;
    position: relative;
    padding-top: 80px;
    max-width: 950px;
  }
  .hero__text p {
    max-width: 485px;
    font-size: 24px;
    line-height: 145%;
  }
  @media (max-width: 767px) {
    .hero__text p {
      font-size: 18px;
    }
  }
  .hero__text .linkbtn {
    margin-top: 36px;
  }
  @media (max-width: 767px) {
    .hero__text .linkbtn {
      margin-top: 0px;
    }
  }
  .hero-title {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .hero-title {
      font-size: 48px;
    }
  }
  @media (max-width: 767px) {
    .hero-title {
      font-size: 36px;
      margin-bottom: 24px;
    }
  }
  @media (max-width: 567px) {
    .hero-title {
      margin-bottom: 12px;
    }
  }
  
  .habout {
    padding: 120px 0;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .habout {
      padding: 60px 0;
    }
  }
  .habout-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 135%;
    max-width: 700px;
    margin-bottom: 60px;
  }
  @media (max-width: 991px) {
    .habout-title {
      font-size: 36px;
    }
  }
  @media (max-width: 767px) {
    .habout-title {
      font-size: 28px;
      margin-bottom: 40px;
    }
  }
  .habout__content {
    max-width: 780px;
    margin-left: auto;
  }
  .habout__content p {
    font-size: 24px;
    line-height: 135%;
  }
  @media (max-width: 991px) {
    .habout__content p {
      font-size: 18px;
    }
  }
  @media (max-width: 767px) {
    .habout__content p {
      font-size: 16px;
    }
  }
  .habout__content p:not(:last-child) {
    margin-bottom: 36px;
  }
  
  .fworks {
    padding: 80px 0 120px;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .fworks {
      padding: 40px 0 60px;
    }
  }
  .fworks__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 68px;
  }
  @media (max-width: 767px) {
    .fworks__header {
      flex-flow: column;
      gap: 20px 0;
      margin-bottom: 36px;
    }
  }
  .fworks-title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .fworks-title {
      font-size: 48px;
    }
  }
  @media (max-width: 767px) {
    .fworks-title {
      font-size: 36px;
    }
  }
  .fworks__listing .row {
    margin-left: -18px;
    margin-right: -18px;
    gap: 48px 0;
  }
  @media (max-width: 767px) {
    .fworks__listing .row {
      gap: 24px 0;
    }
  }
  .fworks__listing [class*=col-] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .fworks__card-img {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .fworks__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 5/4;
    transition: all 0.3s ease-out;
  }
  @media (min-width: 992px) {
    .fworks__card:hover img {
      transform: scale(1.1);
      filter: blur(4px);
    }
  }
  @media (max-width: 991px) {
    .fworks__card.active img {
      transform: scale(1.1);
      filter: blur(4px);
    }
  }
  .fworks__card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .fworks__card-tag {
    display: flex;
    flex-wrap: wrap;
  }
  .fworks__card-tag li {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .fworks__card-tag li:not(:first-child)::before {
    content: "/";
    margin: 0 8px;
  }
  .fworks__card-overlay {
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 36px 48px;
    color: #fff;
    opacity: 0;
  }
  @media (max-width: 991px) {
    .fworks__card-overlay {
      padding: 24px;
    }
  }
  .fworks__card-overlay, .fworks__card-overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
  }
  .fworks__card-overlay::before {
    content: "";
    z-index: -1;
    background-color: rgba(20, 21, 25, 0.65);
  }
  .fworks__card-overlay .fworks__card-title,
  .fworks__card-overlay p {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-out;
    transition-delay: 0s;
  }
  .fworks__card-overlay .fworks__card-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  @media (max-width: 991px) {
    .fworks__card-overlay .fworks__card-title {
      font-size: 24px;
      margin-bottom: 12px;
    }
  }
  @media (max-width: 567px) {
    .fworks__card-overlay .fworks__card-title {
      font-size: 20px;
      margin-bottom: 8px;
    }
  }
  .fworks__card-overlay p {
    font-size: 18px;
    line-height: 155%;
  }
  @media (max-width: 991px) {
    .fworks__card-overlay p {
      font-size: 16px;
      line-height: normal;
    }
  }
  @media (max-width: 767px) {
    .fworks__card-overlay p {
      font-size: 14px;
      margin-bottom: 0;
    }
  }
  @media (max-width: 567px) {
    .fworks__card-overlay p {
      font-size: 13px;
      margin-bottom: 0;
    }
  }
  @media (min-width: 992px) {
    .fworks__card:hover .fworks__card-overlay {
      opacity: 1;
    }
    .fworks__card:hover .fworks__card-overlay .fworks__card-title,
    .fworks__card:hover .fworks__card-overlay p {
      transform: translateX(0%);
      opacity: 1;
      transition-delay: 0.25s;
    }
  }
  @media (max-width: 991px) {
    .fworks__card.active .fworks__card-overlay {
      opacity: 1;
    }
    .fworks__card.active .fworks__card-overlay .fworks__card-title,
    .fworks__card.active .fworks__card-overlay p {
      transform: translateX(0%);
      opacity: 1;
      transition-delay: 0.25s;
    }
  }
  
  .wwd {
    color: #fff;
    background-color: var(--primary-color);
    padding: 120px 0 160px;
  }
  @media (max-width: 991px) {
    .wwd {
      padding: 60px 0;
    }
  }
  @media (max-width: 991px) {
    .wwd__header {
      margin-bottom: 48px;
    }
  }
  .wwd-title {
    font-size: 60px;
    font-weight: 600;
  }
  @media (max-width: 991px) {
    .wwd-title {
      font-size: 48px;
    }
  }
  @media (max-width: 767px) {
    .wwd-title {
      font-size: 36px;
    }
  }
  @media (max-width: 991px) {
    .wwd__items {
      display: flex;
      flex-flow: column;
      gap: 90px 0;
    }
  }
  .wwd__item-title {
    display: flex;
    font-size: 32px;
    font-weight: 300;
  }
  @media (max-width: 991px) {
    .wwd__item-title {
      font-size: 28px;
    }
  }
  .wwd__item-title-wrap {
    margin-bottom: 36px;
  }
  @media (max-width: 991px) {
    .wwd__item-title-wrap {
      margin-bottom: 28px;
    }
  }
  .wwd__item-title .num {
    color: var(--accent-color);
    font-weight: 800;
    margin-right: 10px;
  }
  .wwd__item-content p {
    font-size: 20px;
    line-height: 155%;
    font-weight: 600;
    margin-bottom: 0;
    opacity: 0.75;
  }
  .wwd__item-content p:not(:first-child) {
    margin-bottom: 15px;
  }
  .wwd__item-img-wrap {
    padding: 75px 0;
    border-radius: 5px;
  }
  .wwd__item-image {
    border-radius: 15px; 
  }
  @media (max-width: 991px) {
    .wwd__item-img-wrap {
      padding: 0 0 50px;
    }
  }
  .wwd__item-image {
    width: 100%;
    height: 720px;
    object-fit: cover;
  }
  .wwd__item-img-wrap img {
    border-radius: 15px;
  }
  @media (max-width: 1400px) {
    .wwd__item-image {
      height: 560px;
    }
  }
  @media (max-width: 991px) {
    .wwd__item-image {
      height: 480px;
    }
  }
  @media (max-width: 767px) {
    .wwd__item-image {
      height: 360px;
    }
  }
  @media (max-width: 567px) {
    .wwd__item-image {
      height: 280px;
    }
  }
  .wwd__items--anim .wwd__item-text-wrap {
    position: sticky;
    top: 120px;
    max-width: 420px;
    padding-top: 120px;
  }
  .wwd__items--anim .wwd__item-title, .wwd__items--anim .wwd__item-content {
    transition: all 0.3s ease-out;
  }
  .wwd__items--anim .wwd__item-title:not(.active), .wwd__items--anim .wwd__item-content:not(.active) {
    opacity: 0;
  }
  .wwd__items--anim .wwd__item-title-wrap, .wwd__items--anim .wwd__item-content-wrap {
    position: relative;
    overflow: hidden;
  }
  .wwd__items--anim .wwd__item-title {
    position: absolute;
    top: 0;
    left: 0;
    top: -100%;
  }
  .wwd__items--anim .wwd__item-title.active ~ * {
    top: 100%;
  }
  .wwd__items--anim .wwd__item-title.active {
    position: relative;
    top: 0;
  }
  .wwd__items--anim .wwd__item-content {
    position: absolute;
    top: 0;
    left: 0;
    top: -100%;
  }
  .wwd__items--anim .wwd__item-content.active ~ * {
    top: 100%;
  }
  .wwd__items--anim .wwd__item-content.active {
    position: relative;
    top: 0;
  }
  .wwd__items--anim .wwd__item-media {
    display: flex;
    flex-flow: column;
    margin: -75px 0;
    border-radius: 5px;
  }
  
  .hvals {
    padding: 0 0 120px;
    color: #fff;
    background-color: #141519;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .hvals {
      padding: 0 0 60px;
    }
  }
  .hvals__heroimg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 800px;
  }
  @media (max-width: 1200px) {
    .hvals__heroimg {
      height: 600px;
    }
  }
  @media (max-width: 991px) {
    .hvals__heroimg {
      height: 480px;
    }
  }
  @media (max-width: 767px) {
    .hvals__heroimg {
      height: 360px;
    }
  }
  .hvals__heroimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hvals__text {
    z-index: 1;
    position: relative;
  }
  .hvals-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 135%;
    max-width: 725px;
    margin-top: -80px;
    margin-bottom: 120px;
  }
  @media (max-width: 991px) {
    .hvals-title {
      font-size: 48px;
      max-width: 560px;
      margin-bottom: 80px;
    }
  }
  @media (max-width: 567px) {
    .hvals-title {
      font-size: 36px;
      margin-top: -60px;
    }
  }
  .hvals__list {
    padding-left: 220px;
  }
  @media (max-width: 991px) {
    .hvals__list {
      padding-left: 0;
    }
  }
  .hvals__list li {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px 0;
    border-top: 1px solid #424347;
  }
  @media (max-width: 991px) {
    .hvals__list li {
      flex-flow: column;
      align-items: flex-start;
      padding-top: 80px;
      padding-bottom: 40px;
    }
  }
  .hvals__list li .num {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 100px;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.02em;
    opacity: 0.1;
  }
  .hvals__list li .title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding-left: 60px;
    margin-bottom: 12px;
  }
  .hvals__list li p {
    font-size: 16px;
    line-height: 145%;
  }
  @media (min-width: 992px) {
    .hvals__list li p {
      max-width: 620px;
      margin-left: auto;
    }
  }
  @media (max-width: 991px) {
    .hvals__list li p {
      margin-top: 20px;
    }
  }
  .hvals__list li p:last-child {
    margin-bottom: 0;
  }
  
  .trustedsince {
    padding: 120px 0;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .trustedsince {
      padding: 60px 0;
    }
  }
  .trustedsince-title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
  }
  @media (max-width: 991px) {
    .trustedsince-title {
      font-size: 28px;
    }
  }
  .trustedsince__slider {
    pointer-events: none;
  }
  .trustedsince__slider .slick-list {
    padding: 20px 0;
    overflow: visible;
  }
  @media (max-width: 567px) {
    .trustedsince__slider .slick-list {
      padding: 6px 0;
    }
  }
  .trustedsince__slider .slick-track {
    margin-left: -18px;
    margin-right: -18px;
  }
  @media (max-width: 567px) {
    .trustedsince__slider .slick-track {
      margin-left: -6px;
      margin-right: -6px;
    }
  }
  .trustedsince__slider .slick-slide {
    padding-left: 18px;
    padding-right: 18px;
  }
  @media (max-width: 567px) {
    .trustedsince__slider .slick-slide {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  .trustedsince__slider--2 {
    margin-left: -180px;
    transform: rotateY(180deg);
  }
  .trustedsince__slider--2 .trustedsince__card {
    transform: rotateY(-180deg);
  }
  .trustedsince__card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    width: 288px;
    height: 164px;
    background-color: #fff;
    box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  @media (max-width: 991px) {
    .trustedsince__card {
      width: 220px;
      padding: 24px;
    }
  }
  @media (max-width: 767px) {
    .trustedsince__card {
      width: 180px;
      height: 120px;
    }
  }
  @media (max-width: 567px) {
    .trustedsince__card {
      width: 140px;
      height: 80px;
      padding: 12px;
    }
  }
  .trustedsince__card img {
    width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(100%);
  }
  
  .btcta {
    padding: 0;
  }
  @media (max-width: 991px) {
    .btcta__row {
      gap: 20px 0;
    }
  }
  .btcta__box {
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 60px;
    border-radius: 6px;
    box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.1);
    margin-top: -120px;
    transform: translateY(120px);
  }
  @media (max-width: 991px) {
    .btcta__box {
      padding: 40px;
    }
  }
  .btcta__text {
    max-width: 620px;
  }
  .btcta-title {
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
  }
  @media (max-width: 991px) {
    .btcta-title {
      font-size: 28px;
    }
  }
  @media (max-width: 767px) {
    .btcta-title {
      font-size: 24px;
    }
  }
  .btcta__row {
    align-items: center;
  }
  .btcta__col--btn {
    display: flex;
    justify-content: flex-end;
  }
     /* Default logo style */
     #header-logo {
      transition: all 0.3s ease;
    }

    /* Style when scrolled */
    .scrolled #header-logo {
      content: url("../images/logos/logo-transparent.png"); 
    }
    #footer-logo{
      height: 140px;
    }
  