body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    text-wrap: break-word;
    overflow-wrap: break-word;
}




.tab {
  overflow: hidden;
  text-align: center;
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 14px;
  margin: 5px 0;
  color: #fff;
      background: rgba(255, 255, 255, .24);
    border-radius: 8px;
}

.tab button:hover {
  border-bottom: 1px solid;
}

.tab button.active {
  border-bottom: 1px solid;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  text-align: center;
}






header {
    background-color: #fff;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.form-control{
  width: 92.5%;
}

.footer {
  background: linear-gradient(90deg, #a982ba 0, #e27855 100%);
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #f0018b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center i {
  background-color: #f0018b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
  font-size: 19px;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #0099ff;
  text-decoration: none;
}


/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #0099ff;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: #0099ff;
}

.footer .name {
  color: #0099ff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

.bg-dark{
  background-color: #fff !important;
}
.section-text__card{
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    display: grid
;
    grid-template-columns: max-content 1fr;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display:flex;
    width:100%;
    flex-direction: row-reverse !important; 
    float: left;

}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#form {
    text-align: center;
    margin: 10px 0;
}

#inputUrl {
    padding: 10px;
   min-width:48%; /* Full width input */
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-main__content{
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: -50px;
}

#downloadBtn {
    padding:10px;
    margin-top:-44px;
    cursor: pointer;
    background-color: #007bff;
    float: right !important;
    color: #fff;
    border: none;
    /* width:100%; */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

#downloadBtn:hover {
    background-color: #0056b3;
}
#download{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    flex-wrap:wrap;
}
#loading {
    text-align: center;
    display: none;
    margin-top: 20px;
}

#loading p {
    font-weight: bold;
    font-size: 38px;
    color: #333;
}

#container {
    display: none;
    text-align: center;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #de795e;
    border-radius: 10px;
    position:absolute;
    margin-left: 216px;
    z-index: 999;
}

#thumb img{
    width: 100%;
    height: 300px;
}
.dlbtns{
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    min-width: 150px;  /* Fixed width */
    transition: background-color 0.3s;
}
.centerV {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
#content{
    background: #fff;
    color: white;
    font-weight:bold;
    margin-bottom:80px;
}
.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, red, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}



/* Add more styling as needed */

/* Responsive styles for smaller screens */
@media only screen and (max-width: 990px) {
    #inputUrl {
        width: 100%;
    }
.footer{
    margin-top: 0;
    
}
#container {
    display: none;
    text-align: center;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #de795e;
    border-radius: 10px;
    position:absolute;
   margin-right: 28px;
    z-index: 999;
}
    nav {
        display: block;
        text-align: center;
    }
   nav ul{
       flex-direction: column !important;
   }
    nav li {
        display: block;
        margin: 10px 0;
    }
    .navbar-nav{
      background-color: #f4569d;
    }
    .navbar-nav li a{
      color: #fff;
      
    }
    .bg-dark {
      padding-bottom: 58px;
    }
    .form-control{
      width: 73% !important;
    }
    .footer .about{
        line-height: 30px;
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    margin: 35px;
    text-align: justify;
    }
}

footer{
    bottom: 0;
    width: 100vw;
}


.info .container{
  display: flex
;
    flex-direction: row;
    gap: 42px;
}

.info {
    align-items: center;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
    width: 80%;
}
.info__text-block-title {
    color: #383838;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-align: start;
}
.info__text-block-text {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0;
    margin-left: -63px;
    margin-right: -49px;
    text-align: justify;
}
.howto {
    align-items: center;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
}
.howto .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#5940f1, #5940f1), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%;
  }
  .howto .container {
    gap: 50px;
    padding: 60px 100px;
  }
.features-title {
    color: #2a3d7f;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.features__list {
    display: flex
;
    flex-direction: column;
    gap: 32px;
}
.features__element {
    display: flex
;
    flex: 1;
    flex-direction: row;
    gap: 32px;
}
.features__element-title-h3 {
    color: #383838;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
  }
  .features__element-text {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0;
  }

  .download-mobile-app {
    align-items: center;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    max-width: 100%;
    padding: 0 20px;
}
.download-mobile-app__image-container {
    min-width: 414px;
    position: relative;
}
.download-mobile-app .container {
    display: flex
;
    flex-direction: row;
    gap: 20px;
    padding-right: 10px;
}
.download-mobile-app .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    max-width: 1024px;
    width: 80%;
}
  .download-mobile-app__info-title-h3 {
    color: #383838;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
.download-mobile-app__info-text {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0 0 18px;
}
.download-mobile-app__info-button {
    align-items: center;
    background: #fb015b;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: flex
;
    font-family: Segoe UI, Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 24px;
    max-width: 258px;
    outline: none;
    padding: 12px 60px;
    text-align: center;
}
.download-mobile-app__image-container img {
    bottom: 0;
    left: 0;
    position: absolute;
}
.download-mobile-app__info-text {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0 0 18px;
}
.download-mobile-app__info-title-h3 {
    color: #383838;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
.download-mobile-app__image-container {
    min-width: 414px;
    position: relative;
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__info-text, .download-mobile-app .download-mobile-app__info-title-h3 {
        text-align: center;
    }
}
.download-mobile-app__info-text {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0 0 18px;
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__info {
        margin: 0;
        max-width: 100%;
        padding: 10px 10px 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .download-mobile-app {
        margin: 32px auto;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .container {
        flex-direction: column-reverse;
        padding: 0;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__image-container {
        height: auto;
        min-width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__info {
        margin: 0;
        max-width: 100%;
        padding: 10px 10px 0;
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .info {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .info {
        margin: 32px auto;
    }
}
@media screen and (max-width: 992px) {
    .howto .container {
        gap: 25px;
        padding: 30px;
    }
}
@media screen and (max-width: 992px) {
    .howto .howto-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 0;
    }

}
@media screen and (max-width: 992px) {
    .info .container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__image-container img {
        height: 100%;
        margin-bottom: -5px;
        position: relative;
        width: 100%;
    }
}
@media (max-width: 596px) {
    .info .info__text-block-title {
        text-align: center;
        margin-bottom: 25px;
        color: #2a3d7f;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .info__text-block-title {
        font-size: 21px;
        line-height: 32px;
    }

}
@media (max-width: 768px) {
    .features {
        margin: 32px auto;
    }
}
@media screen and (max-width: 768px) {
    .features .features__element-info .features__element-title-h3 {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .features .features__list .features__element.features__element {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .features .features__list {
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .features-title {
        font-size: 32px;
        line-height: 32px;
    }

}
.why {
    align-items: center;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .why {
        margin: 32px auto;
    }
}
.why .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%;
}
@media screen and (max-width: 992px) {
    .why .container {
        padding: 30px 50px;
    }
}
.why__element {
    display: flex
;
    flex: 1;
    flex-direction: row;
    gap: 32px;
}
.why__element-info {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.why__element-info-title-h3 {
    color: #2a3d7f;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .why .container {
        gap: 25px;
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .why-title {
        font-size: 32px;
        line-height: 32px;
    }

}
@media screen and (max-width: 768px) {
    .why .container .why__list {
        gap: 16px;
    }
}
@media screen and (max-width: 768px) {
    .why .container .why__list .why__element.why__element {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }
}
.why-title {
    color: #2a3d7f;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.why__element-info-text {
    color: #2a3d7f;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .faq {
        margin: 32px auto;
    }
}
.faq {
    align-items: center;
    display: flex
;
    flex-direction: column;
    gap: 32px;
    margin: 64px auto;
    max-width: 1024px;
    padding: 0 20px;
}
.faq h2 {
    color: #2a3d7f;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 768px) {
    .faq h2 {
        font-size: 32px;
        line-height: 32px;
    }

}
.faq__list {
    display: flex
;
    flex-direction: column;
    gap: 18px;
    max-width: 818px;
    width: 100%;
}
.faq__element {
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
}
.faq .background-border {
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
    background-origin: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 60%, .3);
    width: 100%;
}
@media screen and (max-width: 768px) {
    .faq .background-border {
        margin: 0 auto;
    }
}
.faq__element-question {
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 14px 16px;
}
.faq h3 {
    color: #2a3d7f;
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.faq__element-arrow-button {
    height: 24px;
    transform: rotateX(180deg);
    width: 24px;
}
.faq__element-answer {
    color: #2a3d7f;
    display: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 12px 16px;
}
.faq__element-answer_active {
    display: flex
;
    transition: .4s ease;
}
.faq__element-arrow-button_rotate {
    transform: rotateX(0deg);
}
.faq__element-arrow-button {
    height: 24px;
    transform: rotateX(180deg);
    width: 24px;
}
@media screen and (max-width: 768px) {
    .download-mobile-app .background-border {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .background-border {
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px) {
    .download-mobile-app .download-mobile-app__image-container img {
        height: 100%;
        margin-bottom: -5px;
        position: relative;
        width: 100%;
    }
}
.howto__element-title-h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .howto .container .howto__list {
        gap: 16px;
    }
}
.howto__list {
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.howto__element-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: .8;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .howto .container .howto__list .howto__element.howto__element {
        flex-direction: column;
        gap: 16px;
    }
}
.howto__element {
    display: flex
;
    flex: 1;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 992px) {
    .howto .howto-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 0;
    }

}
.howto-title {
    color: var(--color-white);
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .howto .container {
        gap: 25px;
        padding: 30px;
    }
}
@media screen and (max-width: 992px) {
    .howto .container .howto__list {
        gap: 16px;
    }
}