body {
  background-color: #fff;
}
a {
  color: #f6393d;
}
a:hover {
  color: #1b0641;
}

.title-section {
  padding: 15px 0 10px 0;
}
.title-section .title {
  font-weight: 700;
  color: #1b0641;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
.title-section .page-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #b4bcc2;
  margin-top: 10px;
}

.title,
.info-title {
  font-family: Roboto, sans-serif;
}

.country-flag {
  width: 15%;
}

.share-text {
  margin-bottom: -1%;
}

.pBtn,
.site-selection .site-block {
  color: #fff !important;
  border-radius: 3px;
  font-weight: 700;
}

.site-selection .site-block {
  padding: 15px 5px;
}

.pBtn,
.pBtn:hover,
.site-selection .site span {
  text-decoration: none !important;
}

.site-selection .site {
  margin-bottom: 30px;
}

.site-selection .site span {
  text-align: center;
  color: #223254e6 !important;
  font-weight: 700;
}

.site-selection a:hover .preview {
  border: 2px solid #562769;
}

.btn-st {
  width: 12rem !important;
}

.btn-dl {
  width: 8rem !important;
}

.btn.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
  border-color: #109b44;
  box-shadow: 0 2px 2px 0 rgba(37, 211, 102, 0.14),
    0 3px 1px -2px rgba(37, 211, 102, 0.2), 0 1px 5px 0 rgba(37, 211, 102, 0.12);
}

.btn.btn-whatsapp:hover {
  color: #fff;
  background-color: #17c558;
  border-color: #109b44;
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14),
    0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}

.btn-download,
.btn-download:focus,
.btn-download:hover,
.btn-download:active {
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;

  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 1% !important;
  margin: 0;
  overflow: hidden;
  line-height: 60px;
  border-radius: 0;
  border-color: #f6393d !important;
  background-color: #f6393d !important;
  -webkit-appearance: none !important;
  border: 0;
  box-shadow: none;
}

.btn-paste {
  min-width: 78px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  line-height: 60px;
  border-radius: 0;
  background-color: white !important;
  color: black;
  border: 0;
}

.btn-paste:hover:active:focus {
  background-color: white !important;
  color: black !important;
  border: 0 !important;
  box-shadow: 0 0 0 !important;
}

.btn-icons {
  font-size: 1.5rem !important;
}

.section {
  padding: 0;
}

.ad {
  margin-bottom: 2%;
  margin-top: 2%;
}

.link-input-sec .input-group {
  background: #fff;
  border-radius: 0;
  padding: 0;
  display: block;
  position: relative;
  height: 80px;
  background-color: #f6393d;
}

.page-header {
  /* height: 50vh; */
}

#url-wrapper {
  border: 5px solid #f6393d !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
}

#url {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0 1.125rem;
  font-size: 1.125rem;
  background-color: #fff;
  color: #555;
  background-image: none;
  float: left;
}

#url::placeholder {
  color: #4e555b;
}

.url-clear {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: transparent;
  cursor: default;
}

.url-clear .clear-action {
  cursor: pointer;
}

.container-padding {
  padding-top: 0%;
}

.link-input-sec {
  padding: 2rem 0;
  /* background-color: #f8f9fa; */
  background-color: #fff;
  margin-bottom: 0;
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .navbar-brand > .img-fluid {
  height: 50px;
}

.landing-page .navbar.topbar {
  margin-bottom: 0;
}

.landing-page .navbar.topbar {
  /* background-color: #f6393d !important; */
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
  /* color: #fff; */
  color: #1b0641;
  padding: 0.7rem 0;
}

.landing-page .navbar.topbar > .container {
  border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.landing-page .navbar.topbar .navbar-nav li a {
  position: relative;
  color: inherit;
  padding: 0.9375rem;
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
  line-height: 20px;
  text-decoration: none;
}

.landing-page .navbar.topbar .navbar-nav li a.dropdown-item {
  position: relative;
  color: inherit;
  padding: 5px 10px;
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  border-radius: 0;
  line-height: 20px;
}
.landing-page .navbar.topbar .navbar-nav li a.dropdown-item:hover {
  background-color: #f6393d !important;
  box-shadow: none;
}

.link-input-container .download-hint {
  font-size: 18px;
  font-weight: 400;
  color: #1b0641;
  margin-top: 12px;
}

.link-input-container .download-hint a {
  color: #f6393d;
  font-weight: 400;
}

.section-title,
.content-section h2 {
  font-weight: 700;
  color: #1b0641;
  font-size: 2.2rem;
  text-align: center;
  margin: 2.5rem auto;
  /* text-transform: capitalize; */
  /* line-height: 1.2; */
}
.popular-links {
  display: flex;
  justify-content: space-around;
}

.popular-links .btn {
  text-transform: capitalize;
  font-size: 1em;
}

.available-platforms-wrapper a {
  box-shadow: none;
  text-align: left;
  background-color: transparent !important;
  color: #1b0641 !important;
  font-size: 18px !important;
  text-transform: capitalize;
}
.available-platforms-wrapper a:hover {
  box-shadow: none;
  color: #1b0641 !important;
  background-color: transparent !important;
}

.available-platforms-wrapper a > i {
  font-size: 24px !important;
  position: relative;
  top: 2px;
}

.brand-image {
  width: 25px;
}

.main-color {
  color: #f6393d !important;
}

.secondary-color {
  color: #1b0641 !important;
}

.bg-main {
  background-color: #f6393d !important;
}

.bg-secondary {
  background-color: #1b0641 !important;
}

.bg-gray {
  background-color: #f8f9fa !important;
}

.how-to-download-link {
  margin-top: 30px !important;
}

.popular-links-info {
  color: #8e8e8e;
  /* text-transform: capitalize; */
  font-size: 17px;
  margin: 5px 0;
}

.content-section {
  padding: 0rem 0 !important;
}

.content-section p {
  font-size: 18px;
  line-height: 32px;
}

.faq-wrapper ul {
}

.faq-wrapper ul li {
}

.faq-wrapper ul li > a {
  color: #1b0641ed;
  padding: 20px 15px;
  border: 0;
  font-weight: bold;
}
.faq-wrapper ul li > a:hover,
.faq-wrapper ul li > a:focus {
  color: #1b0641ed;
}

.faq-wrapper ul li > div {
  padding: 25px 15px;
  margin-top: 0;
}

.faq-wrapper ul li > div a {
  color: #f6393d;
}
.download-result .preview-image {
  height: 350px;
  box-shadow: 0 5px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
#share-buttons {
}
#share-buttons a {
  font-size: 14px;
}
.video-links a i {
  font-size: 18px;
  margin-bottom: 5px;
}

.faq-section p {
  text-align: left;
}

.footer-big {
  color: white;
  padding: 2.8rem 0;
}

.footer-big h5 {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: normal;
  font-family: Roboto, sans-serif;
}

.footer-big p {
  color: inherit;
  font-size: 16px;
  line-height: 30px;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  display: list-item;
  margin-bottom: 15px;
  list-style: none;
}

.footer ul li a {
  color: #fff;
  margin-bottom: 15px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li a i {
  margin-right: 10px;
}

.footer-big .gallery-feed img {
  width: 100%;
  cursor: pointer;
  width: 100%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar .navbar-nav .nav-item:after {
    display: none;
  }
  .navbar .navbar-nav .nav-item .dropdown-toggle:after {
    right: 0;
  }
  .footer-big h5 {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .title-section {
    padding: 0;
  }
  .title-section .title {
    font-size: 2.2rem;
  }
  .title-section .page-subtitle {
    font-size: 20px;
  }
  .link-input-container #download-btn-txt {
    display: none;
  }
  .link-input-container #url-wrapper {
    width: 85%;
  }
  .link-input-container .btn-download {
    font-size: 22px;
    width: 15%;
  }
  .popular-links .btn .link-text {
    display: none;
  }
  .content-section p {
    text-align: center;
  }
  .faq-section p {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .title-section .title {
    font-size: 1.875rem;
  }
  .title-section .page-subtitle {
    font-size: 15px;
    margin-top: 5px;
  }
  .section-title,
  .content-section h2 {
    font-size: 24px;
  }
  .link-input-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .link-input-container #url-wrapper {
    width: 80%;
  }
  .link-input-container .btn-download {
    font-size: 25px;
    width: 20%;
  }
  .available-platforms-wrapper > div {
    width: 50% !important;
  }
  .available-platforms-wrapper a {
    font-size: 15px !important;
  }
  .link-input-container .download-hint {
    font-size: 14px;
  }

  .footer.footer-big .row {
    margin: 0;
  }
  .footer-big .gallery-feed img {
    /* width: 45%; */
  }
}

#notfound {
  position: relative;
  height: 55vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: "Cabin", sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
  .link-input-sec .input-group {
    height: 65px;
    margin-top: 40px;
  }
  .link-input-container .download-hint,
  .popular-links-info {
    font-size: 12px;
  }
}

.content-section  h1,h2,h3,h4 {
  color: #1b0641 !important;
}
