html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    background-color: #fff;
    color: #fff;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #000;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 28px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.contact-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    color: #ffffff80;
    text-shadow: none;
    background: transparent;
    cursor: pointer;
    box-shadow: transparent;
    border: 1px solid #ffffff80;
    transition: 0.5s ease;
    user-select: none;
}

.contact-btn:hover,
.contact-btn:focus {
    color: #ffffff;
    background: #008cff;
    border: 1px solid #008cff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px #008cff, 0 0 20px #008cff, 0 0 50px #008cff,
        0 0 100px #008cff;
}


.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 175px 80px 175px;
    background-image: url(bg.png);
    color: #fff;
    overflow: hidden;

}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    max-width: 50%;
    text-align: left;
    margin-left: 100px;
    z-index: 2; /* Ensure content is above particles */
}


.hero h1 {
    font-size: 96px;
    margin: 0;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.hero h1 span {
    color: #00b5ad;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.hero p {
    margin: 20px 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.hero .btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #ffffff80;
    text-shadow: none;
    background: transparent;
    cursor: pointer;
    box-shadow: transparent;
    border: 1px solid #ffffff80;
    transition: 0.5s ease;
    user-select: none;
}

.hero .btn:hover,
.hero .btn:focus {
    color: #ffffff;
    background: #008cff;
    border: 1px solid #008cff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
    box-shadow: 0 0 5px #008cff, 0 0 20px #008cff, 0 0 50px #008cff, 0 0 100px #008cff;
}


.hero-icon {
    max-width: 40%;
}

.product-finder {
    padding: 50px;
    text-align: center;
    background-image: url(bg\ black.png);
    color: #fff;
}

.product-finder h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.product-categories {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

.category { 
    background-color: #1a1a1a;  
    color: #fff;    
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.category:hover {
    background-color: #333;
    transform: scale(1.05);
}

section {
    padding: 20px;
    text-align: center;
    background-color: #000;
}


.footer-links, .social-media, .legal, .credits {
    margin-bottom: 10px;
}

.footer-links a, .legal a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

/* Reset. */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.left {
    font-size: 16px;
    text-align: left;
}
/* Panels. */
.splitview {
    position: relative;
    width: 100%;
    min-height: 45vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    overflow: hidden;
}

    .panel .content {
        position: absolute;
        width: 100vw;
        min-height: 45vw;
        color: #FFF;
    }

    .panel .description {
        width: 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 100px;
        padding-left: 100px;
    }

    .panel .description h1 {
        font-size: 36px;
        color: #00b5ad;
        text-align: right;
        z-index: 9;
    }

    .panel .description h2 {
        font-size: 36px;
        color: #00b5ad;
        text-align: left;
    }

    .panel .description p {
        font-size: 16px;
        text-align: right;
        z-index: 9;
    }



    .panel img {
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        width: 35%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
    }


.bottom {
    background-color: transparent;
    z-index: 1;
}

    .bottom .description {
        right: 5%;
    }

.top {
    background-color: transparent;
    z-index: 2;
    width: 50vw;

    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

    .top .description {
        left: 5%;
    }

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: transparent;
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content {
    transform: skew(30deg);
    margin-left: 1000px;
}

/* Responsive. */
@media (max-width: 900px) {
    body {
        font-size: 75%;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 75%;
    }

    header {
        flex-direction: column;
        padding: 10px 20px;
    }

    .logo {
        margin-bottom: 10px;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .hero-content {
        max-width: 80%;
        margin-left: 20px;
        text-align: center;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero button {
        font-size: 14px;
    }

    .hero-icon {
        max-width: 100%;
        margin-top: 20px;
    }

    .splitview {
        flex-direction: column;
    }

    .panel {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .panel img {
        width: 90%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 20px auto;
    }

    .panel .description {
        width: 90%;
        position: relative;
        top: auto;
        transform: none;
        padding: 10px;
    }

    .handle {
        display: none;
    }

    .top, .bottom {
        width: 100%;
        transform: none;
        margin-left: 0;
    }

    .top .content, .bottom .content {
        transform: none;
        margin-left: 0;
    }
}

.faq {
    padding: 50px;
    background-color: #f9f9f9;
    color: #333;
}

.faq h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.card {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 20px;
}

.card-header h2 {
    margin: 0;
}

.card-body {
    padding: 20px;
    background-color: #fff;
}

.card-body p {
    margin: 0;
}

.btn-link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.btn-link i {
    margin-right: 10px;
}

.btn-link.collapsed i {
    transform: rotate(0);
}

.btn-link i {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.collapse.show .btn-link i {
    transform: rotate(135deg);
}

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

.faq {
  --bg: #fff;
  --text: #7288a2;
  --gray: #4d5974;
  --lightgray: #e5e5e5;
  --blue: #03b5d2;

  * {
    box-sizing: border-box;
    &::before, &::after {
      box-sizing: border-box;
    }
  }

  body {
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
    background: var(--bg);
    color: var(--gray);
    display: flex;
    min-height: 100vh;
  }

  .container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
  }

  .accordion {
    .accordion-item {
      border-bottom: 1px solid var(--lightgray);
      button[aria-expanded='true'] {
        border-bottom: 1px solid var(--blue);
      }
    }
    button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 1em 0;
      color: var(--text);
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
      &:hover, &:focus {
        cursor: pointer;
        color: var(--blue);
        &::after {
          cursor: pointer;
          color: var(--blue);
          border: 1px solid var(--blue);
        }
      }
      .accordion-title {
        padding: 1em 1.5em 1em 0;
      }
      .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
        &::before {
          display: block;
          position: absolute;
          content: '';
          top: 9px;
          left: 5px;
          width: 10px;
          height: 2px;
          background: currentColor;
        }
        &::after {
          display: block;
          position: absolute;
          content: '';
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px;
          background: currentColor;
        }
      }
    }
    button[aria-expanded='true'] {
      color: var(--blue);
      .icon {
        &::after {
          width: 0;
        }
      }
      + .accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
      }
    }
    .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
      p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
      }
    }
  }
}


.footer {
    background: #101010;
    color: #d3d3d3;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.footer .footer-content {
    display: flex;
    justify-content: space-between;
    padding: 40px 80px;
}

.footer .footer-section {
    flex: 1;
    padding: 10px 20px;
}

.footer .footer-section.about .logo-text {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.footer .footer-section.about .contact span {
    display: block;
    margin: 2px 0;
}

.footer .footer-section.about .socials a {
    border: 1px solid #fff;
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    border-radius: 5px;
    transition: all .3s;
}

.footer .footer-section.about .socials a:hover {
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
}

.footer .footer-section.links ul a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

.footer .footer-section.links ul a:hover {
    color: #b3b3b3;
    padding-left: 5px;
}

.footer .footer-section.contact-form .contact-input {
    background: #5e5e5e;
    border: none;
    margin-bottom: 10px;
    line-height: 1.5rem;
    padding: .9rem 1.4rem;
    color: #d3d3d3;
    width: calc(100% - 22px);
}

.footer .footer-section.contact-form .contact-input:focus {
    background: #b3b3b3;
}

.footer .footer-bottom {
    background: #343a40;
    color: #686868;
    height: 50px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 20px;
}

.footer .footer-bottom a {
    color: #333;
    text-decoration: none;
}

.footer .footer-bottom a:hover {
    color: #b3b3b3;
}


/*ID Carousel*/

/* Gallery Section */
.gallery1 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;  
    --background-color: color-mix(in srgb, color, transparent 95%);
  }
  
  /* Main Gallery Container */
  .gallery {
    width: 100%;
  }
  
  /* Gallery Container */
  .gallery-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
  }
  
  /* Individual Gallery Items */
  .gallery-item {
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 330px;
    z-index: 0;
    border-radius: 15px;
    background-size: contain;
    
  }
  
  

  .gallery-item-1{
    left: 15%;
    opacity: 0.7;
    transform: translateX(-50%);
    
  }
  
  .gallery-item-2, .gallery-item-4{
    height: 250px;
    opacity: 0.9;
    width: 380px;
    z-index: 1;
  }
  
  .gallery-item-2{
    left: 30%;
    transform: translateX(-50%);
  }
  
  .gallery-item-3{
    box-shadow: 2px 5px 33px 6px rgba(0,0,0,0.35);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    z-index: 2;
  
  }
  
  .gallery-item-4{
    left: 70%;
    transform: translateX(-50%);
  }
  
  .gallery-item-5{
    left: 85%;
    opacity: 0.6;
    transform: translateX(-50%);
  }
  
  
  /* Gallery Controls */
  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }
  
  .gallery-controls button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    margin: 50px;
    padding: 8 12px;
    text-transform: capitalize;
  }
  
  .gallery-controls-button:focus {
    outline: none;
    }
  
  .gallery-controls-previous{
      position: relative;
  }
  
  
  .gallery-controls-previous::before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    content: "";
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: 7px;
    left: -30px;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
  }
  
  .gallery-controls-previous:hover::before {
    left: -20px;
  }
  
  .gallery-controls-next {
    position: relative;
  }
  
  .gallery-controls-next::before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    padding: 8px;
    position: absolute;
    top: 20px;
    right: -30px;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
  }
  
  .gallery-controls-next:hover::before {
    right: -20px;
  }
  
  .gallery-nav{
    bottom: 15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  
  .gallery nav li{
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
  }
  
  .gallery-nav li.gallery-item-selected{
    background: #555;
  }
