@import url('https://fonts.googleapis.com/css2?family=Jura:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    min-width: 100%;
    font-family: Segoe UI;
    background: rgb(247, 247, 247);
    overflow-x: hidden;
    font-size: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

img {}

.header {
    position: relative;
    background-color: #DBD8D9;
    background-position: center center;
    display: block;
    margin: 0px;
    padding: 25px 0;
    height: 80px;
    top: 0;
    border-bottom: 8px solid rgba(0, 141, 213, 0.6);
    /* font-family: Jura sans-serif; */
}

.logo1 {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    overflow-clip-margin: content-box;
    overflow: clip;
    margin-left: 20px;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.navigation--top>.menu-item-has-children>a {
    padding: 0 8px;
    position: relative;
    font-size: 14.5px;
    font-weight: 600;
}

.navigation--top>li>a {
    padding: 0;
    text-decoration: none;
    display: block;
}

.navigation--top a {
    color: #999999;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 3px 2px;
}

.intainer1 {
    display: flex;
    justify-content: space-between;
}

.ham_icon {
    display: none;
    color: #007bff;
}

.ham_icon>i {
    font-size: 2rem;
}

.hide_ul {
    display: none;
}

.menu_item {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: 0.5rem;
}

.menu_items {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu_items ul li {
    list-style: none;
    padding: 15px 25px;
}

.menu_items ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .navigation--main2 {
        display: none;
    }

    #menu-top-menu {
        font-size: 12px;
    }

}

@media (max-width: 850px) {
    .logo2 {
        display: none;
    }

    .ham_icon {
        display: block;
    }

    .menu_item {
        display: block;
    }
}

@media (max-width: 400px) {
    .logo1 img {
        max-width: 60vw;
        height: auto;
    }
}





/* ================ HeroComp sectiono Styling ================= */

.heroMainContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: rgba(222, 222, 222, 0.33); */
    /* border-radius: 0 0 8rem 8rem; */
    margin-top: -1.5rem;
    border: solid 2px transparent;
}

.hero_leftContaienr {
    width: 50%;
    /* padding: 10vh 0; */
    border: solid 2px transparent;
}



.hero_h3 {}

.hero_h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
}

.heroComp_desc {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.hero_rightContainer {
    border: solid transparent;
    /* width: auto;
    height: 100%; */
    width: 37%;
    height: 90%;
    background-color: #00428825;
    border-radius: 10%;
    position: relative;
}

.hero_rightImg_div {
    /* border: solid 2px transparent; */
    /* border: solid; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    /* margin: 1rem; */
    /* margin-top: 2rem; */
    width: 100%;
    mix-blend-mode: multiply;
}

.hero_rightImg_logo {
}

.hero_rightImg {
    width: 100%;
    object-fit: contain;
    /* border: solid 2px black; */
    /* margin-top: 0.8rem; */
}

.tesstimonials__btn_group {
    /* border: solid 2px red; */
    position: absolute;
    bottom: 1rem;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tesstimonials__btn {
    width: 2rem;
    height: 2rem;
    border: none;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #004288de;
    border: none;
    color: #fff;
}

/* .tesstimonials__btn:nth-child(2) {
    margin-left: 0.5rem;
} */

.tesstimonials__btn:hover {
    border: solid 2px #004288;
    background-color: transparent;
    color: #000;
}


/* ================  ProductSectionBox sectiono Styling ================= */

.navigation {
    position: fixed;
    z-index: 1;
    top: 0;
    background: #d9d9d9f9;
    width: 84%;
    height: auto;
    border-radius: 0 0 0.5rem 0.5rem;
    border-bottom: 4px solid rgba(0, 141, 213, 0.6);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: 1s;
    display: none;
    padding-top: 0.5rem;
    height: 2.8rem;
}

.navigation ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.navigation a {
    text-decoration: none;
    color: #000;
    font-size: 0.8rem;
}

.navigation a:hover {
    text-decoration: underline;
    color: rgb(47, 156, 234);
}

.active a {
    font-weight: 600;
    color: rgb(47, 156, 234);
    text-decoration: underline;
}

/* ================ Product Component sectiono Styling ================= */


.productContainer {
    /* border: solid 2px red; */
    background-color: #ebebeb93;
    border-radius: 2rem;
    padding-top: 2.5rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productCard_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1rem 0;
    position: relative;
}

.productCard {
    text-align: center;
    height: auto;
    color: #000;
    padding: 1rem 0.5rem;
    background: #D9D9D9;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productCard__p {
    /* border: solid 2px red; */
    width: 100%;
}

.productCard_a {
    position: relative;
}

.productCard:hover,
.productCard_a:hover .productCard {
    text-decoration: none;
    background: #e5e5e5;
}

.productContainer>h1 {
    font-weight: bold;
    font-size: 2.1rem;
    border-bottom: solid 4px black;
}

.productCard>h5 {
    margin-top: 1.5rem;
    /* border: solid 2px red; */
}

.productCard>p {
    /* border: solid 2px red; */
    font-size: 0.8rem;
    text-align: left;
    /* margin-top: 1rem; */
    padding-bottom: 1rem;
}

.productCard_img {
    width: 300px;
    height: 60px;
    object-fit: contain;
    transform: scale(1.4);
}

.learnMore_productCard {
    background-color: #07509e;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border: solid 2px transparent;
}

.learnMore_productCard:hover {
    background-color: #0060c7;
}


.learnMore_PopupButton {
    align-items: center;
    background-image: radial-gradient(100% 100% at 100% 0, #2e57c9 0, #345fd4 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    transition: box-shadow .15s, transform .15s;
    touch-action: manipulation;
    will-change: box-shadow, transform;
    font-size: 18px;
}

.learnMore_PopupButton:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.learnMore_PopupButton:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.learnMore_PopupButton:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}




/* ================ OurService sectiono Styling ================= */


.serviceContainer {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 0;
    background-color: rgba(224, 224, 224, 0.541);
    border-radius: 2rem;
}

.serviceContainer>h1 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2.1rem;
    border-bottom: solid 4px black;
}

.serviceCard_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1.5rem;
}

.serviceCard {
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.serviceCard_img {
    width: 8rem;
    padding: 1rem;
}

.serviceCard>h2 {
    font-weight: normal;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.serviceCard>p {
    font-size: 0.9rem;
}

.serviceCard_button {
    width: 6rem;
    border: none;
    background-color: #004288;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s;
    position: relative;
    text-align: left;
}

.serviceCard_button:hover {
    background-color: #0757ad;
}

.serviceCard_button>i {
    position: absolute;
    top: 30%;
    left: 60%;

}

.serviceCard_button:hover>i {
    margin-left: 5px;
}


/* Neutrik News Components Section styling */

.newsContainer {
    /* border: solid 2px red; */
    padding-top: 1.1rem;
}

.newsContainer>h1 {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem 0;
    text-decoration: underline;
}

.newsCardContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.newsCard {
    padding: 1rem;
    padding-bottom: 2rem;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 0.5px 0.5px 0px;
    transition: 1s;
    border-radius: 1rem;
    /* cursor: pointer; */
    /* border: solid 2px red; */
    position: relative;
}

.newsCard:hover {
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}

.newsCard:hover .newsCardImg {
    transform: scale(1.1);
}

.newsImgDiv {
    overflow: hidden;
    border-radius: 1rem;
}

.newsCardImg {
    width: 100%;
    transition: 0.5s;
    border-radius: 1rem;
}

.newsCard>h1 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1rem 0;
}

.newsCard>p {
    font-weight: 400;
    border: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsCard>a {
    position: absolute;
    bottom: 0.5rem;
    left: 0.75rem;
    text-decoration: none;
    font-size: 0.8rem;
    color: #fff;
    background-color: #3e75b1;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    margin-top: 2rem;
    transition: 0.75s;
}

.newsCard>a:hover {
    border: solid 1px #3e75b1;
    background-color: transparent;
    color: #004288;
}




/* ================ Footer sectiono Styling ================= */

.footer__mainContainer {
    /* border: solid 2px green; */
    padding: 3rem 8%;
    background: #dbd8d9;
}

.footer_container {
    /* border: solid 2px red; */
    width: 100%;
    background: #dbd8d9;
    font-size: calc(100% - 5%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* padding: 2rem 3rem; */
    padding: 0 8%;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div {
    /* border: solid; */
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 3%;
}

.footer_download_div a,
.footer_download_div a,
.footer_solutionLink_div a,
.footer_contact_div a {
    color: #008dd5;
    margin-top: 0.5rem;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div span {
    color: black;
}

.copyright {
    /* border-top: 8px solid rgba(0, 141, 213, 0.6); */
    text-align: left;
    font-size: 12px;
    padding-left: 8%;
    background: #DBD8D9;
}



@media only screen and (max-width: 768px) {


    .footer_container {
        grid-template-columns: 1fr 1fr;
    }


    .footer_contact_div {
        margin-top: 3rem;
    }
    .copyright {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 668px) {}

@media only screen and (max-width: 600px) {
    .footer_container {
        grid-template-columns: 1fr;
    }

    .footer_solutionLink_div {
        margin-top: 3rem;
    }
}

/*==================== media querry for Mobile and Tablets====================== */


@media only screen and (max-width: 1920px) {
    .hero_h1 {
        font-size: 3rem;
    }
    .heroMainContainer {
    }
    .hero_leftContaienr {
        padding: 13vh 0;
    }
    .hero_rightContainer {
        width: 34%;
    }
}

@media only screen and (max-width: 1440px) {
    .heroMainContainer {
        margin-top: -2.5rem;
    }
    .hero_h1 {
        font-size: 2.5rem;
    }
    .hero_leftContaienr {
        padding: 10vh 0;
    }
}

@media only screen and (max-width: 1220px) {
    .heroMainContainer {
        margin-top: -2.5rem;
    }
    .hero_h1 {
        font-size: 2.5rem;
    }
    .hero_leftContaienr {
        padding: 10vh 0;
    }
    .hero_rightContainer {
        margin: 0;
        padding: 0;
        width: 40%;
    }
}

@media only screen and (max-width: 1075px) {
    .heroMainContainer {
        margin-top: -2.5rem;
    }

    .hero_h1 {
        font-size: 1.8rem;
    }
    
    .hero_leftContaienr {
        padding: 10vh 0;
    }

    .hero_rightContainer{
        width: 45%;
    }

    .productCard_grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_contact_div {
        margin-top: 3rem;
    }

}

@media only screen and (max-width: 1024px) {
    .heroMainContainer {
        margin-top: -3rem;
        
    }
    .hero_leftContaienr {
        padding: 10vh 0;
    }
    .hero_h1 {
        font-size: 1.5rem;
    }
    .serviceCard_container {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 820px) {
    .hero_h1 {
        
    }
    .sectionBox_contaienr>a {
        padding: 1rem 2.5rem;
    }
}

@media only screen and (max-width: 768px) {

    .hero_h1 {
        font-size: 2.5rem;
    }

    .hero_button {
        font-size: 0.8rem;
        padding: 0.6rem 0.95rem;
    }

    .heroMainContainer {
        flex-direction: column;
        align-items: center;
    }

    .hero_leftContaienr {
        width: 100%;
        padding: 1rem 0;
    }

    .hero_rightContainer {
        width: 90%;
    }

    .hero_rightImg_div {
        margin-top: 0.5rem;
    }

    .sectionBox_contaienr>a {
        padding: 1rem 2rem;
    }

    .serviceCard_container,
    .solution_cardContainer {
        grid-template-columns: 1fr;
    }
    .serviceCard_container {
        grid-template-columns: 1fr 1fr;
    }

    .newsCardContainer {
        grid-template-columns: 1fr 1fr;
    }

    .footer_container {
        grid-template-columns: 1fr;
    }

    .footer_solutionLink_div,
    .footer_contact_div {
        margin-top: 3rem;
    }

    .partner_img {
        width: 9rem;
    }
}

@media only screen and (max-width: 668px) {
    .hero_h3 {
        font-size: 1.1rem !important;
    }

    .hero_h1 {
        font-size: 2rem;
    }

    .hero_button {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
    }

    .productCard_grid {
        grid-template-columns: 1fr;
    }

    .sectionBox_contaienr>a {
        padding: 1rem 1.5rem;
        margin-top: 1rem;
    }

    .newsCard>h1 {
        font-size: 0.9rem;
    }

    .newsCard>p {
        font-size: 0.7rem;
    }

    .navigation {
        padding: 0;
    }

    .navigation ul {
        flex-wrap: nowrap;
        margin: 0.5rem;
        margin-top: 0.5rem;
        justify-content: space-evenly;
    }

    .navigation a {
        font-size: 0.8rem;
    }

    .navigation ul li {
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .serviceCard_container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 460px) {

    .hero_h1 {
        font-size: 1.5rem;
    }

    .hero_rightContainer {
        /* border: solid 2px red; */
        height: 20rem;
    }

    .hero_rightImg_div {
        /* border: solid; */
        margin-top: 0.8rem;
        height: 22.5rem;
    }

    .hero_rightImg_logo {
        width: 70%;
        margin-top: 1rem;
    }

    .hero_rightImg {
        /* border: solid 2px green; */
    }

    .tesstimonials__btn {
        width: 2rem;
        height: 2rem;
        border: none;
        line-height: 1.5rem;
        font-size: 1rem;
        border-radius: 50%;
        transition: 0.5s;
    }

    .productContainer>h1 {
        font-size: 1.6rem;
    }

    .productCard_grid {
        /* grid-template-columns: 1fr; */
    }

    .productCard_img {
        width: 100%;
        object-fit: contain;
    }

    .productCard>h5 {
        font-size: 1.1rem;
    }

    .productCard>p {
        font-size: 0.8rem;
    }

    .serviceContainer>h1 {
        font-size: 1.5rem;
    }

    .serviceContainer>p {
        padding: auto 1rem;
        text-align: center;
    }
    .serviceCard {
        padding-top: 0rem;
    }
    .serviceCard>h2 {
        font-size: 1rem;
    }

    .serviceCard_button {
        font-size: 0.9rem;
    }

    .newsCardContainer {
        grid-template-columns: 1fr;
    }

    .serviceCard {
        width: 80vw;
    }

    .morePartner_container>h1 {
        font-size: 1.5rem;
    }

    .partner_img {
        width: 6rem;
    }

}