/*header style start here*/
/* *, */
::after,
::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: 'Mantserrat-Regular'; */
}
:root{
    --blue: #053EFF;
    --white: #FFFFFF;
    --red-font: #FE4519;
    --black: #222222; 
    --gray: #e3e3e3;
    --pblack:#262626;
}
@font-face {
    font-family: 'Mantserrat-thin';
    src: url('/assets/fonts/Montserrat-Thin.ttf');

    font-family: 'Mantserrat-Light';
    src: url('/assets/fonts/Montserrat-Light.ttf');

    font-family: 'Mantserrat-Medium';
    src: url('/assets/fonts/Montserrat-Medium.ttf');
    
    font-family: 'Mantserrat-Regular';
    src: url('/assets/fonts/Montserrat-Regular.ttf');

    font-family: 'Mantserrat-SemiBold';
    src: url('/assets/fonts/Montserrat-SemiBold.ttf');
}

body{
    width: 100%;
    font-family: 'Mantserrat-Regular';
    color: var(--pblack);
}
.PContainers{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.mains{
    width: 100%;
    width: 1050px;
}

 h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: 'Mantserrat-SemiBold';
}
p{
    font-size: 20px;
}
.h1{
    font-size: 40px;
    font-family: 'Mantserrat-SemiBold' ;
    color: var(--black);
    font-weight: 700 !important;
}
#red-span{
    color: var(--red-font);
    border-bottom: 4px solid var(--red-font);
}
.sub-img-cont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-Imgs{
    width: 100%;
    width: 946px;
    height: 346px;
    overflow: hidden;
    /* margin-left: 3rem; */
    border-radius: 30px;
}
.mobile{
    display: none;
}
.imgs{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#imgs{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* buttons */
.blueBtn{
    background-color: var(--blue) !important;
    color: var(--white);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 5px;
    transition: ease 0.5s;
}
.whiteBtn{
    background-color: var(--white);
    color: var(--blue);
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    transition: ease 0.5s;
}
.blueBtn:hover{
    background-color: #dad6d6;
}
.whiteBtn:hover{
    background-color: #dad6d6;
}
/* Nav */
.nav-container{
    width: 100%;
    background-color: white;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position:fixed;
    z-index: 999;
    box-shadow: 5px 5px 10px #22222279;;
}
.nav-container nav{
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo{
    max-width: 175px;
    max-height: 51.91px;
    overflow: hidden;
}
.nav-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
nav .main-menu{
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    transition: right 0.3s;
}
nav .main-menu a{
    text-decoration: none;
    color: black;
}
.main-menu a.active {
    color: var(--blue); /* Change to the desired color for the active link */
}
nav .main-menu .hover,
.servicebtn{
    font-weight: 600;
    font-size: 18px;
}
nav .main-menu .hover:hover,
.main-menu .dropdown .btns:hover{
    /* border-bottom: 3px solid var(--blue); */
    color: var(--blue);
}
nav .navbtn{
    padding: 10px 16px;
}

.main-menu .dropdown .btns{
    border: none;
    background-color: transparent;
    outline: none;
    /* color: var(--blue); */
}
.dropdown .dropdown-menu{
    border-radius: 25px;
    border: none;
    left: 0;
    padding: 25px ;
    top: 30px !important;
}
.dropdown .dropdown-menu a{
    font-size: 17px;
    padding: 5px;
}

.dropdown .dropdown-menu a:hover{
    color: var(--red-font);
    background-color: var(--white) !important;
}
.icon{
    display: none;
}
.icon i{
    font-size: 30px;
}
@media(max-width:800px){
    .icon{
        display: block;
        z-index: 100;
    }
    .icon .closs{
        display: none;
    }
    nav .main-menu{
        flex-direction: column;
        position: absolute;
        top: 7rem;
        padding-top: 20px;
        right: -120%;
        width: 100%;
        min-height: 100vh;
        justify-content: start;
        gap: 20px; 
        overflow: hidden;
        background-color: var(--white);
    }    
    ul.active {
        right: 0;
    }
    ul.active ~ .icon .open{
        display: none;
    }
    ul.active ~ .icon .closs{
        display: block;
    }
    .dropdown .dropdown-menu{
        left: -200px;
    }
}
header{
    margin-top: 0px;
    padding-top: 0px;
}
/* header style end here*/

/* article style start here*/
.articletxt h1{
    color: white;
    font-size: 40px;
    margin-bottom: 47px;
    font-weight: 700;
    
}

.atgrid{
    font-size: 20px;
    color: white;
   
    /* padding-top: 34px; */
}
.btnrequest{
    margin-top: 20px;
}
.btnrequest button a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.btnrequest button{
    background-color: #053EFF;
    border: none;
    /* font-family: 'montserrat-SemiBold'; */
   padding:17px 29px;
    margin-top: 38px;
    border-radius: 10px;
}
.btnrequest button:hover{
    background-color: rgb(64, 107, 250)
}

.atgrid{
    font-weight: 500;
    font-size: 17px;
}
.article{
    width: 100%;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    height: 840px;
    position: absolute;
    top: 0;
    left: 0;
   
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    
    /* padding-left: 16rem; */
}
.articletxt{
    width: 60%;
    margin-top: 13rem;
    text-align: center;
}



article{
    background: url('/assets/images/sub-servicebg2.png');
   background-repeat: no-repeat;
   background-size:cover;
   /* padding-top: 15em; */
   height: 840px;
}
.body{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bodybg{
    background-image: url('/assets/images/software-body-bg2.jpg');
    background-size: contain;
}
.center-body{
    width: 1020px;   
}
.maingrid h5{
    font-size: 20px;
    margin:70px 0 63px 0;
}
.bodycontent{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px;
}
.scoping{
    margin-top: 25px;
    font-size: 24px;
}
.softwareinner h1{
    font-size: 40px;
    margin:120px 0 108px 0;
    font-weight:bold;
    color: #262626;
}
.city{
    font-size: 20px;
    font-family: 'mantserrat-semibold';
}
.scop{
    font-size: 24px;
    font-family: 'montserrat-regular';
}
.grid1{padding-top: 63px;}

/* software */
.softflex{
    padding-top: 108px;
    max-width: 888px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
}
.grid1{
    padding-top: 53px;
}
.softgrid1{
    background: url(/assets/images/Rectangle\ 40.png);
    height: 200px;
    width: 337px;
    background-size: cover;
    color: white;
    border-radius: 20px;
   text-align: center;
}
.softgrid2{
    background: url(/assets/images/Rectangle\ 41.png);
    background-size: cover;
    height: 200px;
    width: 337px;
    color: white;
    border-radius: 20px;
   text-align: center;
}
.softgrid3{
    background: url(/assets/images/Rectangle\ 42.png);
    background-size: cover;
    height: 200px;
    width: 337px;
    color: white;
    border-radius: 20px;
    text-align: center;
}
.pro{
    margin-top: 135px;
    font-size: 16px;
}
.diffhead{
    font-size: 25px;
    margin-bottom: 72px;
    font-weight:bold;
    color: #262626;
}
.charm{
    display: flex;
    justify-content: start;
    align-items: center;
}
.charm img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.charm span{
    font-size: 24px;
}
.expertise-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 20px;
}
.diff{
    margin-top: 137px;
    margin-bottom: 60px;
}
/* main style ends here*/

/*fillform style start here*/
.fillform{
    background: url('/assets/images/service-form-section-bg.jpg');
    min-height: 1035px;
    background-repeat: no-repeat;
    background-size:cover;
    /* background-color: black; */
    color:white;
    padding-top: 20px;
    text-align: center;
}
.fillform .fill{
    max-width: 968px;
    text-align: left;
    margin-bottom: 13px;
}
.body .fill p{
    font-size: 24px;
    padding-right: 12rem;
    line-height: 50px;
}
.body form{
    background-color: var(--white);
    padding: 63px 33px;
    max-width: 852px;
    box-shadow: 5px 5px 20px #a5a3a3;
}
.inputs-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 26px;
    margin-bottom: 50px;
}
form #input,
form textarea,
select{
    width: 100%;
    padding: 10px 67px;
    font-size: 20px;
    border-radius: 5px;
    border:1px solid var(--gray);
    outline: none;
}
#checkbox-section{
    display: flex;
    justify-content: start; 
    align-items: center;
    gap: 10px;
    margin: 19px 0;
}
#checkbox-section input{
    width: 30px;
    height: 30px;
    border: 1px solid var(--gray);
}
#checkbox-section p{
    font: 20px;
    padding-top:10px;
    color: var(--pblack);
    /* color: var(--gray); */
}
form button{
    font-size: 20px;
    margin-bottom: 26px;
    padding: 20px 147px !important;

}
form #submitting{
    color: var(--pblack);
    padding: 0 15rem;
}
form p a{
    color: var(--blue);
    text-decoration: none !important;
}


/* section11 / Footer */

.section11{
    background-color: var(--black);
    padding: 70px  0;
    color: var(--white);
}
footer .footer-content-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-content{
    max-width: 298px;
}
.footer-content h5{
    font-weight: 600;
    color: var(--white);
    padding-bottom: 15px;
    font-size: 17px;
}
.footer-content ul{
    list-style-type: none;
    line-height: 30px;
    padding: 0;
}
.footer-content ul a{
    text-decoration: none;
    color: F6F6F6;
    cursor: pointer;
    font-size: 16px;
}
.footer-content ul a:hover{
    color:orange;
}
.footer-content ul a{
    text-decoration: none;
    color: var(--white);
}
.footer-content button{
    font-size: 20px;
    margin-top: 39px;
}
footer .copyrigth{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.mobileTopBorder{
    display: none;
}

/* .fillformbody{
    
} */
 @media (max-width:800px){
    p{
        font-size: 15px;
    }
    .content-Imgs {
        width: 100%;
        width: 296px;
        height: 281px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    
    .article{
        padding-left: 0;
        justify-content: center;
        align-items: start;
        height: 700px;
    }
    .articletxt{
        width: 90%;
        /* padding:75px 53px 0 34px; */
        text-align: left;
        /* margin-top: 9rem; */
    }
    .articletxt h1{
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .atgrid{
        font-size: 12px;
        padding-top: 24px;
        font-family: 'montserrat-thin';
    }
    .btnrequest{
        margin-top: 0;
    }
    .btnrequest button a{
        font-size: 16px;
    }
    .btnrequest button{
       padding:17.5px 26px;
        margin-top: 15px;
    }
    .atgrid{
        font-weight: 500;
        font-size: 17px;
    }
    article{
        background: url('/assets/images/softw-newnew.svg');
        background-size:cover;
        background-repeat: no-repeat;
        /* justify-content: start; */
        height: 688px;
        padding-top: 0;
    }
    
    .bodybg{
        background-image: url('/assets/images/software-body-bg2.jpg');
        background-size: contain;
    }
    .center-body{
        width: 100%;   
        max-width: 321;
        /* padding: 35px; */
    }
    .maingrid h5{
        font-size: 10px;
        text-align: center;
        margin:30px 0;
    }
    .bodycontent{
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 15px;
    }
    .bodycontent p{
        margin-top: 0;
        font-size: 14px;
    }
    .softwareinner h1{
        font-size: 20px;
        text-align: center;
        margin:89px 35px;
    }
    
    .softflex{
        padding-top: 0;
        max-width: 100%;
        gap: 16px;
    }
    
    .grid1{
        padding-top: 53px;
    }
    .softgrid1{
        background: url(/assets/images/Rectangle\ 40.png);
        height: 121px;
        width: 204px;
        background-size: cover;
        padding: 0;
    }
    .softgrid2{
        background: url(/assets/images/Rectangle\ 41.png);
        height: 121px;
        width: 204px;
    }
    .softgrid3{
        background: url(/assets/images/Rectangle\ 42.png);
        height: 121px;
        width: 204px;
    }
    .pro{
        margin-top: 81px;
        font-size: 10px;
    }
    .diff{
        margin: 41px 0 118px 0;
    }
    .diffhead{
        font-size: 2px;
        margin-bottom: 0;
        font-weight:bold;
        color: #262626;
        margin: 41px 0 61px 0 !important;
    }
    .expertise-grid{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .charm{
        justify-content: start;
        align-items: start;
    }
    .charm img{
        margin-right: 10px;
        width: 19px;
        height: 19px;
    }
    .charm span{
        font-size: 16px;
    }
    
    /* main style ends here*/
    /*fillform style start here*/
    .fillform{
        background: url('/assets/images/service-form-section-bg.jpg');
        min-height: 708px;
        background-repeat: no-repeat;
        background-size:cover;
        /* background-color: black; */
        color:white;
        padding-top: 20px;
        text-align: center;
    }
    .fillform.body{
        align-items: center;
        justify-content: start;
    }
    .fillform .body{
        align-items: start !important;
    }
    .fillform .fill{
        max-width: 968px;
        text-align: left;
        margin-bottom: 13px;
    }
    .body .fill p{
        font-size: 12px;
        padding: 0 30px;
        line-height: 25px;
    }
    
    .body form{
        background-color: var(--white);
        padding: 33px 26px;
        max-width: 332px;
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 0;
        margin-bottom: 45px;
        /* align-items: center; */
    }
    .body form h1{
        font-size: 20px;
    }
    .inputs-container{
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    form textarea{
        height: 80px;
    }
    .select{
        margin: 0;
        width: 100%;
        padding:18px;
    }
    form #input,
    form textarea,
    select{
    padding: 10px 17px;
    font-size: 14px;
    }
    #checkbox-section{
        margin: 15px 0;
    }
    #checkbox-section input{
        width: 24px;
        height: 24px;
    }
    #checkbox-section p{
        font: 14px;
    }
    form button{
        font-size: 14px;
        width: 170px;
        padding: 15px 20px !important;
    }
    form #submitting{
        font-size: 10px;
        padding: 0;
    }
    
    /* section11 / Footer */
    
    .section11{
        padding: 43px 0 82px 0;
        position: relative;
    }
    footer .footer-content-box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 51px;
    } 
    .footer-content{
        max-width: 298px;
    }
    .footer-content h5{
        font-weight: 600;
        color: var(--white);
        padding-bottom: 15px;
        font-size: 17px;
    }
    .footer-content ul{
        line-height: 50px;
        padding: 0;
    }
    .footer-content ul a{
        text-decoration: none;
        color: F6F6F6;
        cursor: pointer;
        font-size: 16px;
    }
    /* .footer-content ul a:hover{
        color:var(--blue);
    } */
    .footer-content ul a{
        text-decoration: none;
        color: var(--white);
    }
    .footer-content button{
        font-size: 16px;
        margin: 39px 0 32px 0;
    }
    footer .mobileTopBorder{
        display: block;
        border-top: 1px solid #686666;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 46.5%;
    }
    footer .mgn1{
        margin-bottom: 35px;
    }
    footer .mgn2{
        margin-top: 35px;
    }
    
    footer .copyrigth{
        /* width: 100%; */
        font-size: 8px;
        /* text-align: center; */
        margin-top: 144px;
    }
}