@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

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

body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.801) !important;
    color: #FFFFFF;
    cursor: pointer;
}



/* Header part css start */

.menubar {
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 55px;
    background-color: #fafbfc;
}

ul {
    display: flex;
    list-style: none;
    align-items: center;
}

li {
    padding: 16px 25px;
}

li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #17181A;
}

.demo-btn button {
    padding: 11px 20px;
    background: rgba(0, 112, 240, 0.9);
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}


/* Header part css end */


/* Home section start */

.home {
    width: 100%;
    padding: 0 55px;
    display: flex;
    min-height: 100vh;

    background-color: #FAFBFC
}

.home-intro {
    padding-right: 195px;
    padding-top: 100px;
}

.home-intro h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: rgba(0, 112, 240, 0.9);
    padding-bottom: 8px;
}

.home-intro h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
    padding-bottom: 32px;
}

.home-intro h3 {
    color: #1F284F;
    padding-bottom: 17px;
}

.home-intro p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-feature-settings: 'liga' off;
    color: #17181A;
    padding-bottom: 32px;
}

.download-btn {
    padding: 11px 20px;
    background: rgba(0, 112, 240, 0.9);
    border: 1px solid rgba(0, 112, 240, 0.9);
    border-radius: 30px;
    color: #FFFFFF;
}

.home-btns .demo-btn {
    padding: 11px 20px;
    background: #3CBA79;
    border: 1px solid #3CBA79;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

.home-img {
    width: 540px;
    height: 540px;
    background: #AFD1F8;
    border-radius: 50%;
    top: 45px;
    position: relative;
}

.home-sheetimg {
    position: absolute;
    right: -45px;
    padding: 82px 19px 83px 60px;
}

.small-home-img {
    display: none;
}

/* Home section end */



/* Compamies section Start */

.our-customer-companies {
    padding: 80px 0;
}

.our-customer-companies h4 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #1F284F;
}

.companies {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

/* Companies Section End  */


/* product-feature section start */

.productfeatures {
    background: #E5E5E5;
    padding: 75px 0;
}

.productfeatures h4 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
    padding-bottom: 48px;
}

.product-feature-lists {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.products {
    width: 350px;
    height: 148px;
    display: flex;
    flex-direction: column;
}

.products img {
    margin: 0 auto;
    padding-bottom: 24px;
}

.products h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #18191F;
    padding-bottom: 8px;
}

.products p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #575757;
}

.product-list2 {
    padding-top: 60px;
}

/* product-feature section end */

/* form and offer section start */

.white-card {
    height: 550px;
    display: flex;
    justify-content: center;
}

.offer-text {
    padding-right: 149px;
    padding-top: 155px;
}

.blue-card {
    height: 200px;
    background: #1F384F;
}

form {
    width: 500px;
    height: 675px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    margin-top: 32px;
    padding: 18px 32px 18px 32px;
}

.offer-text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    font-feature-settings: 'liga' off;
    color: rgba(0, 112, 240, 0.9);
    padding-bottom: 24px;
}

.offer-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
    padding-bottom: 24px;

}

.offer-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #575757;
}

.first-row {
    display: flex;
    gap: 20px;
    padding-bottom: 16px;
}

.first-row input {
    width: 207px;
    height: 48px;
}

form label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #515458;
}
form input[type="text"]{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    padding: 12px;
}
form input {
    background: #FFFFFF;
    border: 1px solid #B7BFC7;
    border-radius: 5px;
    width: 100%;
    height: 48px;
}

.form-control {
    padding-bottom: 16px;
}

::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    padding: 12px;
}

.Challenge input {
    height: 90px;
}

.checkbox-label h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    padding: 20px 0;
}

.checkbox-label input {
    height: 15px;
    width: 15px;
}

.checkbox-label label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #828282;
    padding-right: 5px;
}

.checkboxes {
    display: flex;
    gap: 9px;
}

.checkbox-label {
    padding-bottom: 18px;
}

.form-btn {
    background: rgba(0, 112, 240, 0.9);
    border: 1px solid rgba(0, 112, 240, 0.9);
    border-radius: 30px;
    padding: 12px 24px;
    color: #FFFFFF;
}

.blue-card {
    position: relative;
    z-index: -1;
}

.blue-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 112, 240, 0.9);
    opacity: 0.3;
    left: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.input-checked:checked+.label-checked {
    color: #17181A;
}

/* form and offer section end */

/* support section start */

    .support{
        display: flex;
        background: #E5E5E5;
        width: 100%;
        min-height: 100vh;
        padding: 50px;
        gap: 50px;
    }
    .support-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 25px;
    }
    .support-text h3{
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        font-feature-settings: 'liga' off;
        color: #1F284F;
        padding-bottom: 32px;
    }
    .support-text h4{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: #575757;
    }
    .support-paragraph{
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .support-img{
        display: flex;
        width: 100%;
        position: relative;
    }
    .suport-img1 img{
        position: absolute;
        top: 50%;
        left: 0;
        height: 310px;
        left: 15%;
        z-index: 1;
    }
    .suport-img2 img{
        position: absolute;
        right: 10%;
        height: 400px;
    }

/* support section end */

/* Download Nmis part1 start */
    .download-nmis-page{
        background: #E5E5E5;
   
    }
    .download-page{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 95px;
        padding: 80px 80px 80px 80px;
    }
    .download-info{
        width: 50%;
        height: 650px;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
        border-radius: 14px;
        padding: 24px;
    }
    .faq{
        display: flex;
        gap: 200px;
        align-items: center;
        padding: 19px 0;
    }
    .download-info h4{
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        font-feature-settings: 'liga' off;
        color: #1F284F;
        padding-bottom: 32px;
    }
    .download-info p{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: #575757;
    }
    .download-info a{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: rgba(0, 112, 240, 0.9);
    }
    .download-info h3{
        padding-bottom: 32px;
    }
    .download-btn1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
    }
    .download-btn1 a{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: rgba(0, 112, 240, 0.9);
    }
    .download-btn1 label{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #17181A;
    }
    .email{
        width: 100%;
        height: 48px;
        background: #FFFFFF;
        border: 1px solid #B7BFC7;
        border-radius: 8px;
    }
    .download-checkbox{
        padding-top: 32px;
    }
    .download-page .download-btn{
        background: #3CBA79;
        border: 1px solid #3CBA79;
    }
    .frequenty-que h1{
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #1F284F;
        padding-bottom: 35px;
        padding-top: 50px;
    }
    .faq p{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #17181A;
    }


/* Download Nmis part1 end */


/* Download NMis Part 2 start */

    .download-page2{
        background: #FAFBFC;
    }
    .nmis-page2{
        display: flex;
        padding: 75px;
        gap: 97px;
    }

    .our-support{
        display: flex;
        padding-top: 32px;
    }
    .download-info2{
        padding-top: 45px;
    }
    .download-info2 h4{
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        font-feature-settings: 'liga' off;
        color: #1F284F;
        padding-bottom: 32px;
    }
    .download-info2 p{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: #575757;
    }
    .download-info2 a{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: rgba(0, 112, 240, 0.9);
    }
    .our-support1 h2{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        font-feature-settings: 'liga' off;
        color: #18191F;
        padding-top: 16px;
        padding-bottom: 8px;
    }
    .our-support1 p{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        font-feature-settings: 'liga' off;
        color: #575757;
        padding-bottom: 28px;
    }
    .our-support1 button{
        padding: 14px 24px;
        color: rgba(0, 112, 240, 0.9);
        border: 1px solid rgba(0, 112, 240, 0.9);
        border-radius: 18px;
    }
/* Download NMis Part 2 end */
/* Footer part */

footer{
    background: #FAFBFC;
    padding: 84px 100px 0 150px;
}
.title p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #515458;
    padding: 22px 0 2px 0;
}
.social-icon{
    width: 24px;
    height: 24px;
    border: 1px solid #515458;
    border-radius: 24px;
}
.isoimg{
    padding-bottom: 24px;
}
.social-icon .fb-icon{
    padding: 5px 3px 3px 8px;  
}
.social-icon .tw-icon{
    padding: 6px 0 10px 6px;  
}
.social-icon .linkdin-icon{
    padding: 8px 5px 10px 8px;  
}
.social-icon .instagram-icon{
    padding: 5px 6px 10px 6px;  
}
.social-media-icons{
    display: flex;
    padding-left: 20px;
    gap: 8px;
}
.footer-1{
    display: flex;
    padding: 44px 0; 
}
.opmentek-features{
    padding-left: 100px;
}
.opmentek-features h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #17181A;
    padding-bottom: 24px;
}
.opmentek-features a{
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #515458;
}
.opmentek-features p{
    padding-bottom: 24px;
}
.supports{
    padding-left: 20px;
}
.support-list{
    display: flex;
    gap: 18px;
    padding-bottom: 20px;
    align-items: center;
}
.support-list span{
    color: #515458;
}
.support-list h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #17181A;
    font-feature-settings: 'salt' on, 'liga' off;
}
.supports h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 26px;
color: #17181A;
padding-bottom: 27px;
}
.footer-2{
    display: flex;
    padding: 44px 0; 
}
.copyright{
    display: flex;
    justify-content: space-between;
   padding: 34px 0;
   flex-wrap: wrap;
}
.copyright p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
text-align: right;
}
.feature-list img{
    display: none;
}














/* Media Query */


/* 1024px */

@media screen and (max-width:1024px) {
    .home {
        flex-direction: column-reverse;
        align-items: center;
    }

    .menubar {
        display: block;
    }

    nav li,
    nav button {
        display: none;
    }

    /* header-home end */


    .companies-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Companies css end */


    .product-feature-lists {
        flex-direction: column;
        align-items: center;
    }

    /* product-feature css end */


}


/* ---------------------------------- */

@media screen and (max-width:1050px) {

    .offer-and-form{
        width: 100%;
        min-height: 100vh;
    }
    .blue-card{
        display: none;
    }
    .offer-text{
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .offer-text h2{
        padding: 0;
        font-size: 16px;
        line-height: normal;
    }
    .offer-text p{
        padding: 0;
    }
    .offer-text h3{
        padding: 0;
        line-height: normal;
        font-size: 18px;
    }
    .offer-text p{
        font-size: 10px;
        line-height: normal;
    }
    /* offer and form end */

    .support{
        padding-top: 50px;
        flex-direction: column-reverse;
    }
    .support-img{
        position: static;
        flex-direction: column;
        align-items: center;
    }
    .suport-img1 img{
        position: static;
        width: 350px;
        height: 250px;
    }
    .suport-img2 img{
        width: 350px;
        height: 250px;
        position: static;
    }
    /* suport end */

    .download-page{
        flex-direction: column;
    }
    .download-info{
        width: 100%;
    }
/* Downloadpage1 end */

    .nmis-page2{
        flex-direction: column;
    }

   

}



/* ------------------------------------ */


/* 768px */

@media screen and (max-width:768px) {
    header {
        padding-bottom: 25px;
    }

    .home-img {
        display: none;
    }

    .home-intro {
        padding: 25px;
    }

    .small-home-img {
        display: block;
        width: 100%;
    }
    /* header-home end */
    
    .offer-text{
        display: none;
    }
    .blue-card{
        display: block;
    }
    /* offer and form end */
    /* footer start */
    footer{
        padding: 32px 16px;
    }
    .quality-social-media{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 49px 0;
    }
    .footer-1{
        padding: 0;
        flex-direction: column;
    }
    .footer-2{
        padding: 49px 0 0 0;
        flex-direction: column-reverse;
    }
    .support{
        padding-top: 49px;
        padding-left: 0;
    }
    .opmentek-features{
        padding: 0 0 16px 0;
    }
    .opmentek-features p{
        display: none;
        padding-bottom: 0;
    }
    .isoimg{
        padding-bottom: 0;
    }
    .isoimg img{
        width: 101px;
        height: 44px;
    }
    .feature-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .feature-list img{
        display: block;
    }
    .open p{
        display: block;
        padding-top: 16px;
    }
    .footer-logo {
        width: 129px;
        height: 22px;
    }
    .opmentek-features h3{
        padding-bottom: 0;
    }
/* footer end */


}

/* -------------------------------------------- */


/* 440px */
@media screen and (max-width:440px) {
    nav {
        padding: 25px;
    }

    .home {
        padding: 25px;
    }

    .home-intro h1 {
        font-size: 40px;
    }

    .home-intro p {
        font-size: 14px;
        line-height: 20px;
    }

    .home-intro h6 {
        font-size: 12px;
    }

    .home-btns {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* home and header end */


    .companies-list {
        display: flex;
        flex-direction: column;
    }

    /* Companies css end */


    .productfeatures {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products h2 {
        font-size: 20px;
    }

    .products p {
        font-size: 15px;
        line-height: 15px;
    }

    /* product-list css end */

}

/* ---------------------------------------- */

/* 500px */

@media screen and (max-width: 500px) {
    .offer-and-form{
        width: 100%;
        padding: 0;
    }
    form{
        padding: 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
        border-radius: 7px;
        margin-top: 0;
    }
    .first-row {
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding-bottom: 6px;
    }
    
    .first-row input {
        width: 100%;
        height: 28px;
    }
    
    form label {
        font-size: 12px;
        line-height: 12px;  
    }
    form input[type="text"]{
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        padding: 12px;
    }
    form input {
        border-radius: 5px;
        width: 100%;
        height: 28px;
    }
    
    .form-control {
        padding-bottom: 6px;
    }
    
    ::placeholder {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        padding: 6px;
    }
    .Challenge input {
        height: 75px;
    }
    
    .checkbox-label h5 {
        font-size: 10px;
        line-height: 12px;
        padding: 5px 0;
    }
    
    .checkbox-label input {
        height: 12px;
        width: 12px;
    }
    
    .checkbox-label label {
        font-size: 11px;
        line-height: normal;
        letter-spacing: 0.02em;
        color: #828282;
        padding-right: 15px;
    }
    
    .checkboxes {
       display: block    
    } 
    
    .checkbox-label {
        padding-bottom: 10px;
    }
    /* form - offer css end */

    .download-page{
        width: 100%;
        padding: 0;
    }

}

/* 600px */

@media screen and (max-width:600px) {
    .download-page{
        width: 100%;
        padding-bottom: 0;
        gap: 0;
    }
    .download-info{
        width: 100%;
        padding: 10px;
    }
    .download-info h4{
        padding-bottom: 6px;
        font-size: 22px;
        line-height: normal;
    }
    .download-info h3{
        padding-bottom: 6px;
    }
    .download-info p{
        font-size: 15px;
        line-height: normal;
    }
    .download-info .download-btn1{
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .download-checkbox{
        padding: 0;
    }
    .radio label{
        font-size: 12px;
    }
    .radio a{
        font-size: 12px;
    }
    .download-info button{
        width: 100%;
    }
    .faq{
        gap: 0;
    }
    .downloadimg img{
        width: 100%;
    }
    .nmis-page2{
        padding: 25px;
        gap: 0;
    }
    .our-support{
        flex-direction: column;
        padding: 0;
        gap: 10px;
    }
    .frequenty-que{
        padding: 10px;
    }

}
/* 380px */
@media screen and (max-width:380px) {
    footer{
        padding: 15px 5px 15px 5px;
    }
    .copyright{
        gap: 25px;
    }
    hr{
        display: block;
    }
}




@media screen and (max-width: 1150px) and (min-width:768px) {
    footer{
     padding: 25px;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
    }
    .footer-1,.footer-2{
     padding: 25px;
    }
    .opmentek-features{
     display: none;
    }
    .copyright{
     flex-direction: column;
     justify-content: center;
     align-items: center;
    }
    hr{
     display: none;
    }
 }