/*
   Name: Password Generator Script
   Version: 1.1
   Designer: Foxflue.com
*/

body {
  font-family: "Comfortaa", cursive;
}

.ad-head {
  margin-bottom: 20px;
  margin-top: 20px;
  align-content: center;
}

.box {
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.box-head {
  width: 100%;
  height: 50px;
  background-color: var(--color-1);
  font-size: 1rem;
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

.box-head h3 {
  padding-top: 15px;
  font-size: 22px;
  color: #fff;
}

.description .d-content {
  padding: 10px;
  color: #2c3e50;
}

.d-content h2 {
  font-size: 24px;
  color: #2c3e50;
}

.btn {
  color: #ffff;
  background-color: var(--color-1);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
  border: 0px;
  font-family: "Comfortaa", cursive;
  transition: 0.5s;
}

.btn:hover {
  background-color: #ffffff; /* Secondery Color */
}

.btn:focus {
  background-color: #ffc371;
}

.widgets-form {
  padding: 20px;
  margin-left: 40px;
  padding-top: 30px;
}

.w-btn {
  margin-top: 5px;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ffc371;
}

::selection {
  color: #ffffff;
  background-color: #9b59b6;
}

input::placeholder {
  font-family: "Comfortaa", cursive;
}

.ad-slot {
  width: 100%;
}

.ad-slot ins {
  margin-bottom: 5px;
}

.foot-link:link,
.foot-link:visited {
  color: #fff;
}

/* Responsive Design Strat */
@media (max-width: 1199px) {
  .w-btn {
    margin-left: 100px;
    margin-top: 5px;
  }
  .result {
    font-size: 15px;
  }
  .copy .range-slider__value {
    display: none;
  }
}

@media (max-width: 991px) {
  .w-btn {
    margin-left: 50px;
    margin-top: 5px;
  }
  .result-label {
    padding: 0px;
    padding-top: 5px;
  }
  .result {
    font-size: 15px;
    margin-left: 10px;
    padding: 0px;
  }
  .widgets-form {
    padding-top: 20px;
    margin-left: 0px;
  }
  .widgets-form label {
    padding-left: 0px;
    padding-top: 8px;
    text-align: left;
  }
  .box-head h3 {
    font-size: 18px;
  }
  .copy .range-slider__value {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .box-head h3 {
    font-size: 18px;
  }
  .widgets-form {
    padding: 20px;
    margin-left: 0px;
    padding-top: 20px;
  }

  .widgets-form .row {
    padding-bottom: 10px;
  }
  .w-btn {
    margin-left: 0px;
  }
  .result-label {
    padding: 9px;
  }
  footer {
    height: 40px;
    padding-top: 10px;
    margin-top: 0px;
  }
  footer p {
    font-size: 14px;
  }
  footer .pull-left {
    float: none;
  }
  footer .pull-right {
    display: none;
  }
  .result {
    margin-left: 0px;
    padding: 9px;
  }
  .copy {
    padding: 15px;
  }
  .copy .range-slider__value {
    display: inline-block;
  }
}

@media (max-width: 360px) {
  footer p {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .box-head h3 {
    font-size: 17px;
  }
}

h2 {
  color: #ffffff;
}

input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 13px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #616161;
  height: 18px;
  width: 30px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 13px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #616161;
  height: 18px;
  width: 30px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 13px;
  cursor: pointer;
  transition: 0.2s all;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0.45, #a8c0ff),
    color-stop(0.97, #3f2b96)
  );
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-fill-upper {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0.45, #a8c0ff),
    color-stop(0.97, #3f2b96)
  );
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #616161;
  height: 18px;
  width: 30px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

input[type="range"]:focus::-ms-fill-upper {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
}

/* Header Styles */
header {
  position: relative;
  width: 100%;
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: var(--gradient-1);
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}

.brand .icon {
  margin-right: 10px;
  font-size: 24px;
}

.brand .title {
  font-size: 24px;
  font-weight: bold;
}

.nav {
  display: flex;
  align-items: center;
}

.nav .list {
  display: flex;
  list-style: none;
}

.nav .list-item {
  margin-right: 20px;
}

.nav .list-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.nav .list-item .icon {
  margin-right: 5px;
  font-size: 18px;
}

.nav .media {
  display: flex;
  align-items: center;
}

.nav .media a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  margin-left: 10px;
}

#burger {
  display: none;
}

#burger .burger-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: 30px;
}

#burger .line {
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s;
}

/* Responsive Styles for Header */
@media (max-width: 768px) {
  .nav .list {
    display: none;
  }

  #burger {
    display: block;
  }

  .header-container {
    justify-content: space-between;
  }
}
