@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');

body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.header-main {
    position: absolute;
    top: 0;
    width: 100%;
    transition: box-shadow 0.5s ease;
    z-index: 999;
}

.header-main.scrolled {
    background: #fff;
    padding: 1px 0;
    box-shadow: 0 0 20px #515151;
    position: sticky;
}

.header-main ul li a {
    color: rgb(0, 0, 0, 0.6);
}

.header-main ul li a:hover {
    color: #EB3C3C;
}

.header-main ul li a.active {
    color: #EB3C3C;
    font-weight: 600;
}

.header-main button.btn.btn-secondary.dropdown-toggle {
    background-color: transparent;
    font-size: 18px;
    color: black;
    border-color: rgb(0, 0, 0, 0.1) !important;
    border-radius: 100px;
    padding: 10px 16px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-main .btn-secondary:focus {
    box-shadow: none;
}


/* Hero Section CSS */
.hero-section {
    background: linear-gradient(1deg, rgb(255 255 255 / 20%), rgb(235 60 60 / 30%));
}

.h-light {
    color: #EB3C3C;
}


.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

.mt-10 {
    margin-top: 5rem;
}

.mt-15 {
    margin-top: 15rem;
}

.hero-section .title {
    font-size: 44px;
    font-family: 'Syne';
    font-weight: 700;
}

.sub-title {
    color: #606060;
    font-size: 20px;
}

.container-eleven {
    max-width: 1140px;
    width: 100%;
}


.vdownloaderform {
    position: relative;
}

.link-img {
    position: absolute;
    left: 10px;
    top: 30px;

    cursor: pointer;
}

input.vdinput:focus-visible {
    outline: none;
}

input.vdinput {
    width: 100%;
    padding: 30px 10px 30px 44px;
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 20px;
}

input.submit-btn {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    background: linear-gradient(0deg, #FF5F5F, #EB3C3C);
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 19px;
    height: 50px;
    width: 160px;
    font-size: 20px;
}

.tag-line {
    color: #EB3C3C;
    font-size: 20px;
}

.more-content img {
    width: 60px;
}

.download-more {
    max-width: 1000px;
    margin: 0 auto;
}

.download-more .card {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 2px rgb(0, 0, 0, 0.1);
    border: 0;
}

.download-more .nav-link {
    color: #606060 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 26px !important;
}

.download-more .nav-link.active {
    background-color: rgb(235 60 60 / 10%) !important;
    border-color: rgb(235 60 60 / 30%) !important;
    color: #EB3C3C !important;
}

.download-more table,
.download-more .nav-link:hover,
.download-more .nav-tabs:hover,
.download-more .nav-item:hover,
.download-more .nav-item,
.download-more .nav-tabs {
    border-color: rgb(235 60 60 / 30%) !important;
}

.download-more .table>:not(caption)>*>* {
    padding: 1rem .5rem;
}

.download-btn {
    background: linear-gradient(0deg, #FF5F5F, #EB3C3C);
    padding: 10px 23px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

/* Model  Css*/
.modal-dialog {
    max-width: 600px;
}

.modal-content {
    border-radius: 20px;
    box-shadow: 0 10px 20px 2px rgb(0, 0, 0, 0.1);
    min-height: 340px !important;
}

.modal-body .download-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
}

#downloadModal .download-more {
    background-color: #fee;
    border: 0;
    width: 326px;
    height: 50px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 4px;
}

/* Model Css */

/* Hero Section CSS */

/* features Section CSS */


.supported .title h2,
.features .title {
    font-family: 'Syne';
    font-size: 60px;
    position: relative;
    color: #999;
}

.features .title:before {
    content: "";
    background: linear-gradient(0deg, #FFFFFF, transparent);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 0;
}

.faq .title .dot,
.features .title .dot {
    background-color: #EB3C3C;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.features .features-lists {
    margin-top: 60px;
}

.features .features-lists .row {
    row-gap: 50px;
}

.features .list-title h3 {
    font-size: 24px;
    font-weight: 600;
}

.features .list-desc {
    color: rgb(96, 96, 96, 0.8);
    font-size: 18px;
}

.list-title,
.list-desc {
    margin-left: 10px;
}

/* features Section CSS */

/* How To use Section CSS */

.how-to-use .title h2 {
    font-size: 40px;
    font-family: 'Syne';
    font-weight: 700;
    color: #000;
    margin-top: -12px;
    position: relative;
}

.how-to-use .title h2::after {
    content: "";
    background-image: url("../images/divider.png");
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-top: 25px;
    margin-bottom: 60px;
}

.how-to-use .title span {
    color: #EB3C3C;
}

.how-to-use .sub-title {
    font-size: 20px;
    font-family: 'Syne';
    font-weight: 600;
    color: #EB3C3C;
}

/* How To use Section CSS */
/* Support Platform Section CSS */
.support-platform .title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Syne';
    color: #fff;
}

.container-support {
    max-width: 1024px;
    width: 100%;
    background-image: url("../images/support-plat.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0 auto;
}

.container-support-inner {
    max-width: 780px;
    margin: 0 auto;
}

.support-platform img {
    width: 122px;
}

/* Support Platform Section CSS */

/* FAQ Section CSS */
.faq .title {
    font-family: 'Syne';
    font-size: 90px;
    position: relative;
    color: #000;
    font-weight: 700;
}

.faq p {
    font-size: 20px;
    color: #606060;
}

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

.faq .accordion-item {
    background-color: #fff;
    padding: 24px 35px 24px 20px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgb(235 60 60 / 20%);
    position: relative;
}

.faq-container-seven {
    max-width: 715px;
}

.faq .accordion-button {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    position: unset;
}

.faq .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url('../images/min.png');
    top: 27px;
}

.faq .accordion-button::after {
    position: absolute;
    right: 30px;
    background-image: url('../images/plus.png');
    background-size: inherit;
    top: 44px;
}

.faq .accordion-body {
    color: rgb(96, 96, 96, 0.7);
    font-size: 16px;
    font-family: 'Montserrat';
}

/* FAQ Section CSS */

/* FAQ Section CSS */
.video-downloader .container-support {
    background-image: url('../images/video-downloader.png');
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.video-downloader-content {
    padding: 20px;
}

.video-downloader-inner {
    max-width: 871px;
    margin: 0 auto;
}

.video-downloader img {
    margin-top: -186px;
}

.video-downloader .video-downloader-content .title {
    font-size: 30px;
    font-family: 'Syne';
    font-weight: 700;
}

.video-downloader .video-downloader-content .title span {
    color: #fff;
}

.video-downloader .video-downloader-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.video-downloader .video-downloader-content .downloading-btn {
    background-color: #FFDD55;
    border-radius: 12px;
    padding: 16px 48px;
    display: inline-block;
}

.video-downloader .video-downloader-content .downloading-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* FAQ Section CSS */

/* Supported Section CSS */
.supported .title h2 {
    color: #000;
}

.supported .title h2 span {
    color: #EB3C3C;
}

.supported .desc p {
    color: #606060;
    font-size: 20px;
}

.supported-item {
    border: 2px solid rgb(235, 61, 61, 0.1);
    padding: 18px 0;
    border-radius: 12px;
}

.supported-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #606060;
}

/* Supported Section CSS */

/* Footer Section CSS */
.footer-main {
    background-image: url("../images/footer.png"), none;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    min-height: 321px;
    position: relative;
}

.foot-title {
    font-size: 20px;
    font-weight: 700;
}

.foot-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
}

.foot-menu::before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: white;
    height: 1px;
    left: 0;
    top: -30px;
}

.foot-bottom {
    height: 30px;
    margin-top: 20px;
}

.foot-bottom::before {
    content: "";
    background-color: rgb(255 255 255 / 10%);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
}

.foot-copy {
    font-size: 12px;
    font-weight: 200;
}

.foot-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.foot-menu ul li a:hover {
    color: #EB3C3C;
}

.foot-menu {
    position: relative;
}

/* Footer Section CSS */



@media only screen and (min-width: 767px) {

    .supported .title h2,
    .features .title {
        font-size: 90px;
    }

    .how-to-use .title h2 {
        font-size: 90px;
    }

    .how-to-use .sub-title {
        font-size: 30px;
    }

    .video-downloader .container-support {
        padding: 0 10px;
        min-height: 339px;
    }

    .video-downloader-content {
        padding: 0;
    }

    input.submit-btn {
        height: 70px;
        width: 230px;
        font-size: 22px;
        top: 7px;
    }

    .link-img {
        left: 13px;
        top: 30px;
    }

    .download-more .card {
        padding: 60px 40px;
    }

    .features .list-desc {
        max-width: 230px;
    }

    .list-title,
    .list-desc {
        margin-left: 0;
    }

    .features .features-lists {
        margin-top: 120px;
    }

    .features .features-lists .row {
        row-gap: 100px;
    }

    .mb-10 {
        margin-bottom: 10rem;
    }

    .mt-10 {
        margin-top: 10rem;
    }

    .faq .accordion-item {
        padding: 24px 35px 24px 35px;
    }

    .supported-item h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .container-ten {
        max-width: 1074px;
        width: 100%;
        margin: 0 auto;
    }

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

@media only screen and (min-width: 1200px) {
    .container-xxl {
        max-width: 1234px;
    }

    .foot-menu {
        position: unset;
    }

    .foot-menu::before {
        bottom: 110px;
        top: unset;
    }
}