body {
    background-color: #1a2526;
    color: #ffffff;
    font-family: Arial, sans-serif;
}
.navbar {
    background-color: #1a2526;
    padding: 20px 0;
}
.navbar-brand img {
    height: 40px;
}
.nav-link {
    color: #ffffff !important;
    margin-right: 20px;
}
.btn-primary {
    border: 1px solid;
    box-shadow: 5px 6px 0px 0px #000000;
    transition: 0.3s;
    border-radius: 0px;
    background-color: rgb(255, 207, 119);
    color: #000;
    font-size: 21px;
    padding: 7px 30px;
    font-weight: 500;
}
.hero-section {
    text-align: center;
    padding: 25px 0;
    padding-top: 65px;
}
.hero-section h1 {
    font-size: 100px;
    max-width: 900px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 108px;
    margin: auto;
    margin-bottom: 40px;
}
.hero-section p {
    font-size: 24px;
    max-width: 800px;
    text-align: center;
    line-height: 36px;
    margin: auto;
    margin-bottom: 40px;
}
.illustration {
    width: 100%;
    margin: 20px 0;
}
.two-tools {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.two-tools img {
    width: 45%;
    max-width: 700px;
}
.feature-card {
    padding: 60px 80px 64px 64px;
    margin: 40px 0;
}
.card-black {
    background-color: #000000;
    margin-right: 30px;
}
.card-yellow {
    background-color: #ffcf77;
    color: #000000;
    margin-left: 30px;
}
.card-blue {
    background-color: #8FA7DF;
}
.feature-card h2 {
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
}
.feature-card p {
    width: 100%;
    font-size: 18px;
    max-width: 400px;
    line-height: 27px;
    opacity: 0.7;
    margin-bottom: 48px;
}
.feature-card.card-yellow a {
    color: #000;
}
.learn-more {
    color: #ffffff;
    text-decoration: underline;
}
.learn-more:hover {
    opacity: 0.7;
}
a.learn-more {
    text-decoration: none;
}
.card-with-image {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    margin-bottom: 70px;
}
.card-with-image .content {
    flex: 1;
}
.card-with-image img {
    width: 45%;
    max-width: 700px;
}
.feature-card.card-blue.Get-started {
    background-color: #9fd8e5;
    color: #000;
}
a.learn-more.discover {
    color: #000;
}
img.workflow2 {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 30px;
    background-color: #000;
    width: 235px;
}
img.workflow1 {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
    background-color: #ffcf77;
    width: 235px;
}
.two-tools {
    gap: 50px;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.footer {
    padding-top: 120px;
    padding-bottom: 10px;
}
.footer-nav a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    margin-right: 15px;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer p {
    font-size: 11px;
    opacity: 0.7;
    margin: 10px 0;
}
.footer-disclaimer {
    margin-top: 20px;
    width: 50%;
    margin: auto;
}
.footer-disclaimer h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #818181;
}
.footer-disclaimer p {
    font-size: 11px;
    line-height: 11px;
    color: #818181;
}
.social-icons {
    margin-top: 20px;
}
.social-icons a {
    font-size: 20px;
    margin-right: 15px;
    color: #ffffff;
}
.social-icons a:hover {
    color: #f4c430;
}
button.btn.btn-primary:hover {
    color: #000;
    border-color: #000;
    background-color: #ffcf77;
    opacity: 0.7;
}
.icon-text {
    font-size: 39px;
    width: 60px;
    height: 60px;
    background-color: #78e185;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 25px;
    font-weight: 700;
}
.icon-text.brown {
    background-color: #ea721b;
}
.icon-text.pink {
    background-color: #EC7495;
}
.icon-text.blue {
    background-color: #000;
    color: #fff;
}
footer.footer {
    text-align: center;
}

/* Responsive Design for Mobile (up to 576px) */
@media (max-width: 576px) {
    .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        height: 30px;
    }
    .nav-link {
        margin-right: 0;
        font-size: 14px;
    }
    .hero-section h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .hero-section p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .btn-primary {
        font-size: 16px;
        padding: 8px 20px;
    }
    .illustration {
        margin: 10px 0;
    }
    .two-tools {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .two-tools img {
        width: 100%;
        max-width: 100%;
    }
    img.workflow1, img.workflow2 {
        margin-top: 0;

    }
    .feature-card {
        padding: 30px 20px;
        margin: 20px 0;
    }
    .card-black, .card-yellow {
        margin-right: 0;
        margin-left: 0;
    }
    .feature-card h2 {
        font-size: 28px;
    }
    .feature-card p {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }
    .card-with-image {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
    .card-with-image img {
        width: 100%;
        max-width: 100%;
    }
    .footer {
        padding: 20px 0;
    }
    .footer-nav a {
        font-size: 12px;
        margin-right: 10px;
    }
    .footer p {
        font-size: 12px;
    }
    .footer-disclaimer h5 {
        font-size: 14px;
    }
    .footer-disclaimer p {
        font-size: 10px;
        line-height: 11px;
    }
    .social-icons a {
        font-size: 18px;
        margin-right: 10px;
    }
    .footer-disclaimer{
        width: 100%;
    }
}

/* Responsive Design for Tablet (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        height: 35px;
    }
    .nav-link {
        font-size: 15px;
    }
    .hero-section h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }
    .hero-section p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .btn-primary {
        font-size: 18px;
        padding: 10px 25px;
    }
    .two-tools {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .two-tools img {
        width: 80%;
        max-width: 500px;
    }
    img.workflow1, img.workflow2 {
        margin-top: 0;
    }
    .feature-card {
        padding: 40px 30px;
        margin: 30px 0;
    }
    .card-black, .card-yellow {
        margin-right: 0;
        margin-left: 0;
    }
    .feature-card h2 {
        font-size: 36px;
    }
    .feature-card p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }
    .card-with-image {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 60px;
    }
    .card-with-image img {
        width: 80%;
        max-width: 500px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-nav a {
        font-size: 13px;
        margin-right: 12px;
    }
    .footer p {
        font-size: 13px;
    }
    .footer-disclaimer h5 {
        font-size: 15px;
    }
    .footer-disclaimer p {
        font-size: 11px;
    }
    
}

@keyframes glitch-color {
   0% {
      transform: translate(0);
   }

   20% {
      transform: translate(-3px, 3px);
   }

   40% {
      transform: translate(-3px, -3px);
   }

   60% {
      transform: translate(3px, 3px);
   }

   80% {
      transform: translate(3px, -3px);
   }

   to {
      transform: translate(0);
   }
}

/* Glitch with Noise */
.glitch-noise {
    position: relative;
    line-height: 1.2;
    color: #ffcf77;
    letter-spacing: 5px;
    z-index: 1;
}

.glitch-noise:before {
   content: attr(data-glitch);
   position: absolute;
   top: 0;
   left: -2px;
   width: 100%;
   color: #ffcf77;
   background-color: #222;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-before 3s infinite linear alternate-reverse;
}

.glitch-noise:after {
   content: attr(data-glitch);
   position: absolute;
   top: 0;
   left: 2px;
   width: 100%;
   color: #ffcf77;
   background-color: #222;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-after 2s infinite linear alternate-reverse;
}

@keyframes noise-before {
   0% {
      clip: rect(61px, 9999px, 52px, 0);
   }

   5% {
      clip: rect(33px, 9999px, 144px, 0);
   }

   10% {
      clip: rect(121px, 9999px, 115px, 0);
   }

   15% {
      clip: rect(144px, 9999px, 162px, 0);
   }

   20% {
      clip: rect(62px, 9999px, 180px, 0);
   }

   25% {
      clip: rect(34px, 9999px, 42px, 0);
   }

   30% {
      clip: rect(147px, 9999px, 179px, 0);
   }

   35% {
      clip: rect(99px, 9999px, 63px, 0);
   }

   40% {
      clip: rect(188px, 9999px, 122px, 0);
   }

   45% {
      clip: rect(154px, 9999px, 14px, 0);
   }

   50% {
      clip: rect(63px, 9999px, 37px, 0);
   }

   55% {
      clip: rect(161px, 9999px, 147px, 0);
   }

   60% {
      clip: rect(109px, 9999px, 175px, 0);
   }

   65% {
      clip: rect(157px, 9999px, 88px, 0);
   }

   70% {
      clip: rect(173px, 9999px, 131px, 0);
   }

   75% {
      clip: rect(62px, 9999px, 70px, 0);
   }

   80% {
      clip: rect(24px, 9999px, 153px, 0);
   }

   85% {
      clip: rect(138px, 9999px, 40px, 0);
   }

   90% {
      clip: rect(79px, 9999px, 136px, 0);
   }

   95% {
      clip: rect(25px, 9999px, 34px, 0);
   }

   100% {
      clip: rect(173px, 9999px, 166px, 0);
   }
}

@keyframes noise-after {
   0% {
      clip: rect(26px, 9999px, 33px, 0);
   }

   5% {
      clip: rect(140px, 9999px, 198px, 0);
   }

   10% {
      clip: rect(184px, 9999px, 89px, 0);
   }

   15% {
      clip: rect(121px, 9999px, 6px, 0);
   }

   20% {
      clip: rect(181px, 9999px, 99px, 0);
   }

   25% {
      clip: rect(154px, 9999px, 133px, 0);
   }

   30% {
      clip: rect(134px, 9999px, 169px, 0);
   }

   35% {
      clip: rect(26px, 9999px, 187px, 0);
   }

   40% {
      clip: rect(147px, 9999px, 137px, 0);
   }

   45% {
      clip: rect(31px, 9999px, 52px, 0);
   }

   50% {
      clip: rect(191px, 9999px, 109px, 0);
   }

   55% {
      clip: rect(74px, 9999px, 54px, 0);
   }

   60% {
      clip: rect(145px, 9999px, 75px, 0);
   }

   65% {
      clip: rect(153px, 9999px, 198px, 0);
   }

   70% {
      clip: rect(99px, 9999px, 136px, 0);
   }

   75% {
      clip: rect(118px, 9999px, 192px, 0);
   }

   80% {
      clip: rect(1px, 9999px, 83px, 0);
   }

   85% {
      clip: rect(145px, 9999px, 98px, 0);
   }

   90% {
      clip: rect(121px, 9999px, 154px, 0);
   }

   95% {
      clip: rect(156px, 9999px, 44px, 0);
   }

   100% {
      clip: rect(67px, 9999px, 122px, 0);
   }
}

/* Glitch with Transformation */

.glitch-trans {
   position: relative;
   font-size: 80px;
   font-weight: 700;
   line-height: 1.2;
   color: #fff;
   letter-spacing: 5px;
   animation: shift 4s ease-in-out infinite alternate;
   transform: skewX(0deg);
   z-index: 1;
}

@keyframes shift {
   0%, 40%, 44%, 58%, 61%, 65%, 69%, 73%, 100% {
      transform: skewX(0deg);
   }

   41% {
      transform: skewX(10deg);
   }

   42% {
      transform: skewX(-10deg);
   }

   59% {
      transform: skewX(40deg) skewY(10deg);
   }

   60% {
      transform: skewX(-40deg) skewY(-10deg);
   }

   63% {
      transform: skewX(10deg) skewY(-5deg);
   }

   70% {
      transform: skewX(-50deg) skewY(-20deg);
   }

   71% {
      transform: skewX(10deg) skewY(-10deg);
   }
}


