* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  color: #293a46;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background: #f9f9f9;
  overflow-x: hidden;
}


@font-face {
  font-family: "Glyphicons Halflings";
  src:
    url("./fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("./fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("./fonts/glyphicons-halflings-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}


a:visited,
a:hover,
a:link {
  text-decoration: none;
}

.container {
  max-width: 890px;
  margin: 0 auto;
}

.sub-title {
  margin: 6px 0 0;
}

.navHeader {
  height: 70px;
}

.navbarLogo:hover .logoName {
  color: #c10841;
}

.navbarLogo .logoName {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  line-height: 50px;
  padding-left: 10px;
  color: #293a46;
}

.headerMenu .menuNavbar {
  float: right;
}

.navbarToggler {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  color: #293a46;
  margin-right: 0;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 4px;
}

.navbarToggler .hamburger-line {
  background: #c10841;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbarToggler .hamburger-line + .hamburger-line {
  margin-top: 4px;
}

.menuNavbar .navbar {
  display: inline-block;
}

.menuNavbar > li > a {
  font-size: 14px;
  color: #293a46;
  padding: 27px 15px;
}

.menuNavbar .navbar {
  line-height: 70px;
  position: relative;
}

.shape {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.open {
  display: block;
}

.language {
  float: right;
  position: absolute;
  cursor: pointer;
}

.langMenu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.langMenu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.langMenu > li > a:hover,
.langMenu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.navbarLogo a {
  float: left;
  display: flex;
  align-items: center;
  margin: 6px 0 0 0;
}

.navbarLogo img {
  width: 46px;
  height: 46px;
}

.menuNavbar > li > a:hover,
.menuNavbar > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #c10841;
}
h1 {
  font-size: 38px;
  font-weight: 300;
}

h2 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  margin: 10px 0;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 11px;
  margin-bottom: 11px;
}

h5 {
  font-size: 17px;
  margin-top: 6px;
  margin-bottom: 8px;
  font-weight: 400;
}

.search-container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 48px 15px !important;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#searchForm {
  /* margin-bottom: 0 !important; */
  margin: 30px auto 0;
  max-width: 600px;
  position: relative;
}

#searchForm #txt-url::placeholder {
  color: #999999;
}
#searchForm #txt-url {
  padding-right: 130px;
  width: 100%;
  height: 43px;
  border: 1px solid #ff0068;
  color: #555;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  background-color: #fff;
  background-image: none;
  line-height: 1.3333333;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: none;
}

#searchForm #txt-url:focus {
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(107, 21, 161, 0.3);
}

#searchForm #btnSubmit {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 43px;
  width: 120px;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ff0068;
  background: #f20a51;
  font-weight: 400;
}

#btnSubmit svg{
  width: 22px;
}

#searchForm p {
  color: #666;
  font-size: 13px;
  padding-top: 10px;
  margin-bottom: 10px;
}
#searchForm p a {
  color: #c10841;
}

p {
  margin: 0 0 11px;
}

.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}

#btnSubmit .glyphicon {
  margin: -1px 0 2.5px 3px;
}
.grid-featrures .glyphicon {
  font-size: 39px;
}

b,
strong {
  font-weight: bold;
}

.boxGuide {
  text-align: left;
}

hr {
  border-width: 0;
  border-top: 1px solid #dcdfe4;
  margin: 20px 0 30px;
}

/* .commentBox {
  max-width: 530px;
} */

.feature-instruction {
  display: flex;
  /* gap: 20px; */
  align-items: flex-start;
  padding: 30px 0;
  flex-wrap: nowrap;
  position: relative;
}

.feature-instruction .col7 {
  flex: 58.33333333%;
  padding-right: 22px;
  padding-left: 22px;
}

.feature-instruction .col5,
.feature-instruction .col-5 {
  flex: 41.66666667%;
  padding-right: 22px;
  padding-left: 22px;
}

.contentBeforeLine::before {
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.2) 0,
      rgba(255, 255, 255, 0) 75%
    )
    repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  width: 80%;
}

.yt-downlaod-sec {
  padding: 30px 22.5px;
  text-align: center;
  position: relative;
}

.tip-sec {
  padding: 30px 22.5px;
}

.grid-featrures {
  display: flex;
  padding: 30px 22.5px;
  position: relative;
  margin-top: 15px;
  flex-wrap: wrap;
}
.mp3GridPad {
  padding: 0;
}
.col4 {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.col6 {
  width: 50%;
  padding: 30px 15px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

.grid-featrures svg {
    height: 48px;
    width: 48px;
}

.grid-featrures h3 {
  margin-bottom: 8px;
  margin-top: 15px;
  font-size: 18px;
  color: #c10841;
}
.grid-featrures .col6 p,
.grid-featrures .col4 p {
  font-size: 16px;
  font-weight: 300;
}

footer {
  padding: 60px 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #dcdfe4;
}
footer p {
  margin-bottom: 20px;
}
footer ul {
  padding: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: inherit;
}
footer ul li a:hover,
footer ul li a:focus {
  text-decoration: underline;
  color: #c10841;
}
footer ul li:not(:last-child):after {
  content: "·";
  padding: 10px;
}

.suggestionBox ul.result-ul {
  background: #fff;
  color: #000;
  text-align: left;
  line-height: normal;
  list-style: none;
  position: absolute;
  width: 100%;
  margin: 0;
  z-index: 4;
  border: 1px solid #d3e0e9;
  border-radius: 0;
  box-shadow: 0 3px 3px rgb(0 0 0 / 21%);
  padding: 6px 0 5px;
  overflow: auto;
}

ul.result-ul li.search-result {
  padding: 5px 15px;
  cursor: pointer;
}

#search-result .button_div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#search-result .button_div .first_div {
  margin-right: 10px;
}

li.selected {
  background-color: #f0f0f0;
  font-weight: 600;
}

#dataResult {
  display: grid;
  flex-wrap: wrap;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.pady20 {
  padding: 20px 0;
}

.convert-sec {
  padding: 0 24px;
}

.result-section {
  padding: 60px 0;
}

.videoCard {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.skeletonCard {
  background: #f9f9f9;
  overflow: hidden;
  cursor: default;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 10px;
  border-radius: 6px;
}

.skeletonThumb {
  background: #c9c7c2;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 6px;
}

.skeletonLine {
  display: block;
  height: 12px;
  border-radius: 16px;
  background: #c9c7c2;
  overflow: hidden;
}

.skeletonLineMd {
  width: 60%;
  margin-left: 10px;
}
.skeletonCard .skeletonThumb {
  background: linear-gradient(90deg, #d7d7d7 25%, #c7c7c7 50%, #d7d7d7 75%);
  /* background-size: 300% 100%; */
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
}

.skeletonCard .skeletonLine {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  /* background-size: 300% 100%; */
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
}

.serchVid {
  background-color: #f9f9f9;
  border-radius: 6px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  to {
    background-position: 200% 0;
  }
}

.search-info {
  margin: 0 10px;
}

.thumbnail-Wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.contentVideo-wrap {
  padding-bottom: 10px;
}

.videoTitle {
  margin: 10px 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  min-height: 38px;
  text-align: left;
  text-decoration: none;
}

.video-duration {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  font-size: 11px;
  z-index: 1;
  font-weight: 700 !important;
  background: #0009;
  padding: 2px 4px;
  border-radius: 6px;
}

.mb-20 {
  margin-bottom: 20px;
}


.extension-dwn {
  display: block;
  position: fixed;
  margin-right: 20px;
  border-radius: 5px;
  animation: extRollUp 2.6s ease-in-out;
  bottom: 14px;
  right: 0;
  padding: 5px 10px;
  z-index: 1200;
  width: 220px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  background: #c10841;
  transform: translateZ(0);
}

.dwn-wrap {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  vertical-align: middle;
}
.dwn-wrap img,
.img-wrap {
  width: 55px;
  height: 59px;
}
.headerText {
  /* width: calc(100% - 56px - 16px); */
  line-height: 1.25em;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.side-page {
  min-height: 70vh;
}
.side-page .search-container {
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.side-page p {
  margin: 16px 0;
}
.side-page ul {
  padding-left: 40px;
  margin-bottom: 10px;
}

.urlImg {
  height: 50px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  #dataResult {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 710px;
  }

  .extension-dwn {
    display: none;
  }
  .menuNavbar > li > a {
    padding: 27px 10px;
}
}
@media (max-width: 768px) {
  .search-container {
    border-radius: 0;
  }
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .menuNavbar .navbar {
    display: block;
    line-height: 26px;
  }

  .headerMenu .menuNavbar {
    text-align: left;
    float: initial;
    padding: 6px 0;
    background-color: #f9f9f9;
  }

  .headerMenu {
    -webkit-transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }

  .headerMenu.collapse {
    visibility: visible;
    opacity: 1;
    height: 100vh;
    z-index: 10;
  }

  .langMenu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .langMenu > li > a {
    padding: 5px 10px;
  }

  .language {
    float: none;
  }

  .menuNavbar > li > a {
    display: block;
    padding: 10px 15px;
    text-align: right;
  }
  .navbarToggler {
    display: block;
  }

  .btn-txt {
    display: none;
  }

  #searchForm #btnSubmit {
    padding: 0;
    width: 60px;
  }
  h1 {
    font-size: 30px;
  }

  .yt-downlaod-sec,
  .grid-featrures,
  .tip-sec {
    padding: 30px 8px;
  }
  .feature-instruction .col7,
  .feature-instruction .col5 {
    padding: 0 8px;
  }

  h2 {
    font-size: 21px;
  }
  h4 {
    font-size: 16px;
  }
  footer {
    padding: 20px 0;
  }
}

@media (max-width: 700px) {
  .grid-featrures {
    flex-direction: column;
  }
  .grid-featrures .col6,
  .grid-featrures .col4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid-featrures .col6 p,
  .grid-featrures .col4 p {
    font-size: 16px;
  }
  #dataResult {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-featrures .col6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-container {
    padding: 36px 15px !important;
  }
}
@media (max-width: 576px) {
  .feature-instruction {
    flex-direction: column;
  }

  .urlImg {
    height: auto;
  }

  .feature-instruction .col7,
  .feature-instruction .col5 {
    width: 100%;
    flex: none;
  }
  .side-page ul {
    padding-left: 25px;
  }
}
