* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}

/* ==================== Start All Downloader Web ==================== */

.landing_page {
    background-color: #000;
}

.video_downloader_bg {
    color: #fff;
    background-image: url("../../../../portfolio/images/web/all-downloader/video_downloader_bg.webp");
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.video_downloader_about {
    max-width: 70%;
}

.video_downloader_about h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: "Righteous", sans-serif;
}

.video_downloader_about p {
    font-size: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.summary {
    max-width: 80%;
    margin: auto;
    font-size: 24px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.video_downloader_color .color_wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.video_downloader_color .color_wrapper.bottom {
    margin-top: 25px;
}

.video_downloader_color .color_box {
    width: 280px;
    height: 90px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
}

.video_downloader_color .color_box span {
    color: #fff;
}

.video_downloader_color .dark1 {
    background: #121212;
}

.video_downloader_color .dark2 {
    background: #202020;
}

.video_downloader_color .primary {
    background: #0DCCD7;
    color: #000;
}

.video_downloader_color .primary span {
    color: #fff;
}

.video_downloader_color .light1 {
    background: #BABAB5;
}

.video_downloader_color .light1 span {
    color: #000;
}

.video_downloader_color .light2 {
    background: #FFFFFF;
}

.video_downloader_color .light2 span {
    color: #0DCCD7;
}

.video_downloader_fonts {
    background: #000;
    padding: 60px 20px;
    font-family: 'Roboto', sans-serif;
}

.vd_fonts_container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.vd_fonts_left {
    flex: 1;
}

.vd_fonts_heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.vd_fonts_heading span {
    width: 6px;
    height: 40px;
    background: #0DCCD7;
}

.vd_fonts_heading h3 {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.vd_font_name {
    font-size: 64px;
    color: #fff;
    margin-bottom: 40px;
}

.vd_fonts_right {
    flex: 1;
}

.vd_fonts_desc {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.vd_font_samples p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.video-downloader_thank_you span {
    border-radius: 30px;
    color: #00F1FF;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: 1px solid #C8C8C8;
}

.video_downloader_solution {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

.arrorw_video {
    position: absolute;
    top: 35%;
    left: 75%;
}

.video_downloader_solution .solution_card {
    max-width: 1000px;
    width: 100%;
    padding: 40px;
    border-radius: 22px;
    background: radial-gradient(
        circle at top center,
        rgba(0, 255, 255, 0.25),
        rgba(3, 28, 30, 0.95)
    );
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.video_downloader_solution h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: "Righteous", sans-serif;
}

.video_downloader_solution p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 14px;
}

.video_downloader_solution .solution_points p strong {
    display: block;
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 6px;
    color: #e7ffff;
}

.video_downloader_solution .privacy_text {
    margin-top: 18px;
    font-size: 15px;
    opacity: 0.8;
}

/* ==================== End All Downloader Web ==================== */
