
  @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&family=Urbanist:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Syne:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');
  @import url("https://api.fontshare.com/v2/css?f[]=red-hat-display@1&display=swap");


*{
    margin:0;
    padding:0;
    font-family: 'Satoshi', sans-serif;

    box-sizing: border-box;

}

:root {
    --slateful: #f4f4d5;
    --peaceful-pink: #f7d3d9;
--graceful-green: #d6f7d6;
--cheerful-purple: #d4b7f7;
--sereneful-sky: #c1e8f5;
  }

  .theme-changer {
    display: flex;
    gap: 10px; /* Adjust the gap between color circles as needed */
}

.color-circle {
    width: 25px; /* Adjust the size of the color circles */
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}





/* Customize the scrollbar track */
body::-webkit-scrollbar {
    width: 6px; /* Set the width of the scrollbar */
}

/* Customize the scrollbar thumb (the draggable handle) */
body::-webkit-scrollbar-thumb {
    background-color: var(--slateful); /* Set the color of the thumb */
    border-radius: 6px; /* Set the border radius of the thumb */
}

/* Customize the scrollbar track when the user hovers over it */
/* Customize the scrollbar thumb when the user hovers over it */



body{
    background-color: #111111;
    color: var(--slateful);
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional: Keep the background fixed during scrolling */
    background-size: cover; /* Optional: Scales the background image to cover the entire element */
    overflow-x: hidden;
    zoom: 100%; /* Set the default zoom level */

}

/* Add this to your existing styles.css or create a new one if you don't have it */
footer {
    background-color: none;
    color: var(--slateful);
    text-align: left;
    width: 100%;
    font-size: 16px;

}
.footer h3{
    font-size: 8px;
}


.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links a {
    color: #111111;
    margin: 0 15px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.divider {
    width: 100%;
    margin: 20px 0; /* Adjust margin as needed */
    border-top: 1px solid var(--slateful); /* Adjust color as needed */
}

::selection {
    color: #111111;
    background: var(--slateful);
  }

.loading-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Customize the spinner or loading animation */
.spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide loading screen when content is loaded */
.loaded .loading-screen {
  opacity: 0;
  pointer-events: none;
}


.container{
    margin: 5%;
    width: 100%;
    max-width: 1360px;
    margin-top: 50px;
}

.container h1{
    margin-top: 25px;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.7;
}

.container h2{
    font-weight: 500;
    font-size: 45px;
    line-height: 1.7;
}

.container h2 span {
    background: linear-gradient(45deg, var(--slateful), #f8f8da); /* Purple gradient */
    -webkit-background-clip: text; /* For WebKit/Blink browsers like Chrome and Safari */
    background-clip: text; /* For WebKit/Blink browsers like Chrome and Safari */
    color: transparent; /* Set text color to transparent to allow the background gradient to show through */
    display: inline-block; /* Ensure the gradient is applied only to the text, not the entire container */
}

@font-face {
    font-family: 'Thesignature';
    src: url('./Thesignature.ttf') format('truetype'), 
         url('./Thesignature.otf') format('opentype'); 
  }

  .search-text h2 span {
    font-family: 'Satoshi', sans-serif;
    background: linear-gradient(to right, #f4f4d5, #f8f899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.featured-content h2 span{
    font-family: 'Satoshi', sans-serif;
    background: linear-gradient(to right, #f4f4d5, #f8f899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}



.container h2 .gradient-text {
    background: linear-gradient(45deg, var(--slateful), #f8f8da); /* Purple gradient */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.content h1 span{
    opacity: 30%;
}

button {
    margin: 20px;
    padding: 10px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.container h3{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7;

}

.container h4{
    font-size: 19px;
    font-weight: 400;
}

.container p{
    font-size: 35px;
    margin-top: 20px;
}


.container h2{
    font-weight: 300;

}

nav {
    background: none; /* Adjust the alpha value for translucency */
    color: var(--slateful);
    text-align: left;
    padding: 0;
    border-radius: 20px; /* Rounded corners */
    position: relative;
    top: 60px; /* Adjust the value to add space above the navigation bar */
    left: 0;
    right: 0;
    margin: 0;
    width: 100%; /* Adjust width as needed */
    backdrop-filter: blur(10px); /* Glassmorphism effect: blur the content behind the glass */
    -webkit-backdrop-filter: blur(10px); /* For compatibility with Safari */
    transition: top 0.5s ease-in-out; /* Add smooth transition for the appearance/disappearance */
    z-index: 1000; /* Set a high z-index value to ensure it's above other elements */
}


nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin: 0 20px;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: var(--slateful);
    font-weight: 500;
    font-size: 13px;
    transition: transform 0.7s;
    opacity: 70%;
    scroll-behavior: smooth;
    
}

nav ul li a:hover {
    color: #fdfdec;
    transform: scale(1.1);
}

nav ul li.active a {
    color: var(--slateful);
    font-weight: 800;
    opacity: 100%;
}

/* Add this style for the underline animation */
nav ul li::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--slateful); /* Initial color of the underline */
    transform: scaleX(0); /* Initially, the underline is invisible */
    transform-origin: 50%;
    transition: transform 0.3s; /* Add the transition effect */
}

/* Animation effect when the user hovers over a link */
nav ul li a:hover::before {
    transform: scaleX(1); /* Gradually reveals the underline */
}

.content {
    margin-top: 120px;
    width: 100%;
    opacity: 0; /* Set initial opacity to 0 */
    animation: fadeIn ease-in 1s forwards; /* Use the fadeIn animation with a 1-second duration and 'forwards' to keep the final state */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.content h1{
    margin-top: 25px;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.7;
}

.content h2{
    font-weight: 600;
    font-size: 120px;
    line-height: 1.4;
    color: var(--slateful);


}

.content h3{
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7;

}

.content h4{
    font-size: 19px;
    font-weight: 400;
}

.content p{
    font-size: 38px;
    font-family: 'Satoshi';

}
.content h1 span{
    color: #fff;
}



.gallery {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px; /* Counteract the margin of the individual items */
}

.gallery-item {
    width: calc(33.33% - 10px); /* Adjust the width based on your preferred column count */
    margin: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%; /* Set the height to 100% to ensure it matches the width */
    display: block;
    object-fit: cover; /* Maintain the aspect ratio and cover the container */
    transition: transform 0.3s ease-out;
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
    cursor: pointer;
}

.gallery-item .title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .title-overlay {
    opacity: 1;
}


#gradient-text {
    background-image: linear-gradient(to right, #0f0f0f, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientAnimation 4s ease infinite alternate;
}

  
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  
  .dest-input {
    margin-top: 0px;
    width: 100%;
    font-size: 18px;
    border: none;
    border-bottom: 2px solid #333;
    outline: none; /* Remove default outline */
    background-color: transparent; /* Transparent background */
    color:var(--slateful);
    flex-grow: 1;
    margin-right: 10px;
}

.dest-input ::placeholder{
    color: var(--slateful);
}

/* Search icon */
.dest-input::after {
    position: absolute;
    right: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    color: white; /* Icon color */
    pointer-events: none; /* Prevents icon from being selectable */
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #111111;
    color: var(--slateful);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.button-container {
    align-items: center;
    width: 100%;
}

.button {
    /* Styles for your button */
    background-color: #ffffff;
    width: 100%;
    color: rgb(0, 0, 0);
    border: none;
    padding: 25px 55px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}



.button:hover {
    background-color: #d7d7d7; /* Change color on hover */
    color: #000000;
}

.banner {
    position: relative;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  
  .banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50px;
  }
  
  .text-container {
    position: absolute;
    bottom: 30px; /* Adjust as needed */
    left: 30px; /* Adjust as needed */
    color: white; /* Text color */
  }
  
  .text-container h1 {
    margin: 0;
    font-size: 50px; /* Adjust heading font size */
    font-weight: bold;
  }
  
  .text-container p {
    margin: 2px 0 0; /* Adjust subheading margin */
    font-size: 25px; /* Adjust subheading font size */
  }
  
  
  
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding: 20px; /* Adjust padding as needed */
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
  }
  
  

  .wide-button {
    display: flex;
    gap: 0; /* Remove vertical gap between buttons */
    
  }
  
  .wide-button button,
  .wide-button a {
    flex: 1; /* Each button takes equal space */
    text-align: center;
    font-size: 25px;
    padding: 10px;
    color: var(--slateful);
    background-color: #1111;
    border: 2px #1111;
    outline: 2px #1111;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  


.card-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;

}

.card {
  width: 22%;
  overflow: hidden;

  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
}

img {
  width: 100%;
  height: auto;
  border-radius: 75px;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  margin-top: 0;
  color: var(--slateful);
}

.card-content p {
  margin-bottom: 0;
  font-weight: 800;
}

.fun-fact-container {
  background-color: #ffffff; /* Background color */
  padding: 20px;
}

.fun-fact-container h2 {
  color: #373737; /* Title color */
}

.fun-fact-container p {
  color: #000000; /* Text color */
}

button {
  background-color: #ffffff; /* Button color */
  color: #000000; /* Button text color */
  padding: 16px 26px;
  font-size: 22px;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  width: 100%;
  border-radius: 50px;
}

button:hover {
  cursor: pointer;
}

.fab {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: var(--slateful); /* Adjust opacity for the glass effect */
    backdrop-filter: blur(10px); /* Apply a blur effect to the background */
    color: #111111; /* Button text color */
    width: 250px;
    height: 90px;
    border-radius: 50px; /* Rounded corners */
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Adjust box-shadow for a subtle glow effect */
    transition: background-color 0.3s ease-in-out;
    transition: width 0.3s;
}

.chart-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    height: 0;
    transition: height 0.3s;
}

.chart-icon {
    cursor: pointer;
    font-size: 20px;
}

.chart-icon:hover {
    color: #2196F3;
}


.fab:hover {
    background-color: #fcfcec; /* Button color on hover */
}

/* Your existing styles */

/* Your main styles */

/* Style the dropdown menu */
.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #111111;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: var(--slateful);
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: var(--slateful);
    color: #111111;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Add this to your existing CSS or create a new style block */
.dropdown-content a i {
    margin-left: 30px; /* Adjust spacing between icon and text */
    transition: color 0.3s; /* Add smooth transition for color change */
}

.dropdown-content a:hover i {
    color: #111111; /* Change to your desired hover color */
}

.number-line {
    display: flex;
    overflow-x: none; /* Enable horizontal scrolling */
}

.numbers {
    display: flex;
}

/* Style individual number points on the line */
.number-point {
    width: 120px;
    height: 120px;
    background-color: none;
    color: #000000;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 20px;
    border-radius: 25px;
}

label, input {
    margin: 10px;
}

button {
    padding: 10px;
    cursor: pointer;
}

#result {
    margin-top: 20px;
}

.linegraphinput {
    width: 100%;
    margin-top: 35px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}

.linegraphinput th, .linegraphinput td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    
}

.linegraphinput th {
    background-color: #000000;
    color: white;
}

.linegraphinput tbody tr:hover {
    background-color: #f5f5f5;
}

.linegraphinput input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 0;
}

.linegraphinput input:focus {
    outline: none;
    border-color: #1a1a1a;
}

#myChart {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%; /* Specify your desired width */
    height: 500px; /* Specify your desired height */
}

#user-data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#user-data-table th, #user-data-table td {
    border: 1px solid var(--slateful);
    padding: 8px;
    text-align: center;
    font-size: 25px;
}

#user-data-table th {
    background-color: #111111;
}

#user-data-table td {
    background-color: #111111;
}

#user-data-table tr:nth-child(even) {
    background-color: #111111;
}

#user-data-table tr:hover {
    background-color: rgb(40, 40, 40);
}

#user-data-table th, #user-data-table td[contenteditable="true"] {
    min-width: 50px; /* Adjust as needed */
}

#user-pie-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#user-pie-table th, #user-pie-table td {
    border: 1px solid var(--slateful);
    padding: 8px;
    text-align: center;
    font-size: 25px;
}

#user-pie-table th {
    background-color: #111111;
    color: var(--slateful); /* Text color for header */
}

#user-pie-table td {
    background-color: #111111;
    color: var(--slateful); /* Text color for content cells */
}

#user-pie-table tr:nth-child(even) {
    background-color: #111111;
}

#user-pie-table tr:hover {
    background-color: rgb(40, 40, 40);
}

#user-pie-table th, #user-pie-table td[contenteditable="true"] {
    min-width: 50px; /* Adjust as needed */
}

.live-data-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 1px;
    margin-top: 30px;
}

.livecounter {
    border: 2px solid #333;
    text-align: left;
    padding: 32px; /* Adjust as needed */
}


.achart {
    border: 2px solid #333;
    text-align: left;
    padding: 32px; /* Adjust as needed */
    background-color: #111111;
    transition: background-color 0.3s, color 0.3s;

}

.map-container {
    border: 2px solid #333;
    text-align: left;
    padding: 32px; /* Adjust as needed */
    background-color: #111111;
    transition: background-color 0.3s, color 0.3s;

}

.livecounter h1 {
    font-size: 55px;
    font-weight: 800;
    margin: 10px 0;
}

.achart h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 10px 0;
}

.map-container h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 10px 0;
}

.achart p {
    font-size: 13px;
    font-weight: 200;
    margin: 10px 0;
}

.map-container p {
    font-size: 13px;
    font-weight: 200;
    margin: 10px 0;
}


.achart {
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease; /* Added transform and border-color transitions */
}

.achart:hover {
    cursor: pointer;
    border: 2px solid var(--slateful);
    transform: scale(0.98); /* Scale the entire element on hover */
}

.achart:hover::after {

    position: absolute;
    bottom: 50%; /* Position the tooltip above the element */
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px; /* Adjust the font size */
    background-color: var(--slateful);
    color: #111111;
    padding: 10px;
    border-radius: 50px;
    white-space: nowrap; /* Prevent tooltip from breaking into multiple lines */
    opacity: 70%;
    transition: opacity 0.3s ease; /* Add transition for opacity */
}

/* Hide the tooltip by default and fade it in on hover */
.achart::after {
    position: absolute;
    opacity: 0;
    pointer-events: none; /* Ensure the tooltip doesn't interfere with interactions */
}

.map-container {
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease; /* Added transform and border-color transitions */
}

.map-container:hover {
    cursor: pointer;
    border: 2px solid var(--slateful);
    transform: scale(0.98); /* Scale the entire element on hover */
}

.map-container:hover::after {

    position: absolute;
    bottom: 50%; /* Position the tooltip above the element */
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px; /* Adjust the font size */
    background-color: var(--slateful);
    color: #111111;
    padding: 10px;
    border-radius: 50px;
    white-space: nowrap; /* Prevent tooltip from breaking into multiple lines */
    opacity: 70%;
    transition: opacity 0.3s ease; /* Add transition for opacity */
}

/* Hide the tooltip by default and fade it in on hover */
.map-container::after {
    position: absolute;
    opacity: 0;
    pointer-events: none; /* Ensure the tooltip doesn't interfere with interactions */
}




.livecounter p {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}

.allchart-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 1px;
    margin-top: 30px;
}



.wide-container {
    display: grid;
    grid-template-columns: repeat(1, 1.5fr);
    margin: 0;
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: space-between;
    padding: 10px;
    position: sticky;

}

.search-container {
    text-align: left;
    margin-top: 20px;
  }
  
  .dest-input {
    padding: 20px;
  }
  
  .filter-options {
    display: flex;
    gap: 30px; /* Adjust the gap as needed */
}
  
#chartContainer.show-analysis .achart {
    background-color: var(--slateful);
    color: black;
}

.analysis {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#chartContainer.show-analysis .analysis {
    opacity: 1;
}

.categories {
    display: flex;
    gap: 10px;
}

.search-filters {
    display: flex;
    gap: 10px;
}

.types {
    display: flex;
    gap: 10px;
}

.category {
    padding: 10px;
    color: var(--slateful);
    cursor: pointer;
    font-weight: 300;
    transition: font-weight 0.3s ease, color 0.3s ease;


    background-color: transparent; /* No background color */

}


.search-filter {
    padding: 10px;
    color: var(--slateful);
    cursor: pointer;
    font-weight: 500;
    transition: font-weight 0.3s ease, color 0.3s ease;
    border-radius: 50px; /* Adjust the value to control the roundness */
    display: inline-block; /* Ensure it only takes the necessary width */
    background-color: #f4f4d5; /* Background color for the pill shape */
    color:#111111;
}


.category:hover {
    font-weight: 700;
    
}

.search-filter:hover {
    font-weight: 700;
    
}

.type {
    padding: 8px;
    color: var(--slateful);
    cursor: pointer;
    font-weight: 300; /* Add the initial font-weight value */
    transition: font-weight 0.3s ease, color 0.3s ease;
}

.type:hover {
    font-weight: 700;
}

#download-btn {
    margin-bottom: 10px;
  }

  .hidden {
    display: none;
}

.compare-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.compare-split {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.compare-split-left::after,
.compare-split-right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000; /* Divider color */
}

.compare-split-left::after {
    right: 0;
}

.compare-split-right::after {
    left: 0;
}

.comp-input {
    width: 80%;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
}

.subbutton {
    width: 80%;
    padding: 15px;
    margin: 20px;
    font-size: 18px;
    cursor: not-allowed;
}

.subbutton:enabled {
    cursor: pointer;
    background-color: var(--slateful);
    color: black;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four columns with equal width */
    gap: none;
    width: 100%;
    margin: 0 auto; /* Center the grid container */
}

.grid-item {
    border: 2px solid #333;
    background-color: none; /* Background color for grid items */
    padding: 25px;
    border-radius: 8px;
    height: 500px;
    width: 25%;
}


/* Additional styling for the content inside each grid item */
.grid-item h2 {
    color: var(--slateful);
    font-size: 40px;
}

.grid-item p {
    color: var(--slateful);
    font-size: 20px;
}

.compare-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Optional: Set a height if needed */
}

.button {
    width: 30%;
    background-color: #f4f4d5;
    /* Add other button styles as needed */
}


#analysisWindow {
    padding: 20px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--slateful);
    color: #111111;
    transition: right 0.3s ease;
    z-index: 1000;
    box-sizing: border-box; /* Include padding in width and height */
    overflow-y: auto; /* Enable scrolling if content exceeds window height */
    border-left: 1px solid #ccc; /* Example border */
    margin-top: 60px; 
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; 
    border-radius: 25px 0px;
}


#analysisWindow h2 {
    color: #111111;
    font-size: 40px;
  
}

#analysisWindow p {
    color: #111111;
    font-size: 20px;
  
}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.full-view {
    position: fixed;
    top: 0;
    right: -100%; /* Initially hidden outside the viewport */
    width: 100%;
    height: 100%;
    background-color: #111111;
    color: var(--slateful);
    transition: right 0.3s ease; /* Smooth animation */
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fullChartContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1360px; /* Same as chart width */
    height: 600px; /* Same as chart height */
}

#fullChart {
    width: 100%; /* Full width of its container */
    height: 100%; /* Full height of its container */
    max-width: 100%;
    max-height: 100%;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    color: white;
}


.full-view.hidden {
    display: none;
}

.button-fullview {
    margin-top: 15px; /* Adjust margin as needed */
}

.search-container {
    display: flex;
    align-items: center;
  }

.rounded-search-bar {
    width: 70%;
    padding: 35px;
    border: 4px solid #f4f4d5;
    border-radius: 60px;
    outline: none;
    transition: border-color 0.3s, transform 0.3s;
    background-color: #111111;
    color:var(--slateful);
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rounded-search-bar:focus {
    border-color: #f4f4d5;

  }

  .search-button {
    border: none;
    background-color: #f4f4d5;
    color: #1a1a1a;
    padding: 35px;
    border-radius: 60px;
    margin-left: 10px;
    width: 20%;
    cursor: pointer;
    font-size:30px ;
  }

  .search-terms {
    font-size: 30px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 4s steps(20, end) infinite, blink-caret 0.8s step-end infinite;
  }

  @keyframes typewriter {
    from {
      width: 0;
    }
  }

  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: #f4f4d5;
    }
  }

  .phone-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.phone-message p {
    font-size: 18px;
    margin-bottom: 20px;
}

.phone-message button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
