@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

body {
    font-family: "Figtree", sans-serif;
}

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

.semi-bold {
    font-weight: 600
}

/* Header */


.header-wraper {
    max-width: 1186px;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}

.password-icon {
    width: 55px;
    height: 55px;
}

.password-icon img {
    width: 100%;
    height: 100%;
}

.header-wraper p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin: 3px 0 0 9px;
    font-family: 'Figtree' !important;
}

/* section 1 */

.frist-section {
    padding: 0 10px;
}

.atf-container {
    max-width: 1186px;
    width: 100%;
    padding: 0 10px;
}

.wrapper {
    max-width: 1326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 80px 10px 80px;
    border-radius: 20px;
}
#chrome-section .wrapper{
    background: rgba(50, 101, 247, .05);   
}
.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content {
    max-width: 495px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*padding: 41px 0 0 0; */
}

.atf-img {
    max-width: 491px;
    min-width: 491px;
    width: 100%;
   /* display: flex; */
    justify-content: center;
   /* box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08); */
    margin: 30px 0 0 0;
}

.atf-img img {
    width: 100%;
}

.content .atf-heading-bold {
    color: #3265f7;
    font-size: 60px;
    font-weight: 600;
}

.content h1 {
    color: #000;
    font-family: Figtree;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px;
}

.content h2 {
    font-family: Figtree;
    max-width: 486px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.36px;
    margin: 10px 0 30px;
    text-align: left;
    color: rgba(0, 0, 0, .6);
}

.atf-button {
    width: 372px;
    height: 90px;
    border-radius: 9px;
    background: #3265f7;
    box-shadow: 0 4px 25px 2px rgba(255, 255, 255, .25);
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.atf-btn {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    color: #fff !important;
    letter-spacing: -.56px;
}

.atf-btn span:last-child {
    margin-left: 9px;
}

.content p {
	text-align: center !important;
    margin: 10px 150px 10px 65px;
    font-weight: 400;
    font-size: 14px;
    color: #939393;
}

/* section 2 */
.second-section {
    padding: 50px 0px;
    margin: 50px;
}

.main-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.concept {
    width: 33%;
    padding: 14px;
    text-align: center !important;
}

.concept-icon {
    width: 80px;
    height: 80px;
    padding: 10px;
    background: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, .8) 100%) !important;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin: 0 auto;
    font-weight: 600 !important;
}

.concept-content {
    margin-top: 14px;
    padding: 0px 10px;
    color: #363d47;
    font-size: 20px;
}

.concept-content p {
    margin-top: 6px;
    color: #69708b;
    font-weight: 300;
    font-size: 16px;
}

/* section 3 */
.third-section {
    background-color: rgba(233,236,241,.4);
}

.strengthen-content {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}

.strengthen-content .atf-heading-bold {
    color: #3265f7;
    font-size: 48px;
    font-weight: 600;
}

.strengthen-content h1 {
    color: #000;
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -.96px;
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.main-wraper {
    text-align: center;
    padding: 110px 0px;
}

.strengthen-content p {
    max-width: 838px;
    width: 100%;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.36px;
    margin: 12px auto 0;
    padding: 0 10px;
}

.fristbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fristbox:nth-child(2){
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.fristbox:nth-child(3){
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.ml-0{
    margin-left: 0 !important;
}
.easy-to-use{
    padding: 52px 0 0 0;
    margin: 0 10px 0 0 !important;
}

.frist-img img {
    width: 100%;
    height: auto;
}

.frist-content {
    max-width: 495px;
    text-align: left;
    margin-left: 30px;
}

.main-digital-seqrity {
    padding: 100px 0px;
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
}

.feature-logo {
    width: 68px;
    height: 68px;
    background-color: #f7e5e3 !important;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.feature-logo-second {
    width: 72px;
    height: 72px;
    color: #6ae6ab;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.efficient-content {
    padding: 52px 0px 0px 0px !important;
}
.frist-content span {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin: 32px 0px 0px 0px; 
    display: block;
}

.frist-content p {
    color: rgba(0, 0, 0, .6);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.36px;
    margin: 14px 0 0 0;
}

.feauter-button {
    width: 320px;
    padding: 26px 0px;
    border-radius: 9px;
    background: #3265f7;
    box-shadow: 0 4px 25px 2px rgba(255, 255, 255, .25);
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 30px 0px 0px 0px ;
    height: 80px;
}

.feauter-button span {
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.feauter-button span {
    margin-right: 9px;
}

/* PDF View */
.btn {
    background-color: transparent;
    border: none;
    margin: 4px;
    font-size: 22px;
}

.getList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.modal-content .wrapper{
    padding: 0px;
    background: rgba(50, 101, 247, .05);

}

.pdf-section {
    width: 30%;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ;
}
.getList .pdf-section:last-child{
    height: 50%;
}

.pdf-title {
    text-align: center;
    color: #3265f7;
    font-size: 40px;
    font-weight: bold;
}

.pdf-head {
    width: 100%;
    padding: 30px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
    background-color: #3265f7;
    border-radius: 16px 16px 0px 0px;
    color: #fff;
    font-size: 26px;
}
.main-pdf{
    padding: 30px 20px 20px 20px ;
}

/* model css  */

#exampleModal1 .modal-dialog h1 {
    color: #2270f2;
}

#exampleModal1 .modal-dialog #backToPopup1 {
    padding-left: 20px;
    font-size: 24px;
    cursor: pointer;
    text-align: left;
    display: block;
    float: left;
}



#exampleModal1 .modal-dialog #exampleModalLabel {
    font-weight: 700;
}

#popup ul {
    list-style: none;
    padding: 0;
    padding: 20px;
}

#popup .modal-body {
    padding: 40px 0;
}

#popup ul li {
    cursor: pointer;
    line-height: 50px;
    border-radius: 9px;
    margin-bottom: 5px;
    padding-left: 20px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    color: #000;
    border: 90%;
    transition: all .2s ease-in-out;
}

#popup ul li:last-child {
    border: none;
}

#popup .listCard,
#popup_2 .listCard {
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.4);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-header h1 {
    margin: 0 auto;
}

.btn-close {
    font-size: 30px;
    border: none;
    background-color: transparent;
    margin: 0;
    font-weight: 300;

}


.mainHeading h1 {
    color: #2270f2;
    text-align: center;
}

.mainHeading span {
    font-size: 24px;
    color: #2270f2;
    font-weight: 600;
}

#popup .title,
#popup_2 .title {
    background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
    color: #fff !important;
    padding: 30px;
    letter-spacing: 2px;
    text-align: start;
    padding-left: 30px;
}

#popup .title h4 {
    margin: 0;
}

#popup_2 .title {
    background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
}

#popup_2 .title p {
    letter-spacing: 0;
    margin: 0;
    font-size: 16px;
}

#popup ul li i {
    margin-right: 10px;
    font-size: 10px;
    padding: 5px;
    background-color: #6798ee;
    border-radius: 50px;
    color: #fff;
    transition: all .2s ease-in-out;
}

#popup ul li:hover {
    font-weight: 700;
    background-color: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}

#popup ul li:hover i {
    background-color: #2270f2;
}

#popup h4 {
    margin-bottom: 10px;
}

#popup_2 #fileUpload1 input {
    font-weight: 600;
    width: 98px;
    overflow: hidden;
    background-color: transparent;
    color: #2270f2;
    display: inline;
    transition: all .3s ease-in-out;
}

input#file1::file-selector-button {
    background-color: transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 0;
    color: #2270f2;
}

#fileUpload1:hover input#file1::file-selector-button {
    color: #fff;
}

#popup_2 #fileUpload1:hover input {
    color: #fff;
}

#popup_2 .button-section {
    padding: 100px 0 70px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

#popup_2 .fileBtn {
    position: relative;
    border-radius: 0;
    font-weight: 600;
    background-color: #fff;
    transition: all .3s ease-in-out;
    z-index: 99;
    padding: 8px 20px;
    color: #2270f2;
}

.file {
    display: flex;
    align-items: center;
    text-transform: uppercase !important;
    cursor: pointer;
}

.convert {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;

}


#popup_2 #ConvertFiles {
    height: 0px;
    overflow: hidden;
    padding: 0;
}

#popup_2 #ConvertFiles.showBtn {
    height: auto !important;
    overflow: hidden;
    padding: 8px 20px !important;
    font-size: 16px;
    text-transform: uppercase;
}

#popup_2 #ConvertFiles2 {
    height: 0px;
    overflow: hidden;
    padding: 0;
}

#popup_2 #ConvertFiles2.showBtn {
    height: auto !important;
    overflow: hidden;
    padding: 8px 20px !important;
}

#popup_2 #ConvertFiles3 {
    height: 0px;
    overflow: hidden;
    padding: 0;
}

#popup_2 #ConvertFiles3.showBtn {
    height: auto !important;
    overflow: hidden;
    padding: 8px 20px !important;
}

#popup_2 .fileBtn:before {
    transition: all .5s ease-in-out;
    content: '';
    position: absolute;
    background-color: #2270f2;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    z-index: -1;
}

#popup_2 .fileBtn:after {
    transition: all .5s ease-in-out;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: #2270f2;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
}

#popup_2 .fileBtn:hover {
    color: #fff;
}

#popup_2 .fileBtn:hover:before {
    width: 100%;
    height: 100%;
}

#popup_2 .fileBtn:hover:after {
    width: 100%;
    height: 100%;
}

#popup_2 .fileBtn .file-icon {
    margin-right: 10px;
}

#popup_2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#popup_2 ul li {
    border-top: 2px solid #d9d9d9;
    padding: 20px 0;
    color: #000;
}

#popup_2 ul li input {
    outline: 1px solid #000;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
}

#popup_2 ul li:hover {
    background-color: #fff !important;
}

@media (max-width : 1450px) {
    #exampleModal1 .modal-dialog {
        margin: 20px !important;
    }
}

@media (max-width : 991px) {
    #popup_2 .modal-header h1 {
        line-height: 30px;
    }

    #popup_2 .modal-header span {
        font-size: 20px;
    }
}

@media (max-width : 524px) {
    #popup_2 .modal-header h1 {
        line-height: 25px;
    }

    #popup_2 .modal-header span {
        font-size: 16px;
    }
}

.dropdown-menu li {
    padding: 0 !important;
}

.loader4 {
    position: absolute;
    top: 50%;
    left: 49%;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: #3659db;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: #3659db;
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
    z-index: 99999;
}

.btn:active {
    border: none !important;
}

#closeAlert,
#closeAlert2 {
    cursor: pointer;
}

.alert2 {
    width: 100%;

}

.alert2-content {
    width: 50%;
    background-color: #f8d7da;
    margin: 0px auto 22px;
    border: 1px solid #f1aeb5;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

@keyframes loader4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* extra css */
button {
    margin: 0.75rem;
    padding: 0.25rem;
    cursor: pointer;
}

.modal-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1000;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);

}

.modal-popup .modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}

.modal-popup .modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.modal-content-popup {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 70%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    top: 30px;
}

.modal-popup .modal-show .modal-content-popup {
    animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal-popup .modal-hide .modal-content-popup {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-content-popuph1 {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-content-popup p {
    margin: 1rem 0;
    line-height: 1.5rem;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    user-select: none;
}

.modal-close:hover,
.modal-close:focus {
    color: rgba(0, 0, 0, 0.5);
}


/* extra css custome */

.row {
    display: flex;
}

.password-div {
    margin: 0 auto;
    width: 70%;
}

.Decrypt {
    width: 20%;
    padding: 8px;
}

.Decrypt input {
    outline: 1px solid #000;
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.Decrypt label {
    font-size: 16px;
}

.bedge {
    background-color: #6c757d;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.Decrypt-content {
    width: 40%;
    padding: 8px;
}

.Decrypt-content p {
    margin: 0px 0px 16px 0px;
}

.Compress {
    width: 20%;
    padding: 8px;
}

.Compress select {
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: 5px;
}
.space{
    padding: 4px 0px;
}
.mainHeading{
    width: 95%;
    text-align: center;
}
/* footer */
footer{
    width: 100%;
    background-image: repeating-radial-gradient(circle at 10%, transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
    background-color: #3265f7;
    padding: 40px;
    margin-top: 80px;
}
footer{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.footer-text{
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.footer-text p{
    margin: 0 auto;
    text-align: center;
    color:white;
    font-size: 18px;
}
.footer-text p:nth-child(1){
    line-height: 2.0;
}
.footer-text p:nth-child(2){
    line-height: 1.4;
}
.footer-links{
    padding: 15px;
}
.footer-links ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-links ul li{
    list-style: none;
}
li a{
    text-decoration: none;
    color:white;
    margin: 0px 10px;
    font-size: 18px;
}
li  span{
    color: white;
}
#popup{
    width: 100%;
    padding: 40px;
}
#popup_2{
    display: none ;
}
.main-section{
    display: none;
    margin-top: 80px;
}

/* firefox popup */

.main_box {
    width: 800px;
    position: absolute;
    background-color:white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px 50px;
    z-index: 0;
    border-radius: 10px;
    border: 1px solid lightgray;
    box-shadow: 3px 3px 5px 3px #8b8b8b;
}

.main_box .logo {
    width: 415px;
}

.main_box .chrome_img {
    width: 200px;
}

.main_box h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
}

.main_box ul {
    margin-left: 247px;
}

.main_box ul li {
    list-style: none;
    color: #666666;
    margin: 10px 0px;
    font-size: 16px;
}

.main_box ul li span {
    font-weight: 600;
}

.main_box p {
    font-size: 16px;
    margin: 20px 0 !important;
    line-height: 1.5;
}

.main_box a {
    text-decoration: none;
    font-size: 16px;
}

.main_box .btn {
    text-decoration: none !important;
    display: inline-block !important;
    padding: 30px 100px !important;
    font-size: 40px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2) !important;
    background: #3265f7 !important;
    border-radius: 12px !important;
    transition: all .3s !important;
    margin-bottom: 15px !important;
    margin: 10px 150px !important;
    font-family: "Figtree", sans-serif;
}

.main_box .btn:hover {
    background-color: #54b723 !important;
    transform: scale(1.1) !important;
}

.already_btn {
    text-decoration: none !important;
    display: inline-block !important;
    color: #fff !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2) !important;
    background: #54b723 !important;
    border-radius: 12px !important;
    transition: all .3s !important;
    margin-bottom: 15px !important;
    margin: 10px 170px !important;
    padding: 30px 65px !important;
    font-size: 26px !important;
}
.main_box p {
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
  }
  .main_box h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    text-align: center;
  }
  .main_box ul li span{
    font-weight: 600;
    color: #666666;
  }