body {
    background: linear-gradient(to bottom, #5f4d47, #2c3e50);
    animation: gradientAnimation 10s infinite;
    margin: 0;
}

.background-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  animation: gradientAnimation 10s infinite;
}

 
 /* Header */
header {
    background: linear-gradient(32deg, #FF5722, #c5584c, #F44336);
    padding: 10px;
    box-shadow: 1px 1px 19px 0px #020202;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: rgb(255 255 255);
    text-decoration: none;
    white-space: nowrap;
}

    .navbar {
      display: flex;
      align-items: center;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
    }

    .navbar-logo {
      font-weight: bold;
      margin-right: 5px;
    }

    .navbar-title {
      font-weight: bold;
    }
    
    .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 19px;
    color: rgb(255 255 255 / 75%);
    font-weight: 600;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

    .navbar-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
    }

    .navbar-toggle-icon {
      display: block;
      width: 20px;
      height: 2px;
      background-color: #333;
      margin-bottom: 4px;
    }

    .navbar-menu {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .navbar-menu li {
      margin-right: 10px;
    }

    .navbar-dropdown {
      position: relative;
    }

    .navbar-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      padding: 10px;
      list-style: none;
      margin: 0;
      display: none;
    }

    .navbar-dropdown:hover .navbar-dropdown-menu {
      display: block;
    }

    /* Main Content */
    .container {
      margin-top: 30px;
    }

    .kodemart-tool-title {
      font-family: "Jockey One", sans-serif;
      font-weight: 400;
    }

    #dropzone {
      border: 2px dashed #aaa;
      padding: 20px;
      text-align: center;
    }

    #process-list {
      overflow-y: scroll;
      height: 200px;
      border: 1px solid #ccc;
      padding: 10px;
      margin-top: 10px;
    }

    #result {
      margin-top: 20px;
    }

    #progress-bar {
      display: none;
      margin-top: 10px;
    }

    #progress-bar-inner {
      width: 0;
    }

  /* input {
    box-shadow: 1px 1px 6px 2px #f5f5f5;
}*/
.submit_button {
    width: 100%;
    margin-top: 10px;
}
/* Footer */
    footer {
      background-color: #333;
      padding: 20px;
      color: #fff;
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-column {
      flex-basis: calc(33.33% - 20px);
      margin-bottom: 20px;
    }

    .footer-column h3 {
      font-weight: bold;
      margin-bottom: 10px;
    }

    .footer-social-icons {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
    }

    .footer-social-icons li {
      margin-right: 10px;
    }

    .footer-social-icons a {
      color: #fff;
      text-decoration: none;
    }

    .footer-other-tools {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-other-tools li {
      margin-bottom: 5px;
    }

    .footer-other-tools a {
      color: #fff;
      text-decoration: none;
    }

    /* Media Queries */
    @media (max-width: 768px) {
      .navbar-toggle {
        display: block;
      }

      .navbar-menu {
        display: none;
      }

      .navbar-menu.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar-menu li {
        margin-bottom: 10px;
      }

      .navbar-dropdown:hover .navbar-dropdown-menu {
        display: none;
      }
    }
      /* Customize styles here */
        .header-ad {
            background-color: #fff;
            text-align: center;
            padding: 20px 0;
        }
        .footer-ad {
            background-color: #f7f7f7;
            text-align: center;
            padding: 20px 0;
        }
       @media (max-width:600px) {
       .ad_mobile {
    width: 100%;
       }
       }
      
      /* Overlay Adblock  */
  .adblock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }

  .adblock-overlay-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    text-align: center;
  }
  
  .more-tools {
  margin-top: 20px;
}

.more-tools-h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.more-tools-tool-container-wrapper {
  display: flex;
  justify-content: center;
}

.more-tools-tool-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.more-tools-tool {
    width: 200px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    box-shadow: inset 0px -1px 6px 0px #bbb7b7;
}

.more-tools-tool:hover {
  background-color: #fdfdfd;
}

.more-tools-tool a {
  text-decoration: none;
  color: #007bff;
}

.more-tools-thumbnail {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.more-tools-thumbnail i {
  font-size: 40px;
  color: #555555;
}

.more-tools-name {
  margin-top: 10px;
  font-size: 16px;
}

.copy-btn {
            display: none;
        }
        
/** FONTS **/
.sriracha-regular {
  font-family: "Sriracha", cursive;
  font-weight: 400;
  font-style: normal;
}
