*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
.navbar li {
  list-style: none;
}
.navbar-brand {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: var(--bs-navbar-brand-margin-end);
  text-decoration: none;
  white-space: nowrap;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  background: linear-gradient(
    54.09deg,
    #0348dd 2.03%,
    #8142f5 48.63%,
    #ee4dd4 96.22%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.downloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 16px;
  gap: 24px;

  background: -webkit-linear-gradient(
    90deg,
    #ae2dff,
    #2e59fe
  ); /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(
    90deg,
    #ae2dff,
    #2e59fe
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.downloader form {
  width: 100%;
}

.downloader .hero-heading {
  text-align: center;
}

.downloader .hero-heading .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.downloader .hero-heading .title a {
  color: #fff;
  text-decoration: none;
}

.downloader .hero-heading .sub {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.downloader .heading-item {
  display: none;
}

.downloader .heading-item.main-heading {
  display: block;
}

.hero-tools {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  width: 100%;
}

.hero-tools .tool-item {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 8px;
  gap: 8px;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-tools .tool-item svg {
  height: 25px;
  width: 25px;
}

#paste-button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  background-color: white;
  box-shadow: -9px 0px 6px 13px white;
}
#paste-button span {
  background-color: #c3d4f5a1;
  border-radius: 7px;
  padding: 8px;
  color: #21213a;
  border: 2px solid #bed6ff;
  font-weight: 500;
  box-shadow: 1px 0px 5px #dcdcdca3;
}

.hero-tools .tool-item:first-child {
  border-left: none;
}

.input-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
}

.input-left .form-control {
  padding: 14px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212529;
  border: none;
  border-radius: 7px 0px 0px 7px;
  height: 60px;
  width: 100%;
}

.input-left .form-control::-moz-placeholder {
  color: #8c8d9c;
}

.input-left .form-control::placeholder {
  color: #8c8d9c;
}

.input-left .paste-wrap {
  background: linear-gradient(
      54.09deg,
      #0348dd 2.03%,
      #8142f5 48.63%,
      #ee4dd4 96.22%
    ),
    linear-gradient(0deg, rgba(201, 46, 255, 0.15), rgba(201, 46, 255, 0.15));
  position: absolute;
  right: 6px;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 6px;
}

.input-left .paste-wrap .paste {
  background: #f2d1fd;
  border-radius: 6px;
}

.btn.btn-paste {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #252638;
  border: none;
  gap: 4px;
}

.btn.btn-paste.active .icon-paste {
  background: url(/public/svg/clear.svg) center no-repeat;
}

.btn.btn-paste.active span {
  color: #000;
}

.btn.btn-paste:hover {
  color: #0a58ca;
}

.btn.btn-get {
  flex-direction: row;
  padding: 12px;
  gap: 12px;
  width: 100%;
  background: #00be63;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  border-radius: 8px;
  margin-top: 8px;
  border: none;
}

.downloader .actions {
  justify-content: center;
  gap: 10px;
}
.downloader .actions button {
  background-color: #000;
  border-radius: 0px 7px 7px 0px;
  padding: 8px 40px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 700px) and (max-width: 868px) {
  .downloader form {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .hero-tools {
    width: auto;
  }

  .hero-tools .tool-item {
    width: auto;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    gap: 3px;
    cursor: pointer;
  }

  .downloader {
    padding: 50px 16px;
  }

  .downloader .hero-heading {
    margin-top: 0.5rem;
  }

  .downloader .hero-heading .title {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 39px;
  }

  .downloader .hero-heading .sub {
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
  }

  .downloader form {
    display: flex;
    align-items: flex-start;
    width: auto;
  }

  .btn.btn-get {
    margin-top: 0;
    width: auto;
    padding-right: 30px;
    padding-left: 22px;
  }

  .input-left {
    width: 600px;
  }
}

.download-content {
  position: relative;
  min-height: inherit;
}

.download-content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.download-content .icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.download-content .download-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 18px 10px 10px 10px;
  gap: 4px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 87.5%);
}

.download-content .download-bottom .btn.download-media {
  background: #0063f9;
  box-shadow: 0 1px 8px rgba(22, 22, 29, 0.34);
  border-radius: 4px;
  color: #fff;
  width: 100%;
  padding: 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border: none;
}

.download-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 6px 8px;
  gap: 8px;
}

.download-top .left {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #252638;
}

.download-top .left img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: unset;
}

.download-top .right {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #5c5d6b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.download-top .right .icon.icon-play {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.06409 13.3307C3.84823 13.206 3.66901 13.0267 3.54447 12.8108C3.41992 12.5949 3.35444 12.35 3.35462 12.1008V3.90119C3.35432 3.65162 3.41978 3.40638 3.54441 3.19015C3.66904 2.97393 3.84844 2.79435 4.06454 2.66951C4.28064 2.54467 4.52582 2.47896 4.77539 2.479C5.02496 2.47905 5.27011 2.54485 5.48617 2.66977L12.5887 6.77035C12.8049 6.89496 12.9844 7.07431 13.1092 7.29035C13.234 7.50639 13.2998 7.75149 13.2998 8.00099C13.2998 8.25049 13.234 8.49559 13.1092 8.71163C12.9844 8.92767 12.8049 9.10702 12.5887 9.23163L5.48617 13.3322C5.26998 13.457 5.02476 13.5227 4.77513 13.5227C4.5255 13.5227 4.28027 13.457 4.06409 13.3322V13.3307Z' fill='%235C5D6B'/%3E%3C/svg%3E");
  position: unset;
  width: 16px;
  height: 16px;
}

.media-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.download-content {
  border: 1px solid #d8d8db;
  filter: drop-shadow(0 2px 16px rgba(32, 52, 89, 0.2));
  border-radius: 6px;
  overflow: hidden;
}

.download-footer .btn {
  background: #a40acb;
  box-shadow: 0 1px 4px rgba(22, 22, 29, 0.32);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 12px;
  border: none;
  gap: 8px;
}

.lang-drop-down-btn {
  font-size: var(--bs-nav-link-font-size);
}

.language-modal {
  width: 200px;
  display: none;
  position: absolute;
  right: -40px;
  background: #fff;
  box-shadow: 0 10px 55px 0 rgba(0, 25, 50, 0.15);
}

.language-dropdown:hover .language-modal {
  display: block;
  z-index: 999;
}

.language-drop-down-menu {
  padding: 0;
}

.language-drop-down-item {
  display: block;
  padding: 10px 1rem;
  color: #868992;
  text-decoration: none;
}

.language-drop-down-item:hover {
  background: var(--primary-color);
  color: var(--white-color);
  box-shadow: 1px 2px 12px rgb(0 0 0 / 15%);
}
footer p {
  text-align: left;
}
footer a {
  color: #000;

  text-align: left;
  text-decoration: none;
}
.follow-us a {
  border: none;
}
.follow-us a img {
  height: 20px;
  width: 17px;
}
.video-player-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player-container #video-download-button {
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
  border-radius: 7px;
  position: absolute;
  top: 102%;
  border: none;
  height: 40px;
  display: none;
}
.actions #preview-button {
  background: rgb(45 45 45 / 32%);
  font-weight: 300;
}

.actions #download-button {
  font-weight: 500;
  background-color: #121212;
  height: 60px;
}
#videoPlayer video {
  border-radius: 7px;
}

/* loader */
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  display: none;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.how-to-list {
}
.how-to-list li::marker {
  font-size: 1.8rem;
  font-weight: 600;
}
.how-to-list {
  list-style: none;
  counter-reset: item;
}
.how-to-list li {
  counter-increment: item;
  margin-bottom: 5px;
}
.how-to-list li:before {
  margin-right: 10px;
  content: counter(item);
  background: rgb(248, 237, 42);
  border-radius: 100%;
  width: 2.2em;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  height: 2.2em;
  align-items: center;
  text-align: center;
  display: inline-flex;
  padding: 11px;
}

/* faq */
.accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #d8d8db;
  color: inherit;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #d8d8db;
}

.accordion-button:hover {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d8d8db;
  color: inherit;
}

.accordion-item {
  border: none;
}

.accordion-collapse {
  border: none;
}

.user-input-fl {
  font-size: 17px !important;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .downloader .actions {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .downloader form {
    width: 100%;
    display: flex;
  }
  .downloader .actions button {
    padding: 0px 10px;
    font-size: 15px;
  }
  .user-input-fl {
    font-size: 14px !important;
  }
  #paste-button {
    right: 0px;
    background-color: white;
    box-shadow: -15px 0px 6px 13px white;
  }
}

.progress-container {
  min-width: 200px;
  max-width: 600px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: none;
}
/* Progress bar */
.progress-bar {
  width: 0%;
  height: 10px;
  background-color: #343434;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  color: white;
  transition: width 0.3s;
  font-size: 10px;
}

.show-error-yellow {
  background-color: #ffffc9;
  color: black;
  padding: 3px;
  width: 100%;
  max-width: 400px;
  border: 2px solid yellow;
  border-radius: 4px;
  text-align: center;
}
.downloader form{
  max-width: 90vw;
}
.media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-item img {
  border-radius: 12px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.558);
    min-width: 240px;
    object-fit: cover;
    background-color: #1e1e1e;
}
.media-item a {
  width: 80%;
  text-align: center;
  bottom: 30px;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  background-color: #181818;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  margin: 5px;
}
#videoPlayer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

#error-show{

}