/* Add the following CSS to styles.css */



body {
  font-family:"Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 300;
  
    
}
h1 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.5rem;
}

 /*<uniquifier>: Use a uniquifier for the class name*/
/* <weight>: Use a value from 100 to 900*/

#backgroundMusic{
z-index: 1;
}

.main-home{
    /*overflow: hidden; /* Prevent scrolling */
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;

}
/*{border:2px solid red}*/

/* Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px; /* Slightly thicker scrollbar */
}

::-webkit-scrollbar-track {
  background: black;
  border-radius: 10px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px; /* Rounded corners for the thumb */
  border: 3px solid black; /* Add some padding around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0; /* Slightly darker white for hover effect */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: white black;
} 

/* Additional styles for Firefox to ensure rounded corners */
*::-webkit-scrollbar-track {
  border-radius: 10px; /* Rounded corners for the track */
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px; /* Rounded corners for the thumb */
}


header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    color: #fff;
    text-align: center;
    padding: 10px 0px 30px 0;
    height: 80px;
    font-family:"Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    align-items: center;
    z-index: 2;
    position: relative;

   
}
/* Positioning logo on the left side */
/* Positioning logo on the left side */

/* Tablet and Mobile styles */
@media only screen and (max-width: 1024px) {
 
 header{ display: flex;
        align-items: center;  
        text-align: left; 
        justify-content: left;
        height:80px;
               }
 
  header h1 { 
      font-size: 50px;

  }
  header #logo {
    width: 80px; /* adjust width as needed */
    height: auto; /* maintain aspect ratio */
    float: left;
    /* Initially stationary */
    transform: rotate(0deg);
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 20px;
 
  }
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  header{
    height: 50px;
    padding: 10px 10px;
  }
  
  header h1 {
      font-size: 21px;
  }
  header #logo {
    width: 45px; /* adjust width as needed */
    height: auto; /* maintain aspect ratio */
    float: left;
    /* Initially stationary */
    transform: rotate(0deg);
    border-radius: 50px;
    margin-left: 0px;
    margin-top: 0px;
  }

}






#logo {
  width: 90px; /* adjust width as needed */
  height: auto; /* maintain aspect ratio */
  float: left;
  /* Initially stationary */
  transform: rotate(0deg);
  border-radius: 50px;
  margin-left: 10px;
}


.navbar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: none;
  color: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Align items to the right */
  margin-top: 20px
}


@media only screen and (max-width: 1024px) {
 
  header .navbar { margin-top: 10px;
                }
   header .bar{
    height:3px;
    width:25px;
   }             
              }
 
 /* Mobile styles */
 @media only screen and (max-width: 768px) {

  header .navbar { margin-top: -5px;
  }
  header .bar{
    height:2px;
    width:20px;
   }  
}
 
 



.menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #333;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 999;
  text-align: left;
}

.menu ul {
  list-style: none;
  padding: 20px;
}

.menu ul li {
  margin-bottom: 10px;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.hamburger-menu {
  margin-right: 20px;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}








.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}



.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


.service-selection {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Align items to the right */
  justify-content: flex-start; /* Align items to the top */
  padding: 0px;
  overflow: hidden; /* Hide content overflow */
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

/* Add the following CSS to styles.css */



.button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 40px;
  padding: 5px 0;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent blue */
  color: #fff;
  border-radius: 0px;
  margin: 5px 0;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
  font-size: .8rem;

 
}





.choose-service-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 40px;
  padding: 5px 0;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent blue */
  color: #fff;
  border-radius: 0px;
  margin: 10px 0;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
  pointer-events: none;
  cursor: default; 
  font-size: .8rem;
 

}


/* Tablet and Mobile styles */
@media only screen and (max-width: 1024px) {
  .choose-service-button, .button {
     width: 35%;
     font-size: 20px;
     height: 55px;
  }
  
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  .choose-service-button, .button {
    width: 40%;
    font-size: 10px;
    height: 30px;
 }
}


.welcome-section {
  position: relative;
  margin-top: 10vh; /* Adjust as needed to ensure it's not too low */
  margin-bottom: 0vh;
  /*left: 0px; /* Adjust as needed to position it on the left */
  z-index: 100; /* Ensure it's above other content */
  width: 40%;
  min-height: 60vh; /* Minimum height: 20% of the viewport height */



}

.welcome-information {
  padding: 10px; /* Add padding for better appearance */
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent blue */
}

.welcome-information h1 {
  margin: 0; /* Remove default margin for h1 */
  font-family: "Montserrat", sans-serif;
}



/* Tablet and Mobile styles */
@media only screen and (max-width: 1024px) {
  .welcome-section, .welcome-information {
     width: 90%;
     font-size: 20px;
  }
  
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  .welcome-section, .welcome-information {
    width: 90%;
    font-size: 12px;
 }
}


.button:hover {
    background-color: #fff; /* White background on hover */
    color: #000; /* Black text on hover */
}

.home-info {
    
   
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, .7) 100%);
    /*background: #000;*/
    
    font-family: "Montserrat", sans-serif;
   
    
}

.home-info p {
    
  color: white;
  
}


/* Tablet and Mobile styles */
@media only screen and (max-width: 1024px) {
  .home-info {
    
     font-size: 25px;
  }
  
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  .home-info{
    font-size: 13px;
 }
}


footer {
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0.6) 0%, rgba(50, 50, 50, .9) 100%);
  color: #fff;
  text-align: center;
  padding: 1px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}



.video-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Adjust as needed */
  overflow: hidden;
  z-index: -1;
}

.background-slideshow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Adjust as needed */
  overflow: hidden;
  z-index: -1;
}

.background-slideshow-pages{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Adjust as needed */
  overflow: hidden;
  /*z-index: -1;*/
}

.background-slideshow img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: 45% center; /* Move the image 20% from the left and center it vertically */
}

.background-slideshow-pages img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  /*object-position: 45% center; /* Move the image 20% from the left and center it vertically */
}


video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
 



.intro {
 position: relative;
  text-align: left;
    padding: 20px;
    overflow: hidden;
    margin: 0px 20px;
    min-height: 40vh;
    margin-top: 20vh;
    max-width: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
   
   
}
  /*{border: 2px solid red;}*/
  
  .intro h2 {
    color: white;
    font-size: 1.5rem;
  }
  
  .intro p {
    color: white;
    font-size: 1.0rem;
    line-height: 1.6;
    max-width: 180%;
  }

.mask {
  z-index: 500;
  background-color:#f7f7f7;
  position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 10vh;
   

}


  
/* Tablet and Mobile styles */
@media only screen and (max-width: 1024px) {
  
  .intro{
    max-width: 80%;
    margin-left: 0px;
  }
  
  
  .intro h2 {
     font-size: 30px;
  }
  .intro p{
    font-size: 15px;
 }
  
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  .intro h2 {
    font-size: 20px;
 }
  
  
  .intro p{
    font-size: 12px;
 }
}
  
  .video-container-residential{
  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
    /*z-index: -1;*/
    box-sizing: border-box;
  }



.entry{
  background-color:#f7f7f7;
 
 
}
  .entry-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    padding-top:0vh;
    margin:0px 0;
    position: relative;
   
  
  }
  
  .left-entry {
    flex: 1;
   padding:20px;
    
    border-radius: 5px;
  }
  
  .right-entry {
    flex: 1;
    padding:20px;
   
    border-radius: 5px;
    
  }
  
  img {
  
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
  }

  .entry-wrapper{
    padding-top: 40vh;
    background-color:#f7f7f7;
  }
  
  
  @media (max-width: 1024px) {
    .entry-container {
      flex-direction: column; /* Change flex direction to stack elements vertically */
      align-items: stretch;   /* Stretch items to fill container width */
      padding-top:0vh 0;
      margin:0px 0;
      
      
    }
  
    .right-entry {
      margin-left: 0; /* Reset left margin for right-entry */
    }
  }


  @media (max-width: 768px) {
    .entry-container {
      font-size: 1rem;
    
    }
    .entry-container h1 {
      font-size: 2.2rem;
    
    }
  }






  .main-content {
    
  
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
    color: #000;
    position: relative;
    margin:0 20px;
    max-width:100%;
    font-size: 1.25rem;
    padding-top:50px;
   
  
  }

  
  @media (max-width: 768px) {
    .main-content {
      font-size: 1rem;
      max-width:100%;
    
    }
    .main-content h1 {
      font-size: 2.2rem;
    
    }
  }


  .secondary-content {
    font-size: 1.5rem;
    color: black;
    position: relative;
    margin-left: 20px;
    max-width:80% ;
    font-size: 1.25rem;
    padding-top: 50px;
    
  }
  
  .secondary-section{
    margin: 0px;
    box-sizing: border-box;
    background-color:none;
    background-color: #f7f7f7;
   

  }

  /* Mobile styles */
@media only screen and (max-width: 768px) {
  .secondary-section {
    font-size: 1rem;
 }
 .secondary-section h1 {
  font-size: 2.2rem;
}

}

  .image-gallery{
    background-color:none;
  }

  .sales-elements {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 10px;
  }

  .sales-tile-description {
    /*flex: 0 0 calc(33.33% - 20px);*/
    margin: 10px;
    background-color:white;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    
  }

  @keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sales-tile-description {
    opacity: 0; /* Initially hide the description */
}


.sales-tile-description.visible {
  animation: slideInFromBottom 1.0s ease-out forwards;
  opacity: 1; /* Ensure the description is visible during animation */
}


.images-container {
  display: flex;
  flex-wrap: wrap;
  padding:20px;
  gap: 20px;
}

.images-tile {
  flex-basis: calc(50% - 10px); /* Each image takes up half of the container's width */
}

.image-tile {
  width: 100%; /* Ensures the image fills the container */
  height: 100%; /* Maintains aspect ratio */
}


/* Media query for screens smaller than 768px (tablets and below) */
@media (max-width: 768px) {
  .images-tile {
    flex-basis: 100%; /* Each image takes up 100% of the container's width */
  }
}
  


.images-tile {
  opacity: 0; /* Initially hide the description */
}


.images-tile.visible {
animation: slideInFromBottom 1.0s ease-out forwards;
opacity: 1; /* Ensure the description is visible during animation */
}


/*

  .reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
  }
  .review-text {
    flex: 1;
    padding: 0px;
    background-color: none;
    border-radius: 8px;
  }
  .review-image {
    flex: 1;
    padding: 20px;
    background-color: none;
    border-radius: 8px;
    text-align: center;
  }
  .review-image img {
    width: 70%;
    height: auto;
    border-radius: 8px;
    
  }


*/

.reviews {
  display: flex;
  flex-direction: column; /* Default to column layout */
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  margin: 20px;
}

.review-text {
  flex: 1;
  padding: 0px;
  background-color: none;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 20px; /* Add spacing between text and image */
  max-width: 90%; /* Limit maximum width */
}

.review-image {
  padding: 20px;
  background-color: none;
  border-radius: 8px;
  text-align: center;
}

.review-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  text-align: center;

}

@media screen and (min-width: 768px) {
  .reviews {
      flex-direction: row; /* Change to row layout on larger screens */
  }

  .review-text {
      margin-bottom: 0; /* Remove spacing between text and image */
  }

  .review-text, .review-image {
      flex: 1; /* Make both sections take up equal space */
      max-width: none; /* Remove maximum width */
  }
}

.review {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




.review {
  opacity: 0; /* Initially hide the description */
}


.review.visible {
animation: slideInFromBottom 1.0s ease-out forwards;
opacity: 1; /* Ensure the description is visible during animation */
}





  .button-quote {
    display: inline-block;
    padding: 10px 20px;
    background-color: none;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 2px solid white;
    width: fit-content;
  }
  
  .button-quote:hover {
    background-color: white;
    color: black; /* Change text color on hover */
  }
  



  .contact-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .left-contact-tile {
    flex: 1;
    padding: 20px;
    background-color: #f7f7f7;
  }
  
  .right-contact-tile {
    flex: 1;
    padding: 20px;
    background-color: #f7f7f7;
  }
  
  @media only screen and (max-width: 768px) {
    .contact-container {
      flex-direction: column;
    }
  
    .right-contact-tile {
      order: 1;
    }
  }
  
  /* Additional CSS for form styling (optional) */
  form {
    margin-top: 20px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  textarea {
    resize: vertical;
  }
  
  input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type="reset"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #45a049;
  }
  
  input[type="reset"]:hover {
    background-color: #45a049;
  }
  






.parallax-container {
  position: relative;
  height: 1000px; /* Adjust height as needed */
  background-image: url('/media/Fresh\ window\ tinting-01.jpg');
  background-size: 40%; /* Adjust the percentage to make the background image smaller */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  background-position: center; /* Centers the background image */
  background-attachment: fixed; /* Important for parallax effect */
  background-color: white;
}



@media only screen and (max-width: 1024px) {
  .parallax-container {
   
    height: 0px; /* Adjust height as needed */
   
    background-size: 40%; /* Adjust the percentage to make the background image smaller */
    
  }
}


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Optional: Set a background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure the preloader appears on top of other content */
}

.preloader img {
  max-width: 100%;
  max-height: 100%;
  animation: fadeOut 1.75s ease forwards; /* Apply fade-out animation */
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

/*==========================LOCATIONS=============================*/

.location-row{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.location-card {
 flex-grow: 1;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 20px;
  transition: transform 0.3s ease;
  margin: 20px;
  text-align: left;
  justify-content: space-evenly;
  cursor: pointer; /* Change cursor to pointer */
  width: 300px;


  

}

.location-card:hover {
  transform: translateY(-5px);
}

/*==========================================================================*/

.preloader-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top of other content */
}

.preloader-home img {
  max-width: 50%; /* Ensure logo doesn't stretch */
  height: auto;
}

#enterButton {
  padding: 20px 40px;
  font-size: 16px;
  background-color: black;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 9999; /* Ensure it's on top of other content */
}



/*======================FROST======================*/


.intro-container-frost{
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  overflow: hidden;

  box-sizing: border-box;
}

.intro-container-frost img{
  
  width: 100%;
  height: 100vh; /* Adjust as needed */
  object-fit: cover;
}

.contact-page{
  padding: 100px;

}

@media only screen and (max-width: 1024px) {
  .contact-page {
    padding: 20px;
}}

/*==============================FAQ===========================*/
.accordion {
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin:0px 0px;
  box-sizing: border-box;
}

.active, .accordion:hover {
  background-color: #ddd;
}

.panel {
  padding: 15px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*=======================BRANDS===========================*/

.client-logos {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin:100px 0;
}

.client-slider {
  display: inline-block;
    animation: scroll 20s linear infinite; /* Adjust duration as needed */

}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.client-slider img {
  display: inline-block;
  max-width:250px; /* Adjust the size of logos as needed */
  margin: 0 150px; /* Adjust spacing between logos as needed */
  vertical-align: middle; /* Aligns images in the middle vertically */
  
  
}


@media only screen and (max-width: 1024px) {
  .client-slider img {
    max-width: 80px;
    margin: 0 30px;

}}

/*===================CALL BUTTON=====================*/
#slideOutBtn {
  position: fixed;
  bottom: -60px; /* Initially hide button below the viewport */
  right: 20px;
  z-index: 1000;
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  cursor: pointer;
  transition: bottom 0.5s ease;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.phone-icon{
  font-size: 30px;
  margin-right:10px;
}

@media only screen and (max-width: 1024px) {
 
  #slideOutBtn {
    font-size: 15px;
    padding: 10px 15px;
  
  }
  
 
 
 
 
  .phone-icon{
    font-size: 20px;
    margin-right:5px;
  }

}


/*==============SOCIALS==================*/
#instagram-link{
  color: white;
  text-decoration: none;
}

.phone {
  text-decoration: none;
  color: white;
}

.phone-dark {
  text-decoration: none;
  color: black;
}


.margin-global{
  margin-left: 50px;
  margin-right: 50px;

}

/*=============FILLER==================*/
.filler{
  height: 30vh;
  background: none;
}

/*===============BRANDS SLIDER======================*/


.scroller {
  max-width: 100%;
  height: 300px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller__inner img{
  height: 150px;
  width: auto;
  margin: 20px 50px;
}


@media only screen and (max-width: 1024px) {
 
  .scroller {
 display: none;
  }
/*
  .scroller {
    max-width: 100%;
    height: 200px;
  }

  .scroller__inner img{
    height: 75px;
    width: auto;
    margin: 20px 10px;
  }
  */
}
.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 15s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}



.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}



.local-intro{
  margin:0px 20px
}

.local-general{
  margin:0px 20px
}
