/*@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');
*/

@font-face {
    font-family: "Sanchez";
    src: url("/fonts/Sanchez-Regular.ttf") format("truetype");
}

html {
    font-size: 20px; /* This sets 1rem = 16px */
  }

@media (max-width: 538px) {
html {
    font-size: 16px; /* This sets 1rem = 16px */
  }
}

@media (max-width: 768px) {
    html {
        font-size: 18px; /* This sets 1rem = 16px */
    }
}


  /* Paragraph */
     p {
        font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem); /* 16px to 20px */
        line-height: 1.6;
        margin-bottom: 1.5rem;
      }
  
      /* Headings */
  
      /* h1 */
      h1 {
        font-size: clamp(2.5rem, 5vw + 1rem, 3.5rem); /* 40px to 56px */
        line-height: 1.2;
        margin-bottom: 1rem;
      }
  
      /* h2 */
      h2 {
        font-size: clamp(2rem, 4.5vw + 0.5rem, 3rem); /* 32px to 48px */
        line-height: 1.3;
        margin-bottom: 0.9rem;
      }
  
      /* h3 */
      h3 {
        font-size: clamp(1.75rem, 4vw + 0.5rem, 2.5rem); /* 28px to 40px */
        line-height: 1.4;
        margin-bottom: 0.8rem;
      }
  
      /* h4 */
      h4 {
        font-size: clamp(1.5rem, 3.5vw + 0.5rem, 2rem); /* 24px to 32px */
        line-height: 1.5;
        margin-bottom: 0.7rem;
      }
  
      /* h5 */
      h5 {
        font-size: clamp(1.25rem, 3vw + 0.5rem, 1.75rem); /* 20px to 28px */
        line-height: 1.6;
        margin-bottom: 0.6rem;
      }
  
      /* h6 */
      h6 {
        font-size: clamp(1rem, 2.5vw + 0.5rem, 1.5rem); /* 16px to 24px */
        line-height: 1.7;
        margin-bottom: 0.5rem;
      }
  
      /* Blockquote */
      blockquote {
        font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
        line-height: 1.6;
        margin: 1.5rem 0;
        padding-left: 1.5rem;
        border-left: 4px solid #ccc;
        color: #555;
        background-color: #fefefe;
      }
  
      /* Lists */
      ul, ol {
        font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
        line-height: 1.6;
        margin-bottom: 1.5rem;
        padding-left: 2rem;
      }
  
      /* Additional Styling for Better Presentation */
      /* a {
        color: #1e90ff;
        text-decoration: none;
      }
  
      a:hover {
        text-decoration: underline;
      } */

/* background-color: #30465c; */

.title-icon {
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 13px 0 13px;
}

.title-nav {
    display: flex;
    padding: 20px;
}
/* background-color: #26415c; */
body,html {
    background-color: #282828;
    /* height: 100%; */
    width: 100vw;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;

    /* max-width: 1200px;
    margin: 20px auto; */
    /* padding: 0 20px; */
    font-family: 'Sanchez', serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* height: 100vh;
width: 100vw;
font-family: Arial, sans-serif;
background-color: #26415c;
margin: 0;
overflow: auto;
overflow-x: hidden; */

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #daddda;
}

p {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #daddda;
    text-transform: none;
}

nav {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.auth-nav {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

nav li {
    list-style-type: none;
    margin-left: 20px;
}

nav h1 {
    font-size: 3em;
}

nav p,
nav a {
    color: #777;
    font-weight: 300;
}

.footer-nav {
    margin-top: 20px;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.footer-nav nav {
    padding: 13px;
    margin-bottom: 0px;
    width: 50%;
    flex-direction: column;
    border-bottom: none
}

.footer-nav nav h3 {
    /* padding: 0 5px 0 5px; */
    font-size: 15px;
}

.footer-nav nav div {
    padding: 0 8px 0 8px;
    display: flex;
    flex-direction: column;
}

.footer-nav nav a {
    padding: 1px 0 1px 0;
    font-size: 13px;
    text-transform: none;
}

.chat-gpt span {
    background: linear-gradient(0.25turn, #f622e5, #25f436);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.github span {
    background: linear-gradient(0.25turn, #fafafa, #f5f5f5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.font-awesome i {
    color: #4f90d3;
}

footer {
    color: #777;
    text-align: center;
    margin: 40px auto 20px;
}

h2 {
    /* margin-bottom: 40px; */
}

h3 {
    text-transform: capitalize;
    /* margin-bottom: 8px; */
}

.content {
    margin-left: 20px;
    margin-top: 25px;
    display: flex;
    flex: 1;
}

.create-account form {
    max-width: 400px;
    margin: 0 auto;
}

.create-account input,
.create-account textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border-radius: 3em;
    /* background-color: #22f2f699; */
}

.create-account label {
    display: block;
    margin-top: 12px;
}

textarea {
    height: 120px;
}

.create-account button {
    margin: 20px;
    background: crimson;
    color: white;
    padding: 6px;
    border: 0;
    font-size: 1.2em;
    cursor: pointer;
}

.dropbtn {
    background-color: #04AA6D;
    border-radius: 1em;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.legal nav {
    background-color: #379396;
    color: rgb(153, 17, 17);
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: flex;
    justify-content: center;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 1em;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    border-radius: 1em;
    background-color: #ddd;
}


/* Show the dropdown menu on hover */

/* .dropdown:hover .dropdown-content {
    display: block;
} */


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    display: block;
    background-color: #3e8e41;
}


/*
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
*/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: auto;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.disclosure-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    flex:1;
}

.disclosure-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

section div.box {
    /* height: 150px; */
    min-width: 250px;
}

section div.main {
    flex-grow: 1;
    width: 100%;
    height: 100px;
}

section div.discription {
    flex-grow: 1;
    width: 100%;
}

section div.location {
    flex-grow: 1;
}

section div.contact {
    flex-grow: 1;
}


/*
#float-bar-chart {
    max-width: 100px;
    max-height: 100px;
}

#line-chart {
    max-width: 100px;
    max-height: 100px;
}
*/

.chart {
    max-width: 125px;
    max-height: 125px;
}

.chart-load {
    max-width: 325px;
    max-height: 325px;
}

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 60px;
}

.flex-container-overview {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    height: 250px;
}

@media screen and (max-width: 538px) {
    .flex-container-overview {
        height: 400px;
    }
    .footer-nav {
        flex-wrap: wrap;
        /*border-bottom: 1px solid #ddd;*/
    }
    .footer-nav nav {
        border-bottom: none;
    }
}

.flex-box {
    max-height: 650px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 300px;
}

.item-flex-box {
    max-height: 650px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 350px;
}

.flex-box-load {
    max-height: 650px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 370px;
}

.affiliate img {
    max-width: 150px;
    max-height: 150px;
}

.flex-box p {
    color: #daddda;
}

.item-flex-box p {
    color: #daddda;
}

.box p {
    color: #daddda;
}

div.m-scroll span {
    color: #daddda;
}

.item-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 250px;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient( to right, transparent, black 20%, black 80%, transparent 100%);
    scrollbar-width: none;
}

.item-scroll-wrapper-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 250px;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient( to right, transparent, black 20%, black 80%, transparent 100%);
    scrollbar-width: none;
}

.item-scroll-wrapper .item {
    flex: 0 0 auto;
    position: relative;
    height: 75px;
    width: 75px;
    border: 2px solid aqua;
    border-radius: 1rem;
    animation: mymove 10s linear infinite;
}

.item-scroll-wrapper::-webkit-scrollbar {
    display: none;
}


/*
.intro-volume-val {
    position: relative;
    animation: mymove 5s infinite;
}
*/

@keyframes mymove {
    from {
        transform: translateX(-25%);
        opacity: 0;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        transform: translateX(250%);
        opacity: 0;
    }
    /*
    from {
        left: 100%;
    }
    to {
        left: -400%;
    }
    /*

    0% {
        left: 100%;
    }
    100% {
        left: -100%
    }*/
}

* {
    box-sizing: border-box;
}

section {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    /* width: 100%; */
    /* margin: auto; */
    /* text-align: center; */
}

#volume-item-icon h3 {
    margin-bottom: 0px;
}

#volume-item-icon p {
    margin-bottom: 0px;
    font-size: 13px;
    word-wrap: break-word;
    color: #daddda;
}

#volume-item-coin,
#volume-item-buy,
#volume-item-sell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#volume-item-icon {
    flex: 0 0 auto;
    position: relative;
    height: 125px;
    width: 125px;
    border: 2px solid rgb(88, 230, 99);
    border-radius: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.wcag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 250px;
}

.volume-icon-item-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.volume-item-content {
    z-index: 0;
    position: absolute;
}

.volume-icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 310px;
    height: 310px;
}

.volume-icon-item-container {
    width: 155px;
    height: 155px;
}

.volume-icon-coin-container {
    width: 60px;
    height: 50px;
    z-index: -1;
}

.volume-icon-frame-container {
    width: 40px;
    height: 50px;
    z-index: -1;
}

.volume-icon-buy-container {
    width: 50px;
    height: 50px;
    z-index: -1;
}

.volume-icon-sell-container {
    width: 50px;
    height: 50px;
    z-index: -1;
}


/*
.volume-item-content {
    width: 100%;
    height: 100%;
}


.volume-icon-draw {
    width: 100%;
    height: 100%;
}*/

.flex-box-chart {
    max-height: 650px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.flex-box-overview {
    max-height: 650px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 125px;
    height: 145px;
}

.flex-box-selection {
    height: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.chart-overview {
    max-width: 125px;
    max-height: 125px;
    width: 125px;
    height: 125px;
}

.server-selection {
    height: 35px;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    width: 320px;
    border-radius: 2em;
    align-items: center;
}

.server-select {
    height: 26px;
    display: flex;
    width: 100px;
    background-color: #dddddf;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
}

.server-selector {
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}

.frame-selection {
    height: 35px;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    width: 320px;
    max-width: 390px;
    border-radius: 2em;
    align-items: center;
    font-size: 15px;
}


/*    overflow-x: auto;*/

.frame-selector {
    display: flex;
    width: 76px;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

.frame-select {
    height: 26px;
    display: flex;
    width: 76px;
    background-color: #dddddf;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
}

.error {
    height: 15px;
    color: red;
    font-size: 11px;
}

.cookies-banner-popup {
    display: none;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #313131;
    /* border-radius: 1.5em; */
    width: 100%;
    border-top: 5px solid #4f4f4f;
    border-bottom: 5px solid #4f4f4f;
}

.cookies-banner-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: inherit;
    opacity: 0.55;
}

.cookies-banner-wrapper {
    /* width: 325px; */
    /* border: 1px solid #dddddd; */
    /* border-radius: 1.5em */
}

.close-button-cookies-banner-box {
    display: flex;
    justify-content: end;
}

.close-button-cookies-banner {
    border-radius: 1em;
    /* margin: 10px 10px 0 0; */
}


/* .statement-cookies-banner {
    padding: 10px
} */

.settings-cookies-banner {
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: space-evenly;
    height: 34px;
    align-items: center;
    /* margin: 15px 0 25px 0; */
}

.settings-buttons-seperator {
    height: 21px;
    width: 1px;
    background-color: #5b8cb9;
    /* border: 0.5px solid #5b8cb9; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons-cookies-banner {
    padding: 25px;
    /* margin: 25px 0 25px 0; */
    display: flex;
    justify-content: space-evenly;
    /* margin: 15px 0 25px 0; */
    
    border-top: 5px solid #313131;
}

.buttons-cookies {
    margin: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 2em;
}

.reject-button-cookies-banner {
    margin: 10px;
    padding: 5px;
    color: rgb(150, 211, 121);
    /* width: 100px; */
    width: 90%;
}

.accept-button-cookies-banner {
    margin: 10px;
    padding: 5px;
    color: rgb(89, 151, 209);
    /* width: 100px; */
    width: 90%;
}

.preferences-button-cookies-banner {
    width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #84bf66;
    border-top: 1px solid #84bf66;
    height: 34px;
}

.about-button-cookies-banner {
    width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #84bf66;
    border-top: 1px solid #84bf66;
    height: 34px;
}


/* .buttons-cookies-settings {
    width: 100px;
} */

.cookies-banner-content {
    padding: 0 25px 0 25px;
    margin: 25px 0 25px 0;
}

.buttons-cookies-content {
    /* width: 89px; */
    /* height: 34px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies-settings-box {
    display: flex;
    justify-content: center;
    /* width: 80%; */
}

.cookies-settings-description > *:not(:last-child) {
    padding: 21px;
    /* width: 85%; */
    display: flex;
    /* flex-wrap: wrap; */
    /* width: 80%; */
    /* font-size: 14px; */
    /* border-bottom: 5px solid #313131; */
    /* border-top: 1px solid #daddda; */
    /* margin: 8px; */
    /* border-radius: 1.3em; */
    /* background-color: #383838; */
    /* border: 2px solid #249784; */
}
.cookies-settings-description .cookies-settings-content > *:not(:last-child) {

    border-bottom: 5px solid #313131;

}

.cookies-settings-content-description {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* width: 80%; */
    overflow-y: scroll;
    justify-content: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cookies-content-description {
    padding: 13px;
    min-width: 233px;
    font-size: 15px;
    flex: 1;
    flex-grow: 4;
    color: cadetblue;
}

.cookies-settings-content  {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 5px solid #313131; */

    /* border-bottom: 5px solid #313131; */

}

#cookies-settings-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: #282828;
    align-items: center;
}

.cookies-settings-selection {
    min-width: 55px;
    flex-grow: 1;
    display: flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
}

.cookies-settings-selection label {
    display: block;
    /* width: 75px; */
    /* height: 75px; */
}

.cookies-settings-titel {
    font-size: 21px;
    padding: 21px;
    margin: 0px;
    border-bottom: 5px solid #313131;
    /* height: 120px;
    /* background-color: #243d55; */
    background-color: #2a557f;
    color: #daddda;
    border-radius: 1.2em;
    margin: 8px 8px 0 8px;
}
.cookies-settings-wrapper h4 {
    padding: 25px;
    border-bottom: 5px solid #313313;
}
.cookies-settings-wrapper {
    /* width: 98%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    border-left: 5px solid #313131;
    border-right: 5px solid #313131;
}

.cookies-description-titel {
    display: flex;
    font-size: 19px;
}

.cookies-settings-content-title {
    display: flex;
    align-items: center;
    padding: 13px;
    flex-grow: 3;
}

.cookies-settings-content-description::-webkit-scrollbar {
    display: none;
}
.slider-container {
    position: relative;
    width: 80px;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    /* border: 1px solid red; */
}



.cookies-settings-selection {
    width: 80px;
    /* Adjust as per your slider width */
}

.slider-container {
    position: relative;
    width: 80px;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    /* Adjust if needed */
}

.slider {
    position: relative;
    width: 80px;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    overflow: hidden;
    background-color: #b90532;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

.toggle-checkbox:checked + .slider {
    background-color: #066f5d;
}

.cookie {
    position: absolute;
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

#cookie-icon-functional,
#cookie-icon-performance,
#cookie-icon-marketing {
    left: 0;
    transform: translateX(0%);
    opacity: 1;
}

#cookie-bite-icon-functional,
#cookie-bite-icon-performance,
#cookie-bite-icon-marketing {
    left: 0;
    transform: translateX(100%);
    opacity: 0;
}
#cookie-bite-icon-necessary { 
    left: 0;
    transform: translateX(100%);
    opacity: 1;
}

.toggle-checkbox {
    display: none;
}

.toggle-checkbox:checked + .slider #cookie-icon-functional,
.toggle-checkbox:checked + .slider #cookie-icon-performance,
.toggle-checkbox:checked + .slider #cookie-icon-marketing {
    transform: translateX(100%);
    opacity: 0;
}

.toggle-checkbox:checked + .slider #cookie-bite-icon-functional,
.toggle-checkbox:checked + .slider #cookie-bite-icon-performance,
.toggle-checkbox:checked + .slider #cookie-bite-icon-marketing {
    transform: translateX(100%);
    opacity: 1;
}

.toggle-checkbox:not(:checked) + .slider #cookie-icon-functional,
.toggle-checkbox:not(:checked) + .slider #cookie-icon-performance,
.toggle-checkbox:not(:checked) + .slider #cookie-icon-marketing {
    transform: translateX(0%);
    opacity: 1;
}

.toggle-checkbox:not(:checked) + .slider #cookie-bite-icon-functional,
.toggle-checkbox:not(:checked) + .slider #cookie-bite-icon-performance,
.toggle-checkbox:not(:checked) + .slider #cookie-bite-icon-marketing {
    transform: translateX(0%);
    opacity: 0;
}

/* Specific styles for the non-togglable necessary cookies slider */
#necessary-toggle + .slider {
    /*background-color: #066f5d;*/
    cursor: default; /* Disable cursor pointer */
}
/*
#necessary-toggle:disabled + .slider {
    cursor: not-allowed;
}
*/
/*
.slider {
    position: relative;
    width: 80px;
    height: 40px;
    cursor: pointer;
    border-radius: 25px;
    overflow: hidden;
    /* background-color: #800020; 
    background-color: #b90532;
    /* border: 2px solid #004d40; 
    transition: background-color 0.9s/* , ease border-color 0.9s ease ;
    box-sizing: unset;
}

.toggle-checkbox:checked + .slider {
    background-color: #066f5d;
    /* background-color: #004d40; 
    /* border-color: #800020; 
}
*/
/* .cookie {
    position: absolute;
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

#cookie-icon {
    left: 0;
    transform: translateX(0%);
    opacity: 1;
}

#cookie-bite-icon {
    left: 0;
    transform: translateX(100%);
    opacity: 0;
}

.toggle-checkbox {
    display: none;
}

.toggle-checkbox:checked ~ .slider #cookie-icon {
    transform: translateX(100%);
    opacity: 0;
}

.toggle-checkbox:checked ~ .slider #cookie-bite-icon {
    transform: translateX(100%);
    opacity: 1;
}

.toggle-checkbox:not(:checked) ~ .slider #cookie-icon {
    transform: translateX(0%);
    opacity: 1;
}

.toggle-checkbox:not(:checked) ~ .slider #cookie-bite-icon {
    transform: translateX(0%);
    opacity: 0;
} */

@media screen and (min-width: 550px) {
    .cookies-settings-wrapper {
        display: flex;
        width: 550px;
        /* height: 800px; */
    }
}

.legal-content-title {
    margin: 8px;
}

.legal-content {
    margin: 13px;
}

.legal-content-contact {
    color: darkseagreen;
}

.legal-content-href {
    color: cadetblue;
}

.forgot-link {
    color: cadetblue;
}


/* style="filter: invert(1) sepia(100%) saturate(10000%) hue-rotate(45deg);" */


/*
.error-notification {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    background-color: #ff4d4d;
    color: white;
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: bottom 0.5s;
}

.error-notification.visible {
    bottom: 0;
}

.error-notification .close-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}
*/

.notification {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: bottom 0.5s;
}

.error-notification {
    background-color: #ff4d4d;
    color: white;
}

.success-notification {
    background-color: #4CAF50;
    color: white;
}

.info-notification {
    background-color: #007bff;
    color: white;
}

.notification .close-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.notification.visible {
    bottom: 0;
}


/* 




*/

.password-error {
    font-size: 16px;
    padding: 5px;
}

.password-fail,
.otp-fail {
    color: #ed4545;
    font-size: 16px;
    padding: 5px;
}

.password-warning,
.otp-warning,
.account-infos .account-value-warning .value {
    color: #ed8045;
    font-size: 16px;
    padding: 5px;
}

.password-success,
.otp-success,
.account-infos .account-value-success .value {
    color: #29fc3b;
    font-size: 16px;
    padding: 5px;
}


/*




*/

#usernameCriteria {
    display: flex;
    justify-content: space-evenly;
}

#passwordCriteria {
    display: flex;
    justify-content: space-evenly;
}

.criteria {
    color: #ed8045;
    /* margin-right: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* justify-content: space-evenly; */
    position: relative;
    cursor: pointer;
    /* font-weight: bold; */
    /* min-width: 60px; */
}

.criteria.valid {
    color: #29fc3b;
}

.criteria.invalid {
    color: #fc3b29;
}


/* .length-indicator {
    /* display: inline-block; */


/* margin-top: 5px; */


/* } */
/*
.bar {
    display: inline-block;
    width: 5px;
    color: #dce0df;
    /* font-weight: bold; 
}
*/
/*
.bar.orange {
    color: #ed8045;
}

.bar.green {
    color: #29fc3b;
}

.bar.red {
    color: #fc3b29;
}

*/
/*

F



*/

.navbar {
    /* position: fixed; */
    /* top: 84px; */
    display: flex;
    justify-content: end;
    /* padding: 0px 30px 10px 20px; */
}
/* 
.menu,
.user-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #2f5167;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
}

.user-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #2f5167;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);
    right: 0;
    border-top-left-radius: 10px;
    transform: translateX(100%);
    transform: translateX(calc(100% + 10px));
}

.menu {
    left: 0;
    border-top-right-radius: 10px;
    transform: translateX(-100%);
    transform: translateX(calc(-100% - 10px));
} */


/* .user-menu {
    right: 0;
    transform: translateX(100%);
    /* box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5); */


/* Shadow on the left edge */


/* } */
/* 
.user-welcome {
    padding: 12px 16px;
    font-size: 24px;
    color: darkseagreen;
} */
/* 
.menu a,
.user-menu a {
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #394a56;
    color: cadetblue;
}

.menu a i,
.user-menu a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    color: darkseagreen;
}

.menu a:hover,
.user-menu a:hover {
    background-color: #2b4a5f;
}

.icon {
    cursor: pointer;
    font-size: 30px;
}

.user-login {
    color: lightgreen;
}

.user-logout {
    color: cadetblue;
}

.menu-arrow {
    margin-left: auto;
}

.sub-menu {
    display: none;
    background-color: #394a56;
}

.sub-menu a {
    padding-left: 30px;
}

.active-sub-menu {
    display: flex;
    flex-direction: column;
}

.menu-visible {
    display: flex;
    flex-direction: column;
} */


/*

    FAQ 

*/

.faq-intro {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}

.faq-intro h2 {
    margin-bottom: 0px;
}

.faq-container {
    display: flex;
    flex-direction: column;
}

.faq-container div h3 i {
    color: darkseagreen;
}

.faq-container div i {
    color: darkseagreen;
}

.faq-container {
    display: flex;
    flex-direction: column;
}

.faq-item {
    /* border: 1px solid #ccc; */
    /* border-radius: 16px; */
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
    /* border: 1px solid #506f85; */
}

.faq-item:hover {
    background-color: #2b4a5f;
}

.open-faq-item {
    background-color: #2b4a5f;
}

.open-faq-item:hover {
    background-color: #3c6178;
}


/* .faq-item:nth-child(odd) {
    border: 1px solid #6b7b85;
} */

.faq-master-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.faq-master-toggle h3 {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* cursor: pointer; */
    padding: 0 20px;
    /* border-radius: 5px; */
    /* border: 1px solid #ccc; */
    /* margin-bottom: 10px; */
}

.faq-master-toggle i {
    font-size: 1.17em;
}

.faq-question h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: lightsteelblue;
}

.faq-question .chevron,
.faq-master-toggle .chevron {
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    color: lightseagreen;
}

.faq-answer.active {
    max-height: 500px;
    /* Adjust as needed */
}

.faq-question .chevron.rotate,
.faq-master-toggle .chevron.rotate {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}


/*

Help

*/

.help-intro {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}

.help-intro h2 {
    margin-bottom: 0px;
}

.help-search {
    display: flex;
    justify-content: center;
    height: 95px;
    align-items: center;
}

.help-search input {
    margin-right: 25px;
    padding: 0 0 0 20px;
    height: 35px;
    border-radius: 25px;
    border-color: transparent;
    width: 275px;
}

.help-search button {
    height: 35px;
    width: 50px;
    border-radius: 25px;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-section {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(250px, auto);
    gap: 20px;
    justify-items: center;
    align-items: center; */
    display: grid;
    gap: 16px;
    margin: auto;
    justify-content: center;
    align-content: start;
}

@media (min-width: 600px) {
    .help-section {
        grid-template-columns: repeat(3, 1fr);
    }
    /* .help-widget:nth-child(odd) {
        background-color: #3e5580;
    } */
}

@media (max-width: 600px) {
    .help-section {
        grid-template-columns: repeat(2, 1fr);
    }
    /* .help-widget:nth-child(1n+1) {
        background-color: #3e5580;
    }
    .help-widget:nth-child(1n+2),
    .help-widget:nth-child(1n+3) {
        background-color: #314569;
    }
    .help-widget:nth-child(1n+4) {
        background-color: #3e5580;
    } */
}

.help-widget {
    background-color: #2e5167;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 12px;
    border-radius: 15px;
    cursor: pointer;
}

.help-widget p {
    padding: 4px;
}

.help-widget:hover {
    background-color: #2b4a5f;
}

.help-content {
    grid-column: 1 / -1;
    background-color: #3c6178;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    display: none;
}


/*

Setup

*/

.setup-intro {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}

.setup-intro h2 {
    margin-bottom: 0px;
}

.setup-container {
    display: flex;
    flex-direction: column;
}

.setup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    margin: 8px 0;
    border-radius: 15px;
    cursor: pointer;
}

.setup-item:hover {
    background-color: #2b4a5f;
}

.open-setup-item {
    background-color: #2b4a5f;
}

.open-setup-item:hover {
    background-color: #3c6178;
}

.setup-checkbox-text {
    display: flex;
    width: 100%;
}

.setup-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25%;
}

.setup-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}

.setup-chevron {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    color: darkseagreen;
}

.setup-details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-bottom: 1px solid white;
}


/* .setup-details p {
    width: 80%;
} */

.checkbox-icon {
    color: khaki;
}

.completed {
    color: lightgreen;
}

.setup-details {
    display: none;
    padding: 8px;
    /* margin-top: 10px; */
    /* background-color: #f9f9f9; */
    /* border-radius: 5px; */
}

.setup-chevron .chevron {
    transition: transform 0.3s ease;
}

.setup-chevron .chevron.rotate {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}

#randomizeStatus {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}


/*

Account infos

*/

.account-intro {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
}

.account-intro h2 {
    margin-bottom: 0px;
}

.account-infos {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
}

.account-infos .value {
    color: cadetblue;
}

.account-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setting {
    display: contents;
}

label {
    grid-column: 1 / 2;
    padding: 5px;
    color: darkseagreen;
}

.password-fields label {
    grid-column: 1 / 2;
    padding: 5px;
    display: flex;
    justify-content: end;
}

.password-fields,
.twofa-fields,
.phone-fields {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column: 1 / -1;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1.6s ease, opacity 0.8s ease;
}

.password-fields.active,
.twofa-fields.active,
.phone-fields.active {
    max-height: 500px;
    /* Adjust as needed */
    opacity: 1;
}

.password-fields #passwordCriteria {
    grid-column: 2 / 3;
    justify-content: space-evenly;
}

.password-fields #password-error,
.twofa-fields #otp-error {
    grid-column: 2 / 3;
    display: flex;
    justify-content: center;
    height: 28px;
}

#changePasswordButton {
    visibility: visible;
    opacity: 1;
    /* position: absolute; */
    /* grid-row: 4 / auto; */
}


/* #changePasswordButton.active {
    opacity: 0;
    transition: opacity 1.6s;
} */

#enable2FAButton {
    visibility: visible;
    opacity: 1;
    /* position: absolute; */
    /* grid-row: 7 / auto; */
}


/* #enable2FAButton.active {
    opacity: 0;
    transition: opacity 1.6s;
} */

#enablePhoneSecurityButton {
    visibility: visible;
    opacity: 1;
    /* position: absolute; */
    /* grid-row: 10 / auto; */
}

#changePasswordButton.active,
#enable2FAButton.active,
#enablePhoneSecurityButton.active {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.6s, visibility 0.5s;
}

.account-settings-empty-row {
    grid-column: 1 / -1;
    height: 25px;
    border-bottom: 1px solid lightgreen;
    background: linear-gradient(180deg, #282828 100%, transparent 0);
}

.account-settings-empty-row.active {
    height: 30px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s linear 0.5s, height 0.5s ease-in-out;
}

.password-button,
.twofa-button,
.phone-button {
    display: flex;
    grid-column: 2 / 3;
    justify-content: space-between;
    gap: 10px;
}


/* .twofa-field {
    display: none;
} */


/* .twofa-button {
    display: flex;
    grid-column: 2 / 3;
    justify-content: space-evenly;
    gap: 10px;
} */


/* .phone-field {
    display: none;
} */


/* .phone-button {
    display: flex;
    grid-column: 2 / 3;
    justify-content: space-evenly;
    gap: 10px;
} */

.qrcode {
    width: 125px;
}

.value,
input,
select {
    grid-column: 2 / 3;
    padding: 5px;
    border-radius: 4px;
    border: none;
}

button {
    /* grid-column: 2 / 3; */
    /* justify-self: start; */
    /* margin-top: 2px; */
    background-color: #2f5167;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    width: 78px;
    cursor: pointer;
}

button:hover {
    background-color: #2b4a5f;
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}


/* .password-wrapper span {
    width: 20px;
} */

.password-wrapper input[type="password"] {
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
}


/* .toggle-password .fa {
    display: flex;
} */

.toggle-password {
    /* display: flex; */
    /* justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px; */
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #737373;
}

input[type="text"]
/* ,
input[type="password"] */

{
    width: 100%;
}


/*

2FA Modal

*/

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 512px;
    background-color: #394a56;
    margin: 15% auto;
    padding: 20px;
    border: 2px solid #888;
    width: 80%;
}

.modal-content>p {
    display: flex;
    justify-content: center;
    padding: 0px 32px 0px 32px;
}

.modal-content>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px 24px 24px;
}

.modal-content>div:first-child>h2 {
    margin-bottom: 0px;
}

.modal-content>div:nth-child(2) {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 18px;
}

.modal-content>div:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 18px;
}

.modal-content>div:nth-child(3)>input {
    max-width: 170px;
    min-width: 55px;
    height: 32px;
    border-radius: 16px;
    margin-top: 24px;
    padding-left: 12px;
}

.modal-content>div:nth-child(3)>button {
    max-width: 85px;
    height: 32px;
    border-radius: 16px;
    margin-top: 24px;
}

.modal-content>p:nth-child(4) {
    display: flex;
    justify-content: center;
    height: 21px;
    padding: 0;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: rgb(82, 172, 152);
    text-decoration: none;
    cursor: pointer;
}


/*

Slogan keyword

*/

@keyframes smoothMoveGradient {
    0%, 100% {
        background-position: top left;
    }
    25% {
        background-position: top right;
    }
    50% {
        background-position: bottom right;
    }
    75% {
        background-position: bottom left;
    }
}
.slogan-keyword {
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
    background-size: 200% 200% !important;
    animation: smoothMoveGradient 4s linear infinite;
}

#slogan-text{
    /* margin: 10% 15%; */
    /* font-size: 36px; */
    /* font-weight: bold; */
    /* color: #daddda; */
}

@media screen and (max-width: 538px) {
    #slogan-text{
        /* margin: 15% 10%; */
        /* font-size: 24px; */
    }
}


/*

Metrics Container

*/
.metrics-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
}
.responsive-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between sections */
    justify-content: center;
}
.metric-group {
    text-align: center;
    flex: 1;
    min-width: 300px; /* Prevents the sections from becoming too narrow */
    margin: 10px;
}
.metric-value, .sub-metric-value {
    font-size: 1.5em;
}
.metric-value {
    color: #0077B6; /* Smooth blue for total volume */
}
.sub-metric-value.buy {
    color: #009688; /* Smooth green for buy */
}
.sub-metric-value.sell {
    color: #D32F2F; /* Smooth red for sell */
}
.sub-metric-value.public {
    color: #4CAF50; /* Different shade of green for Public API calls */
}
.sub-metric-value.authenticated {
    color: #FFC107; /* Amber for Authenticated API calls */
}
.pair-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between pairs */
}
.sub-metric-group {
    display: flex;
    flex-direction: column; /* Stack the title and number */
    flex-basis: 50%;
}
.metric-title, .sub-metric-title {
    display: block; /* Ensure proper display */
    margin: 5px 0;
}


/*

API Metrics

*/
.api-container {
    display: flex;
    min-width: 0;
    max-width: 800px;
    width: 100%;
    height: 200px; /* Adjust height as needed */
    background-color: #394a56;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}



.api-side-panel {
    width: 25%; /* Adjust as necessary */
    background-color: #333;
    color: white;
    transition: all 0.5s ease;
    transform: translateX(100%); /* Initially hidden except for 20px edge */
    position: absolute; /* Changed to absolute */
    top: 0;
    right: 30px; /* Adjust based on width to show small edge */
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.api-side-panel.open {
    transform: translateX(0);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0; /* Adjust based on width to show small edge */

}

.api-toggle {
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    color: yellow;
    transition: transform 0.5s ease;
    right: 90%; /* Align with the panel edge */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.api-toggle.open {
    transform: translateY(-50%) rotate(180deg); /* Toggle rotates when open */
}


/* .api-chart {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.api-chart {
    /* min-width: 320px; */
    flex-grow: 1;
    padding: 20px;
    position: relative; /* Needed for SVG positioning and responsiveness */
}

/* Ensure SVG fits and is responsive within its container */
.api-chart svg {
    width: 100%; /* SVG fills the width of its container */
    height: auto; /* Maintain SVG aspect ratio */
    display: block; /* Remove any unnecessary margins */
}




/*
*
*   HERO
*
*/

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-container {
    width: 100%;
    padding: 3.236vw 4.854vw;
}

/* Content Grid */
.layout-grid {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 2vw;
    column-gap: 1vw;
}

/* Hero Section */
.hero-section {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 1.618vw;
    padding: 1.618vw 3.236vw;
    align-items: center;
    min-width: 300px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}

.hero-text h4 {
    /* Additional styles if needed */
    color: #ffffff;
}

.hero-chart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
}

/* Financial Chart */
.financial-chart {
    padding: 2vw 0 2vw 2vw;
    width: clamp(150px, 25vw, 375px);
    height: clamp(150px, 25vw, 375px);
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: auto;
    transform: translateX(25%);
}

.financial-chart svg {
    width: 100%;
    height: 100%;
}

/* Chart Elements Styling */
.focus-line {
    stroke: #ff5722;
    stroke-width: 1.5px;
    stroke-dasharray: 7,7;
}

.focus-rect {
    fill: rgba(255, 87, 34, 0.2);
    stroke: #ff5722;
    stroke-width: 1.5px;
}

.focus-circle {
    fill: #4caf50;
    stroke: #ff5722;
    stroke-width: 1.5px;
}

/* Slogan Section */
.slogan-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.618vw 3.236vw;
    text-align: left;
}

.slogan-text {
    /* Optional: Additional styles */
    color: #ffffff;
}

/* CTA Section */
.cta-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1vw;
    padding: 1em;
    align-items: center;
}

.cta-button {
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    padding: 0.75em 1.5em;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cta-button:hover {
    background-color: #c0392b;
}

.cta-description {
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 3fr 1fr;
    }

    .slogan-section {
        padding: 1.618vw 3.236vw;
    }

    .cta-section {
        grid-template-columns: 1fr;
        row-gap: 2vw;
        column-gap: 0;
        justify-items: center;
    }

    .cta-button {
        width: 100%;
    }

    .slogan-section p {
        text-align: center;
    }
}