/* MiniPNG v 1.0.1*/

body {
    font-family: 'Poppins', 'Roboto', sans-serif;
    padding-top: 60px;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;

}
header .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(5px) !important;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
}
.navbar,a,span.p{
    font-family: 'Poppins', 'Roboto', sans-serif;
}
.nav-link {
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #0056b3; 
}

#upload-area {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1rem;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border-radius: 1.6rem;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 16;
background: hsla(0, 0%, 100%, .25);
}
.dropzone {
border-radius: 1.6rem;
border: 4px dotted rgba(0, 0, 0, .2);
}

.dz-preview .dz-image img {
max-width: 100px;
height: 50px;
}

.dropzone-container {
border: 2px dashed #007bff;
border-radius: 5px;
padding: 20px;
text-align: center;
margin-bottom: 20px;
}

.preview-container {
display: flex;
flex-direction: column;
}

.dz-preview {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.dz-preview .dz-image {
margin-right: 10px;
}

.dz-preview .dz-details {
display: flex;
flex-direction: column;
text-align: left;
gap: 5px
}

.dz-preview .dz-progress {
width: 100px;
margin-right: 10px;
}

.dz-preview .dz-size {
font-size: 12px;
}

.upload-progress {
margin-top: 20px;
}

#my-great-dropzone.dz-started .dz-default {
display: none;
}

.progress,
.progress-stacked {
--bs-progress-height: 0.2rem;
}

.content-image-info {
display: flex;
align-items: center;
}

.dz-filename {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
min-width: 0;
max-width: 32rem;

}

.result-content {
justify-content: flex-end;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: column;
-ms-flex-pack: end;
justify-content: end;
-ms-flex-align: center;
align-items: end;
color: #40444f;
/* border-radius: .5rem; */
/* width: 18.8rem; */
/* height: 100%; */
-webkit-text-decoration: none;
/* text-decoration: none; */
gap: 0;
font-size: 14px;
font-weight: 700;
}

.dz-image img {
width: 48px;
height: 48px;
border-radius: .8rem;
margin-right: .5rem;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 1 / 1;
}
.card-header{
background: #40444f;
border-radius: 1rem 1rem 0 0;
padding: 1rem;
-webkit-box-shadow: 0 1px 12px 0 rgba(81, 107, 118, .15);
box-shadow: 0 1px 12px 0 rgba(81, 107, 118, .15);

}
.card-footer{
position: relative;
z-index: 15;
width: 100%;
max-width: 112.8rem;
margin: 0 auto;
padding: .5rem;
height: 5.6rem;
border-radius: 0 0 1rem 1rem;
background: #40444f;
border-bottom: 1px solid #000;
-webkit-box-shadow: 0 1px 12px 0 rgba(81, 107, 118, .15);
box-shadow: 0 1px 12px 0 rgba(81, 107, 118, .15);

}

.fileInfo:last-child{
font-size: 14px;
font-weight: 200;
}
.dz-extension{
background-color: #fff1f0;
color: #f00;
border-radius: .4rem;
padding: 0 .3rem;
font-weight: 600;
font-size: .8rem;
line-height: 1.6rem;
text-transform: uppercase;
-webkit-user-select: none;
}

.dz-extension.jpeg {
background-color: #f2fafa;
color: #039c93;
}

.dz-extension.jpg {
    background-color: #f2fafa;
    color: #039c93;
}
.dz-extension.webp {
background-color: #f7f6fd;
color: #624bd8;
}
:root{
    --bs-card-inner-border-radius: 1.6rem !important;
}
.main-color {
    color: #2486F2 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #242f3e;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.2s ease;
}

header nav img {
    height: auto !important;
}

header {
    position: absolute;
    top: 0;
    width: 100%
}

#main-section {
    /* background-image: url('/assets/images/header_bg.webp');
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-image: linear-gradient(rgb(40 80 198) 10.89%, rgb(255, 255, 255) 100%); */
    background-color: rgb(22 28 45/1);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: transparent; */
    overflow: hidden;
}

#main-section .upload-section {
    padding: 50px 0 50px 0;
}

#main-section .upload-section h1 {
    /* font-size: 42px !important; */
    margin-bottom: 20px !important;
    line-height: 1.2em !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

#main-section .upload-section p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    color: rgb(255 255 255 / 70%);
}

#main-section #upload-area p {
    color: #555;
}
#main-section h1 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
}

#main-section p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#upload-area {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* #upload-area:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
} */

.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('wave.svg') repeat-x;
    animation: waveAnimation 10s linear infinite;
}

@keyframes waveAnimation {
    from { background-position: 0 0; }
    to { background-position: 1000px 0; }
}

#main-section {
    animation: colorShift 10s infinite alternate;
}

@keyframes colorShift {
    0% { background-color: #2a2f4f; }
    50% { background-color: #1e2a3a; }
    100% { background-color: #0f172a; }
}

#upload-area {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

/* #upload-area:hover {
    transform: rotateX(10deg) rotateY(10deg);
} */
#main-section {
    position: relative;
    overflow: hidden;
}

#main-section::before {
    content: '';
    position: absolute;
    top: var(--y, 0);
    left: var(--x, 0);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#main-section:hover::before {
    opacity: 1;
}
._info-wave_{
    fill: #FFF;
}
#reslutes-data {
    margin-top: -60px;
}

#filesContainerMiniPNG {
    background: transparent;
    border: 0 none;
    margin-bottom: 50px;
}

#filesContainerMiniPNG .card-header {
    box-shadow: 0px 40px 58px 0px rgba(0, 0, 0, .08);
    background-color: #FFF;
    justify-content: space-between;
    align-items: center;
}

#filesContainerMiniPNG .card-header h2 {
    color: rgb(0 127 255);
}

#filesContainerMiniPNG .card-header p {
    color: #555;
}

#filesContainerMiniPNG .card-body {
    background: #FFF;
    box-shadow: 0px 40px 58px 0px rgba(0, 0, 0, .08);
}

#filesContainerMiniPNG .card-footer {
    box-shadow: 0px 40px 58px 0px rgba(0, 0, 0, .08);
    background-color: #FFF;
    border: 0;
    padding: 0 20px 20px 20px;
    height: auto;
}

#filesContainerMiniPNG h2 {
    font-size: 1.5rem;
}

.downloadAll a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 500;
    align-items: center;
}

.downloadAll a svg {
    width: 1rem;
}

.item-download-btn {
    display: flex;
    /* width: 70px; */
    padding: 5px 15px;
    font-weight: 700;
    gap: 10px;
    border-radius: 10px;
    font-size: 15px;
    align-items: center;
}

.item-download-btn svg {
    width: 15px;
}

.item-download-btn.png {
    background-color: #fff1f0;
    color: #f00;
}

.item-download-btn.webp {
    background-color: #f7f6fd;
    color: #624bd8;
}

.item-download-btn.jpeg,
.item-download-btn.jpg {
    background-color: #f2fafa;
    color: #039c93;
}

.card-header:first-child {
border-radius: 1.6rem 1.6rem 0 0;
}
.card-footer:last-child {
border-radius: 0 0 1.6rem 1.6rem;
}
.section {
    padding-top: 100px;
    /* margin: 20px auto; */
}


.section .content .head h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
}

.image-container {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    /* لضبط ارتفاع الصورة */
}

.section .accordion-button {
    padding: 24px 20px 24px;
}

section#how-it-work {
    /* margin: 8rem 0; */
}

.section-title {
    margin-bottom: 38px;
}

.subtitle {
    text-transform: capitalize;
    font-size: 18px;
    color: #8b8e93;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.rounded-lg {
    border-radius: 20px;
}

.transition,
.card-border-bottom:after,
.hover-bg-primary::before,
.pricing-table:before,
.pricing-table:after,
.social-icons li a i {
    transition: ease 0.3s;
}

.hover-bg-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
    z-index: -1;
    opacity: 0;
}

.shadow,
.subscription-wrapper::before {
    box-shadow: 0px 15px 15px 0px rgba(8, 18, 109, 0.1) !important;
}

.hover-bg-primary:hover:before {
    opacity: 1;
}

.hover-bg-primary:hover {
    background: transparent;
}

.hover-bg-primary:hover * {
    color: #fff !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion {
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    /* --bs-accordion-border-radius: 0 !important;
    --bs-accordion-inner-border-radius: 0 !important; */
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    /* --bs-accordion-btn-color: transperant !important;
    --bs-accordion-btn-bg: transperant !important; */
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #FFF !important;
    --bs-accordion-active-bg: #0065ff !important
}
.accordion-button::after {
filter: invert(35%) sepia(64%) saturate(6785%) hue-rotate(179deg) brightness(95%) contrast(101%);
}
.accordion-button:not(.collapsed)::after {
filter: brightness(0) invert(1);
}
.accordion-body {
    background: #f3f3f3;
}
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500&display=swap');

#customers-testimonials .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4280bd;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #bdbdbd;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}

.client-job {
    font-size: 13px;
    opacity: 0.5;
}

footer.footer {
    padding: 30px;
    background-color: #f9f9f9;
}

.social-link {
    color: #aaa;
    margin: 0 0.5rem;
    font-size: 1.2rem;
}
:dir(rtl) .accordion-button::after {
    margin-right: auto;
    margin-left: unset !important;
}
.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    border: 0 none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0051a2;
    --bs-dropdown-link-hover-bg: #c2dbff !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dz-filename {
max-width: 30vw !important;
}
@media (max-width: 360px) {
#main-section .upload-section h1 {
/* font-size: 7vw !important; */
}
#main-section .upload-section p {
font-size: 4.5vw!important;
}
#filesContainerMiniPNG .card-header{
flex-direction: column !important;
gap: 10px !important;
}
}


@media (min-width: 361px) and (max-width: 480px) {
#main-section .upload-section h1 {
/* font-size: 6vw !important; */
}
#main-section .upload-section p {
font-size: 4vw!important;
}
#filesContainerMiniPNG .card-header{
flex-direction: column !important;
gap: 10px !important;
}
}


@media (min-width: 481px) and (max-width: 767px) {
#main-section .upload-section h1 {
/* font-size: 5vw !important; */
}
#filesContainerMiniPNG .card-header{
flex-direction: column !important;
gap: 10px !important;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
#main-section .upload-section h1 {
/* font-size: 4vw !important; */
}
#main-section .upload-section p {
font-size: 2.5vw!important;
}

}

@media (min-width: 1025px) {
/* #main-section .upload-section h1 {
font-size: 3vw !important;
} */
#main-section .upload-section p {
font-size: 1.3vw!important;
}

}

header nav{
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 1041;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    padding: 0 24px;
}
.is-invalid {
    border: 1px solid red !important;
}

.error-text {
    font-size: 0.875em;
    color: red;
}

.footer {
    background: #f8f9fa;
}

.footer h5 {
    font-weight: bold;
    color: #333;
}

.footer-link {
    text-decoration: none;
    color: #6c757d;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.footer-link:hover {
    color: #007bff;
    transform: translateX(5px);
}

.footer .btn {
    font-size: 14px;
}

.footer .btn-outline-dark {
    border-color: #6c757d;
}

.footer .btn-outline-dark:hover {
    background: #6c757d;
    color: white;
}

.text-center a img {
    max-width: 100%;
    height: auto;
}

.language-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.modal-body .btn {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
}

.modal-body .active-language {
    background-color: #007bff !important;
    color: white !important;
    font-weight: bold;
    pointer-events: none;
}

.small-dropdown {
    font-size: 14px;
}

@media (max-width: 576px) {
    .footer h5 {
        text-align: center;
    }
    .footer .row {
        text-align: center;
    }
    .footer .btn {
        width: 100%;
    }
}