:root {
    --font-size-default: 14px
}

* {
    outline: unset;
    box-sizing: border-box;
    font-family: "inter";
    text-decoration: none;
    font-size: var(--font-size-default);
    scroll-behavior: smooth;
    margin: unset
}

body {
    scroll-behavior: smooth;
    background-color: #ffffff
}

body::-webkit-scrollbar {
    width: 12px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b4b3b3;
    border-radius: 0
}

body::-webkit-scrollbar-thumb {
    background: #5781ff
}
p {
    line-height: 22px;
    color : #7a7d84;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    justify-content: center;
    height: 70px;
    padding: 0 10px;
    margin: auto;

}
.navbar-containar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-logo a{
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center
}

.nav-logo img {
    max-width: 100%
}

.nav-menue {
    display: flex;
    justify-content: end;
    align-items: center;
    /* width: 50% */
}

.nav-logo h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1e2a4b
}

.menu-img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.signup-btn {
    border-radius: 8px;
    background-color: #fff;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 10px 44px 10px 10px
}
.logo-text{
    font-size: 20px;
    font-weight: 600;
    color: #000000
}
.swal2-confirm {
    background-color: #5781ff !important
}

.nav-menue ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.nav-menue ul li {
    display: inline-block
}

.nav-menue ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.main-containar {

    max-width: 100%;

}
.nofollow {
    background-color: #d12a2acf;
    font-size: 24px;
    text-align: center;
    color: white;
    height: 30px;
}
.nofollow-reirect {
    background-color: #2c2c2ccf;
    font-size: 24px;
    text-align: center;
    color: white;
    height: 30px;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1240px;
    padding: 35px 10px;
    margin: auto}

.main-containar img {
    max-width: 100%
}

.footo-logo img {
    width: 100%
}
.upload-section{
    background-color: #f6f8fb;
}
.tool {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    color: #657a9b
}

.files-selected-hrading{
    height: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}
.input-container {
    position: relative
}

.icon-input {
    position: absolute;
    left: 10px;
    top: 54%;
    transform: translateY(-50%);
    width: 20px;
    height: auto
}

.contactus-span {
    font-weight: 500;
    font-size: 16px;
    color: #1e2a4b;
    line-height: 20px
}

.tool img {
    min-width: 22px !important
}

.contactus-field {
    width: 100%;
    border: 1px solid #e3ebf2;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 4px;
    padding: 16px 16px 16px 38px
}

.reescrever-heading {
    padding-top: 60px
}

.heading h1 {
    font-weight: 600;
    font-size: 36px;
    color: #1e2a4b;
    text-align: center;
    line-height: 44px;
    margin-bottom: 20px
}

.reescrever-heading h2 {
    font-weight: 500;
    font-size: 32px;
    color: #1e2a4b;
    text-align: center;
    margin-bottom: 20px

}

.tool-card {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 15px;
    min-height: 390px;
    border-radius: 20px;
    background-color: #fff;
    border: 3px dashed rgb(87, 129, 255);
}
.upload-img{
    width: 100px;
    margin-bottom: 15px;
    cursor: pointer;
}

.default-tool {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.convert-Images{
    width: 40%;
}
.convert-Images img{
width: 400px!important;

}

.section-how-to{
    display: flex;
    justify-content: space-between;

}
.Convert-text{
    width: 55%;
    padding-top: 20px;
}
.point{
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}   
.point p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.dl-files-list{
    margin-top: 32px;
    display: flex;
    gap: 40px;
}
.btn {
    color: #ffffff;
    font-weight: 400;
    padding: 15px 50px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(78, 132, 253, .4);
    background-color:  rgb(87, 129, 255);;
    font-size: 18px;
    cursor: pointer;
    border: none;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    display: none;

}
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}
.upload-text {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;

}

.faq-box {
    width: 80%;
    margin: auto;
}
.question-box {
    padding: 30px;
    border-bottom: 3px solid #f0f0f1;
}
.faq-box .question-box:last-of-type {
    border-bottom: none;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
@keyframes fileUpload{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.question-box h3{
    font-size: 24px;
    font-weight: 500;   
}
.question-box p{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
}
.cursor-pointer{
    cursor: pointer;
}
.tool .active {
    background-color: #f4faff;
    color: #1e2a4b !important
}
.hidden{
    display: none !important;
}
.toast-container.show {
    display: block;
    right: 25px;
}
.toast-container {
    position: fixed;
    top: 30px;
    right: -100%;
    background-color: #fff;
   
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    animation: 0.3s ease-in-out forwards slideInRight;
    transform: translateX(110%);
    display: none;
}
.toast-container p{
    color:  #5781FF;
}
@keyframes slideInRight {
    0% {
        right: -100%;
        transform: translateX(110%);
    }
    100% {
        right: 0;
        transform: translateX(0);
    }
}
.contactus-msg {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 10px
}

.contactus-msg a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #5781FF
}
.close-btn{
    cursor: pointer;
}

.processing-card {

    border-radius: 8px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    margin: 20px auto;
    gap: 20px;
    position: relative;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 100px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side,#5c37e2 90%,#4632fa00) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 90;
  }
  @keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}
#file-info {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 20px;
}
.blur-div{
    filter: blur(2px);
}
.uploading-files h3{
    font-size: 26px;
}
.download-btn{
    color: #000;
}
#file-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.download-container{
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    justify-content: space-between;
    background: white;
    box-shadow: 0 10px 20px rgb(181 181 181 / 40%);
}


.file-details {
    flex-grow: 1;
}
.file-details span{
    font-size: 16px;
}
#file-name {
    font-weight: bold;
    display: block;
}
.privacy-text{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
}
.privacy-text img{
    width: 30px;
}
.privacy-text p{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #475871;
}
.download-icon{
    position: absolute;
    right: 5px;
    top: 9px;
    width: 30px;
}
.progress-bar {
    width: 95%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
    margin-top: 5px;
}

.progress {
    height: 100%;
    width: 100%;
    background-color: #007bff;
    animation: fileUpload 2s ease-in-out;
}

.convert-btn{
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 60px;
    font-size: 24px;
    cursor: pointer;
}
.start-over-btn{
    background-color: #1e2a4b;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 18px;
    cursor: pointer;
}
.delete-file {
    margin-left: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
/* Container styles */
.section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribute space evenly between items */
  }
  
  /* Item styles */
  .section-item {
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #007bff;
    padding: 15px;
    cursor: pointer;
    text-align: center;
  }
  .section-item img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;

}

.section-item:hover {
    background: #007bff;
    color: white;
}
.section-item:hover p {
    color: white; }
.section-item:hover img {
   filter: brightness(50);
}
  /* Heading styles */
  .section-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  /* Description styles */
  .section-item p {
    font-size: 16px;
  }
.delete-file:hover {
    background-color: darkred;
}

.convert-btn:hover {
    background-color: #0056b3;
}
.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 450px;
}

.form-group {
    margin-bottom: 15px;
}
.contactInfo{
    width: 60%;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.form-group textarea {
    resize: none;
    height: 120px;
}

.form-group input[type="checkbox"] {
    margin-right: 10px;
}
.contactInfo h3, .contactInfo h1{
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600px;
}
.contactInfo h3{
    font-size: 26px;
}
.submit-button {
    width: 100%;
    padding: 8px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
}
.submit-button:hover {
    background-color: #4ea0f8;
}
.contact-form{
    display: flex;
    padding-top: 60px;
    gap: 50px;
}

.contactInfo p{
    font-size:18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
/* Footor */
.footer {
    background-color: #f6f8fb;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 20px;
    border-top: 2px solid #ededed;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    max-width: 1240px;
    width: 100%;
}

.logo-section {
    display: flex;
    align-items: center;
}
.nav-links a,
.social-icons a,
.policy-links a {
    color: #000000;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.policy-links a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;

}
.nav-links a:hover,
.nav-menue ul li a:hover,
.social-icons a:hover,
.policy-links a:hover {
    color: #007bff;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    max-width: 1240px;
    width: 100%;
}

.policy-links {
    display: flex;
}
.term-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        max-width: 1240px;
        padding: 35px 10px;
        margin: auto;
    
}
.term-container h1{
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}
.term-container h3{
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}
.term-container p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
}
@media screen and (max-width:900px) {
    .section-item{
        flex: unset;
        width: 46%;
    }
    .section-container{
        /* justify-content: unset; */
        gap: 10px;
    }
}
@media screen and (max-width:750px) {
    .contact-form{
        flex-direction: column;
        padding: 0px 10px;
        gap: 20px;
    }
    .contactInfo{
        width: 100%;
    }
    .form-container{
        width: 100%;
    }
    
}
@media screen and (max-width:650px) {
    .section-how-to{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .upload-text{
        font-size: 18px;
    }
    .Convert-text{
        width: 100%!important;
    }
    .convert-Images{
        width: 80%;
    }
    .section-item{
        flex: unset;
        width: 100%;
    }
    .faq-box {
        width: 100%;
    }
    .nav-menue{
        display: none;
    }
    .footer-bottom{
        flex-direction:column-reverse;
        gap: 10px;
    }
    .nav-links{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        }
}

