@media (max-width: 1200px) {

    .desktop__header header li.dropdown__menu_container .dropdown__menu .convert_dropdown__grid .item.first__container {
        display: none;
    }

    .desktop__header header li.dropdown__menu_container .dropdown__menu {
        width: 900px;
    }

    .desktop__header header li.dropdown__menu_container .dropdown__menu .convert_dropdown__grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}


@media (max-width: 1050px) {
    .desktop__header header li.dropdown__menu_container .dropdown__menu {
        width: 700px;
    }

}



/* laptop */
@media (max-width: 1200px) {
    .desktop__header header .resize_dropdown_menu .resize__menu__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .desktop__header header .resize_dropdown_menu {
        width: 700px;
    }
}

/* tablet */
@media (max-width: 1050px) {
    .desktop__header header .resize_dropdown_menu .resize__menu__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* header code navbar  */


@media screen and (max-width:900px) {
    .desktop__header header .desktop_main__menu ul {
        display: none;
    }

    .desktop__header header .all__tools__btn {
        display: none;
    }

    .desktop__header header .mobile__menu__all__tool {
        display: block;
    }

}


@media screen and (max-width:635px) {
    .hero_section .header__heading h1 {
        font-size: 40px;
        line-height: 40px;
    }


}

@media screen and (max-width:750px) {
    .features__section {
        padding: 20px;
    }

    .how_it_work {
        padding: 20px;
    }

.releted__tool__section {
    padding: 20px;
}

.content__section {
    padding: 20px;
}

.blog__section {
    padding: 20px;
}

.faq_section {
    padding: 20px;
}
}

@media screen and (max-width:432px) {
    .hero_section .header__heading h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .hero_section {
        margin-top: 30px;
    }
    
}


@media screen and (max-width:568px) {
.features__section .features__header h2 {
    font-size: 20px;
}

.releted__tool__section .header__title h2 {
    font-size: 20px;
}

.how_it_work .how_it_work__title {
    font-size: 20px;
}
}


@media screen and (max-width:600px) {
.blog__section .header_title .paragraph {
    flex-direction: column;
    align-items: start;
}
}

@media screen and (max-width:574px) {
footer .footer__item ul {
    border: 0;
}
}

/* header code navbar end */


@media screen and (max-width:580px) {
.uploading__progress__container .upload__card_container .upload_card .files__details .icons__and__name .icon {
    height: 30px;
    width: 30px;
}
}


@media screen and (max-width:500px) {
.uploading__progress__container .conveter__btn_container {
    flex-direction: column;
    gap: 8px;
}

.uploading__progress__container .conveter__btn_container button {
    width: 100%;
    justify-content: center;
}
}


/* Upload area responsive rules are handled in image-to-base.css */



@media screen and (max-width:600px){
.yt_thumbnail_show_container .yt_thumbnail_show .yt_header {
    flex-direction: column;
    gap: 10px;
}
}


@media screen and (max-width:720px) {
.yt_thumbnail_show_container .yt_thumbnail_show .download__action {
    flex-direction: column;
    gap: 10px;
}

.yt_thumbnail_show_container .yt_thumbnail_show .download__action .DonwloadThumbnailBtn {
    width: 100%;
}
}


@media (max-width: 500px) {
.url__count__badge {
    display: none !important;
}

.native-color-container {
    flex-direction: column;
}

.tab-nav {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
}

    .tab-btn {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 9px 14px;
        font-size: 12px;
        /* width: 0 !important; */
    }

.contrast-row {
    flex-direction: column;
}

.format-values-grid {
    grid-template-columns: 1fr !important;
}
}


@media (max-width: 970px) {
.conversion__info__container{
    flex-direction: column;
}
}

@media (max-width: 720px) {
    .response__msg .download__and_convertmore_btn{
        display: none;
    }
}

@media (max-width: 600px) {
.conversion__info__container .files_conversion__details {
    grid-template-columns: repeat(2, 1fr) !important;
}
}

@media (max-width: 410px) {
    .conversion__info__container .files_conversion__details {
        grid-template-columns: repeat(2, 1fr) !important;
    }

.conversion__info__container .files_conversion__details .card_box {
    border: none !important;
}
}

@media (max-width:1080px){
.main__files__show__grid {
    grid-template-columns: 1fr !important;
}
}




/* @media (max-width:640px) {
.yt__features .feature_box {
    flex-direction: column;
    }

        .yt__features .feature_box .desc{
            text-align: center;
        }
} */