/* GENERAL STYLE */
@import url('./general.css');
@import url('../styles/fonts.css');
@import url('../styles/fontiran.css');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* outline: 0.5px solid rgb(210, 191, 191); */
}

body {
    font-family: var(--font-iranyekan);
    background: #FBFBFB;
    direction: rtl;
    position: relative;
    z-index: -999999;
}

.main {
    position: relative;
    z-index: -999999;
}


:root {
    --secondarycolor-200: #F9A828;
    --secondarycolor-100: #FFE2B4;
    --primarycolor-400: #07617D;
    --primarycolor-300: #147C9C;
    --primarycolor-200: #89B5C2;
    --primarycolor-100: #B5D0D8;
    --tertiarycolor-700: #2E383F;
    --tertiarycolor-600: #4D555A;
    --teritarycolor-500: #797F83;
    --teritarycolor-400: #929292;
    --teritarycolor-300: #C1C1C1;
    --teritarycolor-200: #ECECEB;
    --teritarycolor-100: #F7F7F7;

    --font-iranyekan: "iranyekan";
    --font-kalameh: "kalameh";
    --font-thin: normal 500 11px var(--font-iranyekan), sans-serif;
    --font-p1: normal 500 14px var(--font-iranyekan), sans-serif;
    --font-p2: normal 500 15px var(--font-iranyekan), sans-serif;
    --font-p3: normal 400 14px var(--font-iranyekan), sans-serif;
    --font-p4: normal 700 14px var(--font-iranyekan), sans-serif;
    --font-p5: normal 400 16px var(--font-iranyekan), sans-serif;
    --font-p6: normal 500 16px var(--font-iranyekan), sans-serif;
    --font-p7: normal 700 16px var(--font-iranyekan), sans-serif;
    --font-p-medium: normal 500 16px var(--font-iranyekan), sans-serif;
    --font-p-regular: normal 400 16px var(--font-iranyekan), sans-serif;
    --font-head: normal 700 28px var(--font-iranyekan), sans-serif;
    --font-h1: normal 700 26px var(--font-iranyekan), sans-serif;
    --font-h2: normal 700 24px var(--font-iranyekan), sans-serif;
    --font-h3: normal 700 20px var(--font-iranyekan), sans-serif;
    --font-h4: normal 700 18px var(--font-iranyekan), sans-serif;
    --font-h5: normal 500 18px var(--font-iranyekan), sans-serif;


}

.nv-header {
    padding: 0 52px;
}

.nv-header__container {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 20px 24px;
    margin-top: 42px;
    position: relative;
    z-index: 999999;
}

.nv-header .nv-header__content .nv-header__title {
    color: var(--primarycolor-400);
    font-family: var(--font-kalameh) !important;
    font: var(--font-head);
    margin: 0;
}

.nv-header .nv-header__content .nv-header__text {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-thin);
    line-height: normal;
}

.nv-header__search input {
    border-radius: 15px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
    border: 0;
    padding-right: 47px;
    border: 0;
    outline: 0;
}

.nv-header__search i {
    font-size: 24px;
    position: relative;
    right: 37px;
    color: var(--teritarycolor-200);
}

.nv-header__panel {
    padding: 7px 7px 2px;
    border-radius: 10px;
    border: 2px solid var(--primarycolor-400);
    transition: 0.5s;
    position: relative;
}

.nv-header__myaccount {
    position: absolute;
    top: 60px;
    left: -15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 10px 0 16px 0;
    transition: 0.5s;
    width: 195px;
    display: none;
    transition: all ease .9s;
}

@keyframes showUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nv-header__panel:hover .nv-header__myaccount {
    display: block;
    transition: 0.5s;
}

.nv-header__myaccount .nv-header__myaccount--items {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nv-header__myaccount .nv-header__myaccount--top {
    width: 100%;
    background: transparent;
    position: absolute;
    height: 31px;
    top: -21px;
}


.nv-header__myaccount .nv-header__myaccount--items li a {
    margin-right: 16px;
    display: block;
    color: var(--tertiary-tertiary-700, #2E383F);
    text-align: right;
    font: var(--font-p2);
    /* font: var(--font-p); */
    line-height: 32px;
    transition: 0.3s;
    position: relative;
}

.nv-header__myaccount .nv-header__myaccount--items li:hover::before {
    content: "";
    border-right: 3px solid #F9A828;
    border-radius: 11px;
    transition: 0.3s;
    position: absolute;
    width: 3px;
    height: 28px;
}

.nv-header__myaccount .nv-header__myaccount--items li:hover {
    cursor: pointer;

}

.nv-header__myaccount .nv-header__myaccount--items li:hover a {
    color: var(--secondarycolor-200);
    transition: 0.5s;
}

.nv-header__panel:hover {
    border-radius: 10px;
    color: #fff;
    background: var(--primarycolor-400);
}

.nv-header__panel:hover i {
    color: #fff;
}

.nv-header__myaccount--items .semicircle img {
    width: 50px;
    border-bottom: 0;
    position: absolute;
    top: -7px;
    left: 15px;
}


.nv-header__cart {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--secondary-secondary-200, #F9A828);
    padding: 10px;
    gap: 8px;
    /* position: relative; */
    cursor: pointer;
    transition: 0.5s;
}

.nv-header__cart:hover .nv-header__cart--hoverproducts {
    display: block !important;
}

.nv-header__cart .nv-header__incart {
    position: absolute;
    top: 0;
}

.nv-header__cart i {
    font-size: 24px;
    color: #fff;
}

.nv-header__cart p {
    color: #fff;
    margin: 0;
}

/* hover cart in header */
.nv-header__cart--hoverproducts {
    border-radius: 15px;
    background: #ffff;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    position: absolute;
    top: 103px;
    left: 72px;
    transition: 0.5s;
    display: none;
    /* width: 330px; */
}

.nv-header__cart--hoverproducts::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 97%;
    left: 0;
    right: 0;
    height: 45px;
}

.nv-header__cart--products {
    display: flex;
    flex-direction: column;
}

.nv-header__cart--hoverproducts .nv-header__cart--products {
    padding: 18px 18px 13px;
}

.nv-header__cart--product {
    margin-bottom: 18px;
}

.nv-header__cart--hoverproducts .nv-header__cart--products .nv-header__cart--product .deleteproduct {
    float: left;
    color: var(--teritarycolor-200);
}

.nv-header__cart--hoverproducts .nv-header__cart--title {
    display: flex;
    align-items: center;
    gap: 13px;
}

.nv-header__cart--hoverproducts .nv-header__cart--title img {
    width: 60px;
    height: 60px !important;
    border-radius: 10px;
}

.nv-header__cart--hoverproducts .semicircle img {
    width: 48px;
    height: 20px;
    background: #fff;
    border-bottom: 0;
    position: absolute;
    top: -11px;
    left: 17px;
}

.nv-header__cart--hoverproducts .nv-header__cart--title p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    margin: 0;
    width: 248px;
}

.nv-header__cart--bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.nv-header__cart--bottom .nv-header__cart--quantity {
    width: 30%;
    height: 40px;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    align-self: start;
}

.nv-header__cart--bottom .nv-header__cart--onsale {
    align-self: start;
    margin-right: 17px;
}

.nv-header__cart--bottom .nv-header__cart--quantity input {
    color: var(--tertiarycolor-600);
    border: 0;
    outline: none;
    padding: 0 3px;
}

.nv-header__cart--bottom .nv-header__cart--quantity button {
    border: 0;
    padding: 1px 4px;
    border-radius: 7px;
    background: var(--teritarycolor-200);
}

.nv-header__cart--bottom .nv-header__cart--quantity svg {
    color: var(--tertiarycolor-600);
}

.nv-header__cart--hoverproducts .nv-header__cart--product .nv-header__cart--onsale span {
    border-radius: 4px;
    background: #FD5457;
    padding: 3px 7px;
    color: #fff;
}

.nv-header__cart--price {
    text-align: left;
    flex-grow: 1;
}

.nv-header__cart--products .nv-header__cart--product .nv-header__cart--bottom .nv-header__cart--price .nv-header__cart--price--old p {
    color: var(--teritarycolor-400);
    margin: 0;
    font: var(--font-p3);
    line-height: 32px;
}

.nv-header__cart--products .nv-header__cart--product .nv-header__cart--bottom .nv-header__cart--price .nv-header__cart--price--new p {
    color: var(--tertiarycolor-600);
    font: var(--font-p2);
    line-height: 32px;

}

.nv-header__cart--products .nv-header__cart--product .nv-header__cart--bottom .nv-header__cart--price .nv-header__cart--price--new {
    text-decoration: none;
}

.nv-header__cart--products .nv-header__cart--product .nv-header__cart--bottom .nv-header__cart--price .nv-header__cart--price--new .nv-header__cart--price--symbol {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p3);
    line-height: 32px;
}

.nv-header__cart--seprate {
    width: 90% !important;
    height: 1px !important;
    background-color: var(--teritarycolor-300) !important;
}

.nv-cart--seprate {
    width: 100% !important;
    height: 1px !important;
    background-color: var(--teritarycolor-300);
}

.nv-header__cart--products .nv-header__cart--addtocart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 7px;
    background: var(--primarycolor-400);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    margin-top: 27px;
}

.nv-header__cart--products .nv-header__cart--addtocart .nv-header__cart--totalcart {
    color: #FFF;
    text-align: center;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-header__cart--products .nv-header__cart--addtocart .nv-header__cart--totalcart span.nv-header__cart--pricesymbol {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 12px;
    margin-left: 12px;
}

.nv-header__cart--products .nv-header__cart--addtocart .nv-header__cart--submitcart {
    color: #FFF;
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;
    margin-right: 12px;
}

.nv-header__cart--products .nv-header__cart--addtocart p {
    margin: 0;
}





.nv-header__panel i {
    font-size: 24px;
    color: var(--primarycolor-400);
}

.nv-header__search {
    width: 46%;
}

.nv-header__search input::placeholder {
    color: var(--tertiary-tertiary-400, #929292) !important;
    font: var(--font-p3);
    line-height: 28px;
}

.nv-navbar__moreproduct .nv-moreproduct {
    position: absolute;
    top: 55px;
    right: -46px;
    height: max-content;
    width: max-content;
    background-color: #FFF;
    filter: drop-shadow(0px 6px 30px rgba(7, 97, 125, 0.16));
    border-radius: 20px;
    cursor: auto;
    display: none;
    opacity: 0;
    z-index: 999;
    padding: 21px 0;
    transition: 0.3s;
}

.nv-navbar__moreproduct:hover .nv-moreproduct {
    display: block !important;
    opacity: 1;
}

.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items {
    list-style: none;
    display: flex;
    flex-direction: column;

    padding: 0;
}

.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items li {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
    padding: 0;
}

.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items .semicircle img {
    width: 48px;
    height: 21px;
    position: absolute;
    top: -8px;
    right: 62px;
    z-index: -99999;

}

.nv-moreproducthidediv {
    width: 100%;
    position: absolute;
    top: -10px;
    height: 31px;
    background: transparent;
}



.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items li a {
    color: var(--tertiarycolor-700);
    text-align: right;
    font: var(--font-p3);
    line-height: 28px;
    display: block;
    margin-right: 14px;
}

.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items li a:hover {
    color: var(--secondarycolor-200);
    transition: 0.3s;
}

.nv-navbar__moreproduct .nv-moreproduct .nv-moreproduct--items li:hover::before {
    content: "";
    border-right: 3px solid #F9A828;
    border-radius: 11px;
    transition: 0.3s;
    position: absolute;
    width: 3px;
    height: 28px;
    transition: 0.3s;

}

/* !mega menu */
.nv-navbar__moreproject:hover .nv-megamenu {
    display: block !important;
}

.nv-navbar__moreproject:hover .nv-megamenu__background--right,
.nv-navbar__moreproject:hover .nv-megamenu__background--left {
    display: block !important;
}

/* .nv-megamenuhidediv{
    width: 100%;
    position: absolute;
    top: -10px;
    height: 31px;
    background: transparent;
} */

/* .nv-navbar__moreproject::after {
    content: "";
    width: 100px;
    height: 33px;
    position: absolute;
    background-color: red;
    bottom: -15px;
} */


/* .nv-megamenu::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 28px;
    right: -1px;
    z-index: 9999999999999999999999;
} */


.nv-megamenu {

    position: absolute;
    top: 117px;
    right: 255px;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    margin: 0 -280px;
    padding: 15px 42px 33px 40px;
    display: none;
    width: calc(100% + 3rem);
    box-shadow: 10px 11px 30px -12px rgba(7, 97, 125, 0.12);
    z-index: 3;
}

.nv-megamenu__background--right {
    height: 105px;
    background: #fff;
    position: absolute;
    right: -24px;
    width: 30px;
    z-index: -1;
    display: none;
}

.nv-megamenu__background--left {
    height: 105px;
    background: #fff;
    position: absolute;
    left: -23px;
    width: 30px;
    z-index: -1;
    display: none;
}

.nv-megamenu__items {
    gap: 50px;
}

.nv-megamenu .nv-megamenu__items .nv-megamenu__item .nv-megamenuitems__ul {
    list-style-type: none;
}

.nv-megamenu .nv-megamenu__item .nv-megamenu__item--top {
    line-height: 120%;
    gap: 9px;
    margin-bottom: 10px;
}

.nv-megamenu .nv-megamenu__item .nv-megamenu__title {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p-medium);
    line-height: 120%;
    margin-bottom: 0;
    margin-right: 8px;
}

.nv-megamenu .nv-megamenu__item .nv-megamenu__item--top::before {
    content: "";
    border-radius: 11px;
    position: absolute;
    width: 3px;
    background: var(--secondarycolor-200);
    height: 18px;
}

.nv-megamenu .nv-megamenu__item .nv-megamenu__item--top i {
    color: var(--tertiarycolor-600);

}

.nv-megamenu .nv-megamenu__items .nv-megamenu__item .nv-megamenuitems__ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
}

.nv-megamenu .nv-megamenu__items .nv-megamenu__item .nv-megamenuitems__ul li a {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-megamenu .nv-megamenu__items .nv-megamenu__item .nv-megamenuitems__ul li a:hover {
    color: var(--secondarycolor-200);
}


/* !Hamburger menu */

.nv-header__container .nv-header__hamburgericon {
    display: none;
    border-radius: 10px;
    background: #F9A828;
    padding: 11px 14px;
}

.nv-header__hamburgericon i {
    color: #fff;
}

.nv-header__hamburgermenu {
    background: var(--tertiary-tertiary-100, #F7F7F7);
    padding: 20px 24px;
    position: relative;
    top: -118px;
    z-index: 9999999;
    display: none;
}

.nv-header__hamburgermenu .nv-header__crossicon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
}

.nv-header__hamburgermenu .nv-hamburgermenu__img {
    border-radius: 20px;
    width: 100%;
}

.nv-header__crossicon .nv-header__crossicon--title {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-header__crossicon i {
    transform: rotate(47deg);
    font-size: 30px;
    color: var(--teritarycolor-400);
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items {
    border-radius: 20px;
    background: var(--teritarycolor-200);
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul {
    list-style: none;
    margin-top: 24px;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 28px 0;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li {
    display: flex;
    align-items: center;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li a {
    color: var(--tertiary-tertiary-700, #2E383F);
    font: var(--font-p5);
    line-height: 120%;
    margin-right: 10px;
    margin-left: 8px;

}

.nv-hamburgermenu__moreproduct--items .semicircle img {
    width: 48px;
    transform: rotate(90deg);
    position: absolute;
    top: 57px;
    right: -22px;
    z-index: -9999;
}


.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li i {
    color: var(--secondarycolor-200);
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li i:nth-child(3) {
    color: var(--tertiary-tertiary-700, #2E383F);
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li:hover i:nth-child(3) {
    color: var(--secondary-secondary-200, #F9A828) !important;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-header__hamburgermenu--ul li.nv-hamburgermenu__products:hover .nv-hamburgermenu__moreproduct {
    display: block !important;
    transition: all ease 0.5s;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-hamburgermenu__products {
    position: relative;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-hamburgermenu__moreproduct {
    display: none;
    position: absolute;
    right: 140px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
    filter: drop-shadow(0px 6px 30px rgba(7, 97, 125, 0.08));
    border-radius: 12px;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-hamburgermenu__moreproduct--items {
    /* padding: 13px 15px; */
    padding: 0;
    position: relative;
}

.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-hamburgermenu__moreproduct--items li {
    padding: 13px 0;
}


.nv-header__hamburgermenu .nv-header__hamburgermenu-items .nv-hamburgermenu__moreproduct--items li a:hover {
    color: var(--secondarycolor-200);
}

.nv-header__hamburgermenu .nv-header__hamburgersocialbox {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 13px;
    margin: 18px 58px;
    position: relative;
    top: 12px;
}

.nv-header__hamburgermenu .nv-header__hamburgersocial {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nv-header__hamburgermenu .nv-header__hamburgersocial svg {
    color: #fff;
    background-color: var(--secondarycolor-200);
    padding: 10px;
    border-radius: 8px;
}

/*! Navbar */
.nv-navbar {
    width: 90%;
    margin: 0 auto;
    border-radius: 12px;
    background: var(--primarycolor-400);
    padding: 50px 20px 0px 20px;
    /* margin: 0 48px; */
    position: relative;
    top: -56px;
    /* z-index: 3; */
    flex-wrap: wrap;
    gap: 20px;
}


.nv-navbar .nv-navbar-menu {
    list-style: none;
    flex-wrap: wrap;
    /* padding: 20px 0; */
}

.nv-navbar .nv-navbar-menu .nv-navbar__item {
    margin: 0 15px;
    color: #fff;
    cursor: pointer;
    padding: 24px 0;
}

.nv-navbar .nv-navbar-menu .nv-navbar__item:first-child {
    margin-right: 0;
}

.nv-navbar__item:hover {
    color: var(--secondarycolor-200) !important;
}

.nv-navbar__item:hover>a {
    color: var(--secondarycolor-200) !important;
    transition: 0.3s !important;
}

.nv-navbar__item:hover i.isax-arrow-left-2 {
    transform: rotate(-90deg);
    transition: 0.3s;
}


/* .backdiv {
    position: absolute;
    top: 92px;
    width: 85.6%;
    left: 109px;
    height: 1%;
    background: #fff;
    z-index: -9;
    display: none;
} */

.nv-navbar .nv-navbar-menu .nv-navbar__item a {
    color: var(--tertiary-tertiary-200, #ECECEB);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}

.nv-navbar .nv-navbar__moreproduct,
.nv-navbar .nv-navbar__moreproject {
    display: flex;
    align-items: center;
    gap: 4px;
    /* position: relative; */
}

.nv-navbar__moreproduct {
    position: relative;
}

.nv-navbar__contactus .nv-navbar__contactus--text {
    color: #FFF;
    text-align: right;
    font: var(--font-p3);
    line-height: 20px;
    margin: 0;
}

.nv-navbar__contactus .nv-navbar__seprate {
    width: 1px;
    height: 16px;
    display: flex;
    align-self: center;
    background-color: var(--teritarycolor-400);
}


.nv-navbar__contactus .nv-navbar__tel {
    color: #FFF;
    font: var(--font-p7);
    line-height: 30px;
    margin: 0;
}

.nv-navbar__contactus .nv-navbar__tel .nv-navbar__pretel {
    color: var(--secondary-secondary-200, #F9A828) !important;
}

/*! last navbar */

.nv-product__product {
    display: flex;
    flex-direction: column;
    padding: 0 24px 0 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    /* overflow: hidden; */
    /* max-width: 301px; */
}

.nv-product__product:first-child {
    box-shadow: 0px 6px 10px 0px rgba(7, 97, 125, 0.12);
}

.nv-product__product:last-child {
    box-shadow: 0px 6px 10px -4px rgba(7, 97, 125, 0.12);
}


.nv-product__product img {
    border-radius: 15px;
    margin-top: -18px;
    width: auto;
    height: 169px;
}

.nv-product__product h3 {
    margin: 24px 0 14px 0;
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    cursor: pointer;
}

.nv-product__product .nv-product__text {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    padding-left: 24px;
    margin: 0;
}

.nv-product__pricebox {
    flex-grow: 1;
    gap: 90px;
}

.nv-product__product .nv-product__offer {
    padding: 7px 7px 5px 8px;
    border-radius: 5px;
    background: #FF7070;
    color: #FFF;
    text-align: right;
    font: var(--font-p5);
    line-height: 120%;
    margin: 20px 0 0 0;
}

.nv-product__product .nv-product__price .nv-product__price--old,
.nv-product__product .nv-product__price .nv-product__price--new {
    margin: 0;
    color: var(--teritarycolor-400);
    text-align: center;
    font: var(--font-p2);
    line-height: 25px;
}

.nv-product__product .nv-product__price .nv-product__price--new span {
    color: var(--secondarycolor-200);
    text-align: center;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-product__btn {
    border-radius: 10px;
    background: var(--primarycolor-400);
    color: #FFF;
    text-align: center;
    font: var(--font-p-medium);
    line-height: 120%;
    padding: 14px;
    position: relative;
    opacity: 0;
    top: 50px;
    transition: 0.5s;

    width: 100%;
    display: inline-block;
}


.nv-product__product:hover .nv-product__btn {
    opacity: 1;
    color: #fff;
}

.nv-product__product:hover .nv-price-action {

    top: -90px;
}

.nv-price-action {
    position: relative;
    transition: top ease-in-out 0.3s;
    top: 0;
    text-align: center;
}

.nv-product__price-action-container {
    overflow-y: hidden;
    padding-top: 36px;
}

.product-section {
    margin-bottom: 97px;
}

.product-section .swiper-pagination {
    bottom: -45px;
}


.form-control:valid {
    background-color: #ECECEB !important;
}



/* ! BANNER  */
.hero-section {
    margin-bottom: 144px;
    position: relative;
    margin-top: 90px;
    z-index: -9;
}

.nv-banner-img img {
    margin-top: -78px;
}

.nv-banner {
    padding: 0 52px;
}

.item:hover {
    background-color: var(--teritarycolor-500);
}

.items img {
    margin-bottom: 35px;
}

ul li::marker {
    color: #F9A828;
}

.nv-banner span {
    color: var(--teritarycolor-500);
    font: var(--font-p-regular);
    line-height: 120%;
    display: inline-block;
    margin-bottom: 32px;
}


.nv-banner h1 {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h1);
    line-height: 120%;
    /* 31.2px */
}

.nv-banner p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 36px;
    padding: 0 0 31px 75px;
    /* margin-bottom: 31px; */
    margin: 0;
}

.nv-banner-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.nv-banner-btn .btn-1 {
    border-radius: 10px;
    background: var(--primarycolor-400);
    color: #FFF;
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
    padding: 16px 50px;
}

.nv-banner-btn .btn-1:hover {
    border: 1.5px solid var(--primarycolor-400);
    background: #fff;
    color: var(--primarycolor-400);
    transition: all ease 0.2s;

}

.nv-banner-btn .btn-2:hover {
    border-radius: 10px;
    border: 1.5px solid var(--secondary-secondary-200, #F9A828);
    background: #fff;
    color: var(--secondarycolor-200);
    transition: all ease 0.2s;
}

.nv-banner-btn .btn-2 {
    border-radius: 10px;
    background: var(--secondary-secondary-200, #F9A828);
    color: #FFF;
    font: var(--font-p6);
    line-height: 120%;
    padding: 16px 29px 17px 30px;
}

/* .nv-banner-btn {
    margin-top: 31px;
    gap: 20px;
}

.nv-banner-btn .btn-1 {
    border-radius: 10px;
    background-color: var(--primarycolor-400);
    display: inline-block;
    padding: 10px 50px;
}

.nv-banner-btn .btn-2 {
    border-radius: 10px;
    padding: 16px 30px;
    background-color: var(--secondarycolor-200);
    display: inline-block;
} */

/* !OUR SERVICES */
.ourservices-section {
    margin-bottom: 117px;
}

.nv-ourservices h2 {
    margin-bottom: 25px;
    color: var(--primarycolor-400);
    font: var(--font-h2);
    line-height: 180%;
}

.nv-ourservices p {
    color: var(--tertiary-tertiary-600);
    text-align: center;
    font: var(--font-p-medium);
    line-height: 120%;
}

.nv-ourservices__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    flex: 0 0 306px;
    height: 300px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    box-sizing: border-box;
    cursor: pointer;
}

.nv-ourservices__item .image-card {
    padding-bottom: 40px;
    position: relative;

}

.nv-ourservices__content {
    text-align: center;
    padding: 0px 30px;
}

.nv-ourservices__content h4 {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-ourservices__content p {
    color: var(--teritarycolor-500);
    text-align: center;
    font: var(--font-p1);
    line-height: 32px;
}

.nv-ourservices__item .image-card::before,
.nv-ourservices__item .image-card::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nv-ourservices__item .image-card::before {
    display: none;
    width: 70%;
    aspect-ratio: 1/1;
    background-color: var(--secondarycolor-100);
    transition: all ease 0.5s;
}

.nv-ourservices__item:hover .image-card img {
    filter: grayscale(0);
    transition: all ease 0.5s;
}

.nv-ourservices__item:hover .image-card::before {
    display: block;
    transition: all ease 0.5s;
}

.nv-ourservices__item .image-card img {
    margin: -46px 40px 0 65px;
    filter: grayscale(1);
    width: 178px;
}

.nv-ourservices__item:hover {
    border-radius: 20px;
    background: var(--teritarycolor-100);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    transition: all ease 0.5s;

}

.video-section {
    margin-bottom: 141px;
}

/* ! VIDEO */


.nv-video {
    border-radius: 20px;
    background: var(--teritarycolor-200);
}

.nv-video h2 {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h2);
    line-height: 180%;
    margin-bottom: 20px;
}

.nv-video p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p-medium);
    line-height: 32px;
    padding-right: 7px;
}

.nv-vid__image {
    margin-top: -32px;
    margin-bottom: -32px;
    margin-left: 48px;
}

.nv-vid__image img {
    max-width: fit-content;
    border-radius: 20px;
    background: lightgray 50% / cover no-repeat;

    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-video__content {
    padding: 53px 47px 38px;
}

.nv-video__button {
    margin-top: 30px;
}

.nv-video a {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p-medium);
    line-height: 120%;
}

.vertical-line {
    border-left: 3px solid var(--teritarycolor-200);
    height: 50px;
    position: relative;
    left: 0;
    margin-left: -3px;
    top: 38px;
}

.whyus-section {
    margin-bottom: 139px;
}


.nv-whyus h2 {
    color: var(--secondarycolor-200);
}

.nv-whyus__text {
    color: var(--tertiarycolor-600);
    text-align: justify;
    font: var(--font-p6);
    line-height: 36px;

}

.nv-whyus__img-card1 {
    padding: 36px 36px 36px 0;
}

.nv-whyus {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-whyus__content {
    padding: 68px 83px 49px 67px;
}

.nv-whyus__featured__col1 {
    padding: 33px 42px 33px 36px;
}

.nv-whyus__featured__col2 {
    padding: 33px 36px;
}

.nv-whyus__featured__col3 {
    padding: 33px 36px;
}

.nv-whyus__content h2 {
    color: var(--primarycolor-400);
    font: var(--font-h2);
    line-height: 180%;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.nv-whyus__content p {
    color: var(--tertiarycolor-600);
    text-align: justify;
    font: var(--font-p-medium);
    line-height: 36px;
}

.nv-whyus__featured {
    margin-top: 40px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-whyus__featured h3 {
    color: var(--secondarycolor-200);
    text-align: center;
    font: var(--font-h1);
    line-height: 120%;
}

.nv-whyus__featured p {
    color: var(--teritarycolor-400);
    font: var(--font-p-medium);
    line-height: 120%;

}

/* !PRODUCT */
.nv-product__title {
    color: var(--primarycolor-400);
    font: var(--font-h2);
}


.nv-product__moreproduct {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--teritarycolor-200);
    color: var(--teritarycolor-500) !important;
    text-align: right;
    font: var(--font-p-medium);
    line-height: 120%;
}



.nv-productCard {
    width: 300px;
    border: none;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 24px;
}

li.nv-productCard img {
    margin-top: -40px;
}

.nv-productCard__body p {
    color: var(--teritarycolor-300);
}

.nv-productCard__price__old {
    color: var(--teritarycolor-400);
}

.nv-productCard__price__new {
    color: var(--secondarycolor-200);
}

.nv-productCard__offer span {
    border-radius: 5px;
    background: #FF7070;
}

.nv-productCard__addToCart a {
    background: var(--primarycolor);
    transform: translateY(-8px);
    opacity: 0;
    transition: 0.3s;
    padding: 14px 60px;
    color: #FFF;
    font: var(--font-p2);
    line-height: 120%;
}

.nv-productCard__body {
    text-align: right;
}

.nv-productCard__body .nv-productcard__body--card-title {
    color: var(--primarycolor-400);


    font: var(--font-h3);
    line-height: 120%;
}

.nv-productCard__body .nv-productcard__body--card--text {
    color: var(--teritarycolor-300);


    font: var(--font-p2);
    line-height: 32px;

}

.card:hover {
    cursor: pointer;
}

.card:hover .nv-productCard__addToCart a {
    opacity: 1;
    transform: translateY(0px);
}


.card:hover .nv-productCard__price,
.card:hover .nv-productCard__offer {
    display: none;
    transition: 0.3s;
}


/* .nv-productCard__offer:hover {
    display: none;
} */
/* 
.swiper.swiper-container img {

    margin-top: -40px;
} */

.swiper.swiper-container {
    overflow-y: visible;
    padding: 0 10px;
}

.nv-productCard__box {
    height: 100px;
}


.nv-howtocontact {
    border-radius: 20px;
    background: var(--teritarycolor-200);
}

.nv-howtocontact__box1 h1 {
    color: var(--tertiary-tertiary-700, #2E383F);
    text-align: right;

    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}

.nv-howtocontact__box2 {
    width: 572px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--tertiarycolor-700);
}

.nv-howtocontact__box2 h3 {
    color: #FFF;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

/* !PROJECT */
.project-section {
    margin-bottom: 98px;
}

.nv-ourproject__title {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h2);
    line-height: normal;
    margin-bottom: 50px;
}


.nv-ourproject__moreproject {
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--teritarycolor-200);
    color: var(--teritarycolor-500);
    font: var(--font-p-medium);
}

.nv-ourproject__items {
    overflow-y: visible;
    padding: 0 25px;
}

.nv-ourproject__item {
    position: relative;
    cursor: pointer;
    height: auto;
    width: 300px;
}

.nv-ourproject__item img {
    border-radius: 20px;
    width: 308px;
    height: -webkit-fill-available !important;
}

.nv-ourproject__overlay {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;

    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    opacity: 0;
    transition: .5s ease;
    border-radius: 20px;
}

.my-swiper .swiper-pagination {
    bottom: -45px;
}

.nv-ourproject__overlay--text {
    padding: 46px 24px 40px 16px;
}

.nv-ourproject__overlay--text h4 {
    color: var(--secondarycolor-200);
    font: var(--font-h4);
    line-height: 120%;
}

.nv-ourproject__overlay--text p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p-medium);
    line-height: 32px;
}

.nv-ourproject__more {
    padding: 0 24px;
}

.nv-ourproject__more .fa-calendar {
    color: #F9A828;
}

.nv-ourproject__more span {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-ourproject__more a {
    background-color: var(--primarycolor-400);
    color: #89B5C2 !important;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-ourproject__downdiv {
    max-width: 308px;
    height: 151px;
    margin: 0 auto;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: var(--primarycolor-400);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-ourproject__more .nv-date-calender span {
    color: var(--tertiary-tertiary-200, #ECECEB);
    text-align: right;
    font: var(--font-p3);
    line-height: 32px;
}

.nv-ourproject__downdiv p {
    color: #FFF;
    text-align: right;
    padding: 2px 24px 12px 21px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;
}

/* !OUR PLAN */
.plan-section {
    margin-bottom: 140px;
    padding: 0 52px;
}

.plan-section .swiper-pagination {
    bottom: -52px;
}

.nv-ourplan__box {
    overflow-y: visible;
    padding: 0 11px 0 40px;
    margin: 0 -30px;
}

.nv-ourplan h3 {
    color: var(--primarycolor-400);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.nv-ourplan__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nv-ourplan__title img {
    margin-top: -22px;
    filter: grayscale(1);
    width: 170px;
    height: 170px;
    transition: all ease 0.3s;
}

.nv--ourplan__offer {
    margin-bottom: 19px;
    color: var(--secondarycolor-200);
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(249, 168, 40, 0.23);
    max-width: auto;
    text-align: center;
    font: var(--font-p1);
    display: none;
}

.nv--ourplan__offer:hover {
    background-color: var(--secondarycolor-200);
    color: #FFF;
}

.nv-ourplan__item:hover .nv--ourplan__offer {
    display: block !important;
    transition: 0.3s;
}

.nv-ourplan__items {
    padding: 24px 15px 24px 12px;
    background: #FFFf;
    box-shadow: 0px 0px 10px 0px rgba(7, 97, 125, 0.12);
    border-radius: 20px;
}

.nv-ourplan__item {
    text-align: center;
    padding: 22px 24px 22px 24px;
    border-radius: 15px;
    background: #FBFBFB;
    border-radius: 20px;
    cursor: pointer;
    transition: all 2.3s, margin 0s;
}

.nv-ourplan__item:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    background: #FFFf;
    border-radius: 20px;
    margin: -34px 0;
    position: relative;
    top: 15px;
}

.nv-ourplan__item:hover img {
    margin-top: -40px;
    filter: grayscale(0);
}

.nv-ourplan__item:hover .nv-ourplan__text__addtocart {
    /* filter: grayscale(0); */
    background-color: var(--primarycolor-400);
    color: #fff;
}

.nv-ourplan__pricebutton {
    max-width: 250px;
    position: relative;
    background: var(--teritarycolor-200);
    margin-bottom: 25px;
}

.nv-ourplan__text p {
    color: var(--teritarycolor-500);
    font: var(--font-p-medium);
    line-height: 120%;
}

.nv-ourplan__text ul li {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p-regular);
    line-height: 201%;
}

.nv-ourplan__text ul {
    list-style-type: none;
}

.nv-ourplan__text {
    color: var(--teritarycolor-200);
    text-align: justify;
}

.nv-ourplan__text ul {
    padding: 0;
}

.nv-ourplan__text ul li svg {
    margin-left: 5px;

    color: var(--primary-primary-100, #B5D0D8);
}

.nv-ourplan__pricebutton span {
    color: var(--secondarycolor-200);
    text-align: center;
    font: var(--font-h4);
    line-height: normal;
}

.nv-ourplan__pricebutton small {
    color: var(--teritarycolor-500);
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-ourplan__pricebutton:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--teritarycolor-200);
    left: 134px;
    top: 50%;
    position: absolute;
    z-index: -9999999;
}

.nv-ourplan__pricebutton:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--teritarycolor-200);
    right: 126px;
    top: 50%;
    position: absolute;
    z-index: -9999999;
}

.nv-ourplan__title h3 {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h3);
    line-height: 120%;
    margin-top: 14px;
    margin-bottom: 22px;
}

/* .nv-ourplan__title img{
    width: 60%;
}    */

.nv-ourplan__text__addtocart {
    padding: 16px 39px;
    display: inline-block;
    margin-top: 28px;
    text-align: center;
    border-radius: 10px;
    border-radius: 10px;
    background: var(--teritarycolor-200);
    color: var(--teritarycolor-400);
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;

}

.nv-ourplan__text__addtocart a {
    padding: 16px 39px;
    border-radius: 10px;
    color: var(--teritarycolor-400);
    background: var(--teritarycolor-200);
    text-align: right;
    font: var(--font-p2);
    line-height: 120%;

}

.howcontact-section {
    margin-bottom: 116px;
}


.nv-howtocontact svg {
    color: #fff;
    background-color: var(--secondarycolor-200);
    padding: 3px;
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 10px;

}

.nv-ourproject__item:hover .nv-ourproject__overlay {
    opacity: 1;
}

.nv-ourproject__overlay p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nv-lastblog__swiper {
    overflow-y: visible;
    padding: 0 10px 0 28px;
}

.nv-lastblog_title {
    margin-bottom: 46px;
}

.nv-lastblog_title h2 {
    color: var(--primarycolor-400);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.nv-lastblogitem {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-lastblogitem:first-child {
    box-shadow: 0px 6px 15px 0px rgba(7, 97, 125, 0.12);
}

.nv-lastblogitem:last-child {
    box-shadow: 0px 6px 15px 0px rgba(7, 97, 125, 0.12);
}

.nv-lastblog .swiper-pagination {
    bottom: -50px;
}


.nv-lastblogitem__img {
    padding: 12px 13px 24px 13px;
}

.nv-lastblogitem__img img {
    border-radius: 12px;
    width: 100%;
}

.nv-lastblogitem__title {
    color: var(--primarycolor-400);
    font: var(--font-h5);
    line-height: 120%;
    padding-right: 16px;
    padding-left: 24px;
    margin-bottom: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nv-lastblogitem__text {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    padding-right: 16px;
    padding-left: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nv-lastblogdate {
    color: var(--teritarycolor-400);
    font: var(--font-p2);
    line-height: 32px;
    margin: 0;
}

.nv-lastblog__more {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-lastblog__more-box svg {
    color: var(--teritarycolor-300);
}

.nv-lastblogitem hr {
    margin: 0 24px;
    width: 85%;
    color: var(--teritarycolor-300);
}

.nv-lastblog__footer {
    padding: 12px 20px 13px;
}

.nv-lastblog_title .nv-moreblog {
    border-radius: 10px;
    background: var(--teritarycolor-200);
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
    padding: 12px 20px;
}

/* ! ORDER NOW */
.noworder-section {
    margin-top: 130px;
    margin-bottom: 176px;
}

.nv-roworder {
    border-radius: 20px;
    background: #FFF;

    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-rowoder__content {
    padding: 60px 60px 52px 108px;
}

.nv-roworder h2 {
    color: var(--primarycolor-400);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nv-roworder img {
    /* width: 532px; */
    margin-bottom: -80px;

}

.nv-roworder p {
    color: var(--tertiarycolor-600);
    text-align: right;

    font: var(--font-p6);
    line-height: 32px;
}

.nv-roworder__btn {
    text-align: left;

}

.nv-roworder__btn a {
    background-color: var(--primarycolor-400);
    padding: 10px 40px;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.nv-roworder__btn a:hover {
    background-color: #fff;
    border: 1.5px solid var(--primarycolor-400);
    color: var(--primarycolor) !important;
}

/* !TEAMS */
.nv-teams__head {
    border-radius: 20px;
    background: var(--teritarycolor-200);
    height: 296px;
}

.swiper-teams {
    overflow-y: visible;
    padding: 32px 71px;
}

.nv-teams .swiper-button-prev,
.nv-teams .swiper-button-next {
    top: -66px;
    background: var(--primarycolor);
}

.nv-teams .swiper-button-prev {
    right: unset !important;
    left: 70px !important;
}

.nv-teams__title {
    padding: 30px 30px 0 30px;
}

.nv-teams__team {
    cursor: pointer;
    border-radius: 20px;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-teams__team:hover .nv-teams__team__content .nv-jobs p.nv-jobs__job {
    background-color: var(--secondarycolor-200);
    color: #fff;
}

.nv-jobs .nv-jobs__name {
    color: var(--primarycolor-400);
    font: var(--font-p6);
    line-height: 120%;
}

.nv-jobs .nv-jobs__job {
    transition: 0.3s;
    border-radius: 6px;
    background: var(--teritarycolor-200);
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--teritarycolor-500);
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.nv-jobs.hide {
    border-radius: 6px;
    background: var(--teritarycolor-200);
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--teritarycolor-500);
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 17px;
}

.nv-teams__team__content {
    align-items: center;
}

.nv-teams__content--secondary {
    color: var(--teritarycolor-500);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
}

.nv-teams__social {
    padding: 16px 20px;
    flex-wrap: wrap;
}

.hr-dotted {
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ECECECFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.nv-teams__social__links {
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
}

.nv-teams__social__link {
    padding: 7px 4px 3px 4px;
    border-radius: 8px;
    background: #FFF;
    border-radius: 12px;
    background: linear-gradient(146deg, #e6e6e6, #ffffff);
    box-shadow: 0px 1px 0px #ffff, 2px -3px 0px #ffffff;
}

.nv-teams__social__link i {
    color: var(--primarycolor-400);
    font-size: 20px;
}

.nv-teams__social__link:hover i {
    color: var(--secondarycolor-200);
}

.nv-teams__social p {
    color: var(--teritarycolor-400);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;

}

.nv-teams__title h2 {
    color: var(--primarycolor-400);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}



.nv-teams__navigation svg {
    color: var(--primarycolor-100);
    font-size: 20px;
}

.nv-teams__navigation .prev-btn {
    margin-right: 8px;
}

.nv-teams__navigation .next-btn,
.nv-teams__navigation .prev-btn {
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.nv-teams__navigation .next-btn:hover,
.nv-teams__navigation .prev-btn:hover {
    background-color: var(--primarycolor-200);
}

.nv-teams__navigation .next-btn svg:hover,
.nv-teams__navigation .prev-btn svg:hover {
    color: #fff;
}

.contactus-section {
    margin-top: 263px;
    margin-bottom: 120px;
}

.nv-contact-us {
    border-radius: 20px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 54px 60px 62px 59px;
}

.nv-contact-us__element1 form input {
    border: 1px solid var(--teritarycolor-400);
    border-radius: 10px;
}

.nv-contact-us__element1 .nv-contatct-us__title,
.nv-contact-us__element2 .nv-contatct-us__title {
    color: var(--primarycolor-400);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.nv-contact-us__element1 .nv-contatct-us__text,
.nv-contact-us__element2 .nv-contatct-us__text {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;

}

.nv-contact-us__element2__img {
    border-radius: 15px;
}

.nv-contact-us__element1__button .nv-howtocontact__box1 h2 {
    color: var(--tertiary-tertiary-600, #2E383F);
    text-align: center;
    font: var(--font-h3);
    line-height: normal;
}

.nv-contact-us__element1__button a:nth-child(1) {
    background-color: var(--primarycolor-400);
    padding: 14px 55px 14px 55px;
    color: #FFF;
    font: var(--font-p6);
    line-height: 120%;
    border-radius: 10px;
}

.nv-contact-us__element1__button a:nth-child(2) {
    background-color: var(--secondarycolor-200);
    color: #fff;
    padding: 14px 55px 14px 55px;
    font: var(--font-p6);
    line-height: 120%;
    border-radius: 10px;

}

.nv-contact-us__element1__button a:nth-child(1):hover {
    border: 1.5px solid var(--primarycolor-400) !important;
    background: #fff;
    color: var(--primarycolor-400);
    transition: all ease 0.2s;

}

.nv-contact-us__element1__button a:nth-child(2):hover {
    border-radius: 10px;
    border: 1.5px solid var(--secondary-secondary-200, #F9A828);
    background: #fff;
    color: var(--secondarycolor-200);
    transition: all ease 0.2s;
}

/* !BRANDS */
.nv-brands__title h2 {
    color: var(--primarycolor-400);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.nv-brands__title p {
    color: var(--tertiarycolor-600);
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-brands__masonry {
    gap: 20px;
}

.brands-box {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.nv-brands__box-1,
.nv-brands__box-4 {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    width: 168px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.nv-brands__box-2,
.nv-brands__box-3 {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    width: 168px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}


.nv-contact-us__element1 .form-control {
    background-color: #fff !important;
}

footer {
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-footer {
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}



/* .nv-footer__row {
    padding: 40px 52px 27px 52px;

} */
.nv-footerlogo {
    margin-bottom: 24px;
    width: 196px;
    height: 68px;
}

.nv-footer__logoimg {
    margin-bottom: 24px;
}

.nv-footer-social {
    gap: 18px;
}

.nv-footer-social img {
    padding: 8px;
    border-radius: 8px;
}

.nv-footer__title {
    padding: 40px 60px 27px 11px;
}

.nv-footer__title h2 {
    color: var(--primarycolor-400);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.nv-footer__title p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p6);
    line-height: 187.5%;

}


.nv-footer__helplinks ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nv-footer__helplinks li a {
    color: var(--teritarycolor-500);
    text-align: right;

    /* P-medium */

    font: var(--font-p6);
    line-height: 120%;

}

.nv-footer-links__contactus ul li span {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p6);
    line-height: 224%;
}

.nv-footer-links h4 {
    color: var(--primarycolor-400);

    font: var(--font-h4);
    line-height: 120%;
}

.nv-footer__newsletter .nv-newsletter__form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nv-footer__newsletter .newsletter-submit {
    border-radius: 8px;
    background: var(--secondarycolor-200);
    border: 0;
    color: #FFF;
    font: var(--font-p-medium);
    line-height: 120%;
    padding: 12px 24px;
}

.nv-footer__newsletter .nv-newsletter__form .newsletter-input {
    border-radius: 8px;
    background: #FFF;
    border: 0;
    outline: none;
    padding: 8px 16px;
}


/* .nv-footer__newsletter form input {
    width: 279px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 15px;
    background: var(--teritarycolor-200);
}

.nv-footer__newsletter a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    padding: 8px 28px;
    border-radius: 15px;
    background: var(--secondary-secondary-200, #F9A828);
}

.nv-footer__newsletter p {
    color: var(--teritarycolor-500);
    text-align: right;
    font:var(--font-p6);
    line-height: 161%;
} */

.nv-footer-nemad div {
    border-radius: 15px;
    background: #FFF;

    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);

}

.nv-footer-nemad img {
    width: 86px;
    padding: 10px;
}

@media (max-width:1400px) {
    .nv-ourproject__overlay--text {
        padding: 26px 24px 22px 16px !important;
    }

    .nv-brands__masonry {
        flex-wrap: wrap !important;
    }


}


@media (max-width:1200px) {

    .nv-navbar__contactus {
        display: none !important;
    }

    .nv-banner .nv-banner-img img {
        margin-top: 0 !important;
    }

    .nv-banner-btn {
        margin: 0 !important;
    }

    .nv-banner .nv-banner-btn .btn-1 {
        padding: 16px 30px;
    }

    .nv-banner .nv-banner-btn .btn-2 {
        padding: 16px;
    }

    .nv-whyus__content {
        padding: 20px 50px;
    }

    .nv-whyus__img-card2 {
        top: 234px;
    }

    .nv-whyus__featured__col3,
    .nv-whyus__featured__col2,
    .nv-whyus__featured__col1 {
        padding: 15px;
    }


    /* .nv-video {
        flex-wrap: nowrap !important;
        padding: 0 30px;
    } */


    .nv-video .nv-video__content {
        padding: 40px;
    }

    .nv-vid__image img {
        width: 500px;
        margin-top: 40px;
    }

    .nv-roworder__image {
        width: 450px !important;
    }

    .nv-ourproject__overlay--text {
        padding: 46px 24px 40px 16px !important;
    }

    .contactus-section {
        margin-top: 342px;

    }

}


@media (max-width: 992px) {
    .nv-brands__masonry {
        justify-content: center !important;
    }

    .nv-navbar .nv-navbar-menu {
        row-gap: 14px;
    }

    .nv-aboutus__team {
        flex-grow: 1;
        width: 90% !important;
    }

    .nv-singleteam__memberteam {
        margin-bottom: 30px;
    }

    .nv-archiveblog__posts .nv-lastblogitem {
        width: 50% !important;
    }

    .nv-loginpage {
        width: 720px !important;
        margin: 0 -54px !important;
    }

    .nv-header__search {
        display: none !important;
    }

    .nv-header .nv-singleproduct__info {
        margin-top: -40px;
    }


    p.nv-productstock {
        margin-top: 0 !important;
    }

    .nv-banner-btn {
        flex-direction: column;
        align-items: center;
    }


    /* .nv-whyus__img-card1 {
        width: 100%;
        padding: 10px 20px;
    } */


    .nv-whyus__img-card2 {
        position: absolute;
        top: 250px !important;
        right: 61px;
        width: 110px;
        height: 110px;
    }

    .nv-whyus__featured {
        /* justify-content: center !important; */
        margin: 10px auto;
    }

    .nv-whyus__featured__col {
        padding: 25px 30px;
    }

    /* 
    .nv--cardhover {
        padding: 0 !important;
    }

    .card:hover .nv-productCard__price,
    .card:hover .nv-productCard__offer {
        display: block !important;
    }

    .nv-productCard__addToCart a {
        opacity: 1;
        position: relative;
        top: -20px;
        padding: 10px 50px;
        right: 0px;
        transform: translateY(0) !important;
    } */

    .nv-video {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .nv-vid__image {
        order: 1 !important;
        margin: 0 !important;
    }

    .nv-video__content {
        order: 2;
    }

    .nv-howtocontact {
        justify-content: center !important;
        /* width: 288px;
        height: 295px; */
    }

    .nv-howtocontact__box2 {
        margin-top: 20px;
    }

    .nv-brands__masonry {
        justify-content: center !important;
    }

    .nv-jobs p:nth-child(2) {
        display: none !important;
    }

    .nv-jobs.hide {
        display: inline-block !important;
    }
}

@media (max-width:768px) {

    .nv-brands__box-1,
    .nv-brands__box-4 {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
        width: 146px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nv-brands__box-2,
    .nv-brands__box-3 {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
        width: 146px;
        height: 87px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .nv-blogpost {
        margin: 0 20px;
    }

    .nv-archive__title {
        justify-content: center !important;
    }

    .nv-archive__title h1 {
        margin-bottom: 30px;
    }

    .nv-archiveproject {
        justify-content: center !important;
    }

    .nv-singleproject__anotherprj .mySwiper5 .swiper-slide-active {
        transform: unset !important;
    }

    .nv-product__product:hover .nv-price-action {
        top: 0;
    }

    .nv-aboutus__hero {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 24px;
    }

    .nv-aboutus__title {
        font: var(--font-h3) !important;
    }

    .nv-aboutus__text {
        font: var(--font-p3) !important;
        line-height: 32px !important;
    }

    .nv-aboutus__exprience .nv-aboutus__exprience--title h2 {
        font: var(--font-h3) !important;
    }

    .nv-aboutus__img {
        width: 100% !important;
    }

    .nv-aboutus__content {
        width: 100% !important;
    }

    .nv-aboutus__seprate {
        display: none !important;
    }

    .nv-aboutus__statistics {
        width: 100%;
    }

    .nv-aboutus__exprience--statistics {
        width: auto !important;
        margin: 0 24px !important;
        padding: 40px !important;
    }

    .nv-contactus__information--form,
    .nv-contactus__information--about {
        width: 100% !important;
    }

    .nv-contactus__title {
        padding: 0 24px;
    }

    .nv-contactus__information {
        flex-wrap: wrap;
        padding: 0 24px;
    }

    .nv-undefinedpage__text {
        font-size: 16px !important;
    }

    .nv-undefindedpage__btn--backhome {
        padding: 10px !important;
    }

    .nv-undefindedpage__btn--prevpage {
        padding: 10px !important;
    }

    .nv-loginpage {
        margin: 152px 24px !important;
        width: auto !important;
    }

    .woocommerce-form-register .woocommerce-form-register__submit {
        padding: 16px 60px !important;
    }

    .nv-loginform .woocommerce-form-login__submit {
        padding: 10px 64px !important;
    }

    .nv-login-form__forgotpassword {
        padding-bottom: 20px !important;
    }

    .nv-header__btnbox {
        display: none !important;
    }

    .nv-header__container .nv-header__hamburgericon {
        display: block;
    }

    .nv-header__container {
        margin: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;

    }

    .nv-header {
        padding: 0;
    }

    .nv-navbar {
        display: none !important;
    }

    .nv-header .container-fluid {
        padding: 0;
    }

    .hero-section {
        margin-top: 34px !important;
    }

    .nv-banner {
        padding: 0 24px !important;
    }

    .nv-banner p {
        text-align: justify;
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    .nv-banner-btn {
        padding-top: 31px;
    }

    .nv-ourservices__item {
        width: 312px;
        height: 236px;
        padding: 12px;
    }

    .nv-ourservices__content {
        padding: 23px 0 18px 0;
    }

    .nv-ourservices__item .image-card {
        padding-bottom: 10px;
    }

    .nv-ourservices__item .image-card::before {
        width: 50%;
    }

    .nv-whyus {
        margin: 0 24px !important;
    }

    .nv-ourproject {
        padding: 0 24px;
    }

    .nv-form-submit {
        display: none !important;
    }

    .nv-form-submit-second {
        display: block !important;
        margin-top: 30px !important;
    }

    .nv-form-submit-second input {
        display: block !important;
        border-radius: 7px;
        background: var(--primarycolor-400) !important;
        width: 100%;
        padding: 15px 20px;
        color: #fff !important;

    }

    .nv-singlepost__author {
        margin-bottom: 0 !important;
        position: absolute;
        top: 220px;
        right: 39px;
        padding: 2px 0 !important;
        background: none !important;
    }

    .nv-blogpost__banner-img {
        margin-top: 45px !important;
    }

    .nv-blogpost__title h3 {
        font-size: 14px !important;
    }

    .nv-postblog__sharepost__hover {
        display: none;
        left: -242px !important;
    }

    .nv-product__card .product-btn {
        opacity: 1;
        margin-top: 12px;
    }

    .nv-ourplan__text__addtocart {
        padding: 12px 38px;
    }

    .plan-section .swiper-pagination {
        bottom: -49px !important;
    }

    .nv-howtocontact__box2 {
        width: 100%;
    }

    .nv-lastblog_title .nv-moreblog {
        display: none;
    }

    .nv-lastblog_title {
        justify-content: center !important;
    }

    .nv-archive__title h1 {
        font-size: 20px !important;
    }

    .nv-banner h1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-banner-btn .btn-1 {
        padding: 15px 48px !important;
    }

    .nv-banner-btn .btn-2 {
        padding: 15px 32px !important;
    }

    .nv-product__product h3 {
        font-size: 16px;
    }

    .nv-product__product p {
        font-size: 15px;
        font-weight: 500;
    }

    .nv-product__product .nv-product__price .nv-product__price--old {
        font-size: 13px;
    }

    .nv-product__product .nv-product__offer {
        font-size: 14px;
    }

    .nv-product__pricebox {
        margin-bottom: 26px;
    }

    .nv-product__product {
        padding-bottom: 24px;
    }

    .nv-product__product:hover .nv-product__btn {
        top: 0;
    }

    .nv-product__btn {
        opacity: 1;
        top: 0;

    }

    .nv-ourproject {
        text-align: center;
    }

    .nv-ourproject__head {
        justify-content: center !important;
    }

    .nv-ourproject__head a {
        display: none;
    }

    .nv-ourproject__overlay {
        max-width: 100%;
        display: none;
    }

    .nv-ourproject__downdiv p {
        padding: 2px 24px 0px 24px !important;
        margin-bottom: 4px;
    }

    .swiper-container {
        padding: 24px !important;
    }

    .plan-section {
        padding: 0 24px !important;
    }

    .nv-ourplan__items {
        background: 0 !important;
        box-shadow: none !important;
    }

    .nv-ourproject__item img {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        /* height: 197px !important; */
    }

    .nv-ourproject__downdiv {
        display: block !important;
    }

    .nv-ourplan__item {
        background-color: #FBFBFB;
        box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    }

    .swiper-pagination {
        display: block !important;
        position: absolute !important;
        bottom: -50px !important;
    }

    .nv--howtocontact__box2 {
        width: 100%;
        gap: 10px;
        justify-content: center !important;
        margin-top: 20px;
    }

    .nv-whyus__content {
        padding: 0px 24px 14px 24px !important;
        /* margin-top: 10px !important; */
    }

    .nv-whyus__featured__col1 {
        padding: 4px;
    }

    .nv-whyus__featured__col2 {
        padding: 4px;
    }

    .nv-whyus__featured__col3 {
        padding: 5px
    }

    .nv-whyus__featured h3 {
        font-size: 20px !important;
    }

    .nv-whyus__content h2 {
        color: var(--primarycolor-400);
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-whyus__content .nv-whyus__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .nv-whyus__featured .vertical-line {
        top: 12px;
    }


    .nv-video__content h2 {
        font-size: 20px;
    }

    .nv-vid__image img {
        width: 450px;
    }

    .video-section {
        padding: 0;
    }

    .video-section .container-fluid {
        padding: 0;
    }


    .nv-whyus__img-card1 {
        padding: 46px 44px 33px 13px !important;
    }

    .nv-whyus__img-card2 {
        right: 0px;
    }

    .nv-product__head {
        justify-content: center !important;
    }

    .teams-section {
        padding: 24px;
    }

    .nv-teams__desc {
        display: none;
    }

    .nv-teams .swiper-button-prev,
    .nv-teams .swiper-button-next {
        display: block !important;
        top: -24px;
    }

    .nv-singleteam__team {
        padding: 24px !important;
    }

    .nv-singleteam__team-title {
        flex-wrap: wrap;
        gap: 20px;
    }

    .swiper-teams {
        padding: 45px 20px;
    }

    .contactus-section {
        padding: 0 24px;
    }

    .nv-contact-us {
        background-color: #fff;
    }

    .nv-contact-us__element1__button {
        text-align: center;
    }

    .nv-contact-us__element1 h2 {
        color: var(--primarycolor-400);
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-contact-us__element1 p {
        color: var(--tertiary-tertiary-700, #2E383F);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }


    .nv-product__moreproduct {
        display: none;
    }



    /* .nv--howtocontact__box2 .border{
        border-top: 5px dotted #fff !important;
    }

    .nv--howtocontact__box2--second {
       
    } */

    .nv-howtocontact__box2 .nv-howtocontact__box2--first h3,
    .nv-howtocontact__box2 .nv-howtocontact__box2--second h3 {
        font-size: 18px !important;
        letter-spacing: 1.4px;

    }


    .nv-rowoder__content h2 {
        font-size: 18px;
        margin-top: 29px;
    }

    .nv-rowoder__content {
        padding: 29px 24px 42px 49px;
    }

    .nv-roworder__btn {
        text-align: center;
    }

    .nv-roworder img {
        margin-top: -55px;
        padding-bottom: 40px;
    }

    .nv-rowoder__content p {
        color: var(--tertiary-tertiary-700, #2E383F);
        text-align: right;

        /* t-regular */

        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 228.571% */
    }

    .nv-archive__nav .nv-archive__nav-prev,
    .nv-archive__nav .nv-archive__nav-select {
        font-size: 14px;
    }

    .nv-singleproduct__title {
        font-size: 16px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

}



@media (max-width:576px) {
    .nv-brands__box-1 {
        width: fit-content;
        height: max-content !important;
        padding: 40px;
    }

    .nv-ourproject__item img {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: auto !important;
    }

    .nv-postblog__sharepost__hover {
        right: 63px !important;
        width: 79% !important;
    }

    .nv-singleproject__swiper img {
        height: 340px !important;
    }

    .nv-singleproject__thumb img {
        height: 80px !important;
    }

    .nv-aboutus__team {
        cursor: pointer;
        background: #FFF !important;
        box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12) !important;
    }

    .nv-aboutus__team img {
        filter: none !important;
        width: auto !important;
    }

    .nv-aboutus__team .nv-aboutus__team--socialmedia {
        top: 0;
    }

    .nv-date__delivery,
    .nv-date__customer,
    .nv-date__maker,
    .nv-date__customer--satisfaction {
        width: 100% !important;
    }

    .nv-banner {
        padding: 24px !important;
    }

    .nv-banner span {
        margin-bottom: 12px !important;
        font-size: 14px;
        margin-top: 31px;
    }

    .nv-blogpost__banner-img {
        margin-top: 106px !important;
    }

    .nv-pannel__order-table .nv-ordertable__head {
        display: none;
    }

    .nv-pannel__order-table .nv-ordertable__body td {
        display: block !important;
        text-align: left;
    }

    .nv-pannel__order-table .nv-ordertable__body td::before {
        content: attr(data-title) ": ";
        float: right;
        font-weight: 700;
    }

    .nv-review__commentsbox {
        padding: 20px 20px 12px 10px !important;
    }

    .nv-review__commentsbox__answer {
        margin-right: 25px !important;
    }

    .nv-product__product--swiper .swiper-pagination {
        margin-bottom: 40px;
    }



    .nv-howtocontact {
        background-color: #fff;
        width: auto;
        height: 295px;
        box-shadow: 1px 0px 0px 11px rgba(236, 236, 235, 1);
    }

    .nv-howtocontact__box1 h1 {
        color: var(--tertiary-tertiary-700, #2E383F);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 24px */
    }

    .hr-dotted {
        display: block;
    }

    .nv-howtocontact__box2 {
        width: 188px;
        height: 117px;
    }

    /* .nv-whyus__img-card1 {
        width: 450px;
        margin-right: 33px;
    } */
    .swiper-container .swiper-pagination {
        margin-bottom: 36px;
    }

    .nv-whyus__img-card1 {
        padding: 46px 32px 33px 13px !important;
    }

    .nv-whyus__featured {
        /* width: fit-content; */
        padding: 5px 0px 0px !important;
        /* flex-wrap: wrap; */
    }

    .nv-whyus__featured h3 {
        color: var(--secondarycolor-200);
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 24px */
    }

    .nv-whyus__featured p {
        color: var(--teritarycolor-400);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .nv-product__title {
        color: var(--primarycolor-400);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-productCard__body {
        padding: 23px 0px 0px !important;
    }

    .nv-productcard__body--card-title {
        color: var(--primarycolor-400);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-productcard__body--card--text {
        color: var(--teritarycolor-400);
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;

    }

    .nv-whyus__featured__col {
        padding: 13px 7px 10px 7px;
    }

    .vertical-line {
        border-left: 3px solid var(--teritarycolor-200);
        height: 50px;
        position: relative;
        left: 0;
        margin-left: -3px;
        top: 15px;
    }

    .nv-whyus__content h2 {
        font-size: 15px;
        font-weight: 700;
        line-height: 120%;
    }

    .nv-whyus__featured__col h1 {
        color: var(--secondarycolor-200);
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 24px */
    }

    .video-section .container {
        padding-right: 0;
        padding-left: 0;
    }

    .nv-vid__image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nv-video__content {
        padding: 20px !important;
    }

    .nv-video__content h2 {
        font-size: 18px;
    }

    .nv-video__content p {
        color: #2E383F;
        text-align: right;

        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 228.571% */
    }

    .nv-vid__image img {
        /* max-width: 500px; */
        max-width: 350px;
        /* height: 132px; */

    }

    .nv-video__button {
        justify-content: center !important;
    }

    .nv-video__button a {
        background-color: #fff;
    }

    .nv-ourproject__downdiv p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }


    .nv-howtocontact__box2--first {
        justify-content:
            space-between !important;
        text-align: left;
    }

    .nv-howtocontact__box1,
    .nv-howtocontact__box2 {
        width: 100%;
        gap: 10px;
        justify-content: center !important;
        flex-direction: column;

    }

    .nv-ourservices p {
        color: var(--tertiary-tertiary-700, #2E383F);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .nv-cardhover {
        padding: 27px 0px 14px !important;
    }

    .nv-productCard__box a {
        font-size: 14px;
    }

}

@media (max-width:400px) {

    /* .nv-whyus__featured {
        padding: 0 !important;
    } */
    .nv-productCard__body h3 {
        font-size: 16px;
    }


    .nv-productCard__body p {
        font-size: 14px;
    }



    .nv-vid__image img {
        width: 250px;
    }

    .nv-ourproject__overlay {
        padding: 10px !important;
    }
}


.swiper-pagination-bullet {
    background-color: var(--teritarycolor-400);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
    width: 13px;
    border-radius: 10px;
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}



.swiper-button-prev,
.swiper-button-next {
    background: white;
    color: var(--primarycolor-100);
    padding: 12px;
    width: 48px;
    box-shadow: 0px 6px 30px rgba(7, 97, 125, 0.12) !important;
    border-radius: 10px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--primarycolor-200);
    color: #fff;
}

/* !404 page */
.nv-undefinedpage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nv-undefinedpage__text {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
}

.nv-undefindedpage__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 42px;
    gap: 8px;
}

.nv-undefindedpage__btn .nv-undefindedpage__btn--backhome {
    border-radius: 7px;
    background: var(--primarycolor-400);
    color: #FFF;
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;
    padding: 16px 20px;
}

.nv-undefindedpage__btn .nv-undefindedpage__btn--prevpage {
    border-radius: 7px;
    background: var(--secondary-secondary-200, #F9A828);
    color: #FFF;
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
    padding: 16px 20px;
}

/* ! LOGIN FILE */

.nv-loginpage {
    border-radius: 10px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 108px auto;
    width: 856px;
    gap: 24px;
    position: relative;
}

.nv-loginform {
    padding: 0;
}

.nv-loginform .nv-login-form__forgotpassword p.form-row span {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-loginform__image {
    position: relative;
    text-align: center;
    padding: 0;
    background: linear-gradient(rgb(7 97 125 / 69%), rgb(7 97 125 / 69%)), url(../images/login/bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 392px;
    height: 504px;
}

.nv-loginform__image--logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.nv-loginform__image--logo img {
    width: 57px;
    height: 57px !important;
}

.nv-loginform__image--logo .nv-loginform__image--text h4 {
    color: var(--tertiary-tertiary-100, #F7F7F7);
    font-family: var(--font-kalameh) !important;
    font: var(--font-head);
}

.nv-loginform__image--logo .nv-loginform__image--text p {
    color: var(--tertiary-tertiary-300, #C1C1C1);
    text-align: right;
    font: var(--font-thin);
    line-height: normal;
}

.nv-loginpage .nv-loginform__image .background {
    width: 100%;
    padding: 0;
    height: 507px;
    border-radius: 10px;
}

.nv-loginpage .nv-loginform .woocommerce-Input {
    padding-right: 45px;
    border-radius: 8px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    outline: none;
}

.nv-loginpage .nv-loginform .woocommerce-form i {
    position: relative;
    top: 39px;
    font-size: 24px;
    right: 10px;
    color: var(--teritarycolor-300);
}

.nv-loginpage .nv-loginform p.form-row {
    margin: 0;
}


.nv-loginform__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 12px;
}

.nv-login-form__text {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p5);
    line-height: 120%;
}

.nv-login-form__forgotpassword {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 117px;
    flex-wrap: wrap;
}

.woocommerce-form-register .nv-login-form__forgotpassword {
    padding-bottom: 20px;
}

.woocommerce-form-register .woocommerce-form-register__submit {
    padding: 18px 95px;
    background: var(--primarycolor-400);
    color: #FFF;
    text-align: right;
    font: var(--font-h5);
    line-height: 120%;
    border-radius: 10px;
    border: 0;
}

.nv-loginform p.lost_password {
    margin: 0;
}

.nv-loginform p.lost_password a {
    color: var(--primary-primary-300, #147C9C);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-loginform .nv-login-form__notlogin {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 12px;
}

.nv-loginform .nv-login-form__notlogin a {
    color: var(--primary-primary-300, #147C9C);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-loginform .woocommerce-form-login__submit {
    border-radius: 10px;
    background: var(--primarycolor-400);
    color: #FFF;
    text-align: center;
    font: var(--font-h5);
    line-height: 120%;
    padding: 18px 108px;
    border: 0;
}

.nv-loginpage .nv-loginpage__backhome {
    text-align: left;
    position: absolute;
    bottom: -36px;
}

.nv-loginpage .nv-loginpage__backhome a {
    color: var(--teritarycolor-500);
    font: var(--font-p2);
    line-height: 32px;
}

/* !archiveProduct */
.nv-pagination-container {
    margin-top: 68px;
}

.nv-pagination-numbers li {
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-pagination-numbers li.nv-paginationdots {
    background: transparent !important;
    box-shadow: none !important;
}

.nv-pagination-numbers li:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--secondarycolor-200);
}

.nv-pagination-numbers li.active {
    color: #fff;
    background-color: var(--secondarycolor-200);
}


.nv-pagination-numbers li a {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-pagination-numbers .nv-prevpagenumber a svg {
    margin-left: 10px;
}

.nv-pagination-numbers .nv-nextpagenumber {
    padding: 15px 26px 15px 14px;
}

.nv-pagination-numbers .nv-nextpagenumber a svg {
    margin-right: 10px;
}

.nv-archive__product {
    padding-left: 0;
    gap: 24px;
}

.nv-archive__product .nv-product__card {
    margin-bottom: 24px;
}

.nv-productCard {
    flex-basis: 306px;
}

.nv-productCard__body {
    padding-right: 0;
    padding-bottom: 13px;
}

.nv-archive__nav svg {
    color: var(--teritarycolor-300);
}

.nv-archiveblog__nav {
    padding: 0 52px;
}

.nv-archive__nav-prev {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-archive__nav-select {
    color: var(--secondarycolor-200);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-archive__title {
    padding: 30px 0px;
}

.nv-archiveblog__posts {
    padding: 0 24px;
}

.nv-archiveblog__posts .nv-lastblogitem {
    width: 30%;
}

.nv-archive__title h1 {
    color: var(--primarycolor-400);
    text-align: right;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.nv-archive__title .nv-archive__dropdown {
    padding: 8px 12px;
    border-radius: 10px;
    background: var(--teritarycolor-200);
}

.nv-archive__title .nv-archive__dropdown select {
    border: none;
    outline: 0;
    background: var(--teritarycolor-200);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-archive__title .nv-archive__dropdown option {
    background: #fff;
    color: var(--tertiary-tertiary-700, #2E383F);
    text-align: right;
    font: var(--font-p3);
    line-height: 28px;
}

.nv-archive__title .btn.dropdown-toggle {
    border-radius: 10px;
    background: var(--teritarycolor-200);
}

/* ! SIDEBAR OF ARCHIVE PRODUCT */
.nv-archive__sidebar {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 60px -21px rgba(68, 74, 88, 0.20);
}

.nv-archive__sidebar__search {
    padding: 15px 17px 16px 13px;
    border-radius: 12px;
}

.nv-archive__serachicon {
    padding: 12px 12px 8px 12px;
    background: var(--secondary-secondary-200, #F9A828);
    border-radius: 10px;
}

.nv-archive__sidebar__search {
    gap: 6px;
}

.nv-archive__sidebar__search form {
    width: 100%;
}

.nv-archive__sidebar__search input {
    outline: none;
    padding: 14px 18px 15px 0;
    border-radius: 10px;
    border: none;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-archive__serachicon i {
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.40);
}

.nv-archive__sidebar__productcategory,
.nv-archive__sidebar__lastproduct,
.nv-archive__sidebar__lastproject,

.nv-archive__sidebar__selectedproduct,
.nv-archive__sidebar__selectedproject,

.nv-archive__sidebar__projectcategory {
    padding: 14px 17px;
}

.nv-archive__sidebar__productcategory h6,
.nv-archive__sidebar__projectcategory h6 {
    max-width: 100%;
    border: none;
    padding: 16px 0;
    border-radius: 10px;
    background: var(--primarycolor-400);
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.40);
    color: #fff;
    margin-bottom: 23px;
}

.nv-archive__sidebar__productcategory--content p:nth-child(1),
.nv-archive__sidebar__projectcategory--content p:nth-child(1) {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    /
}

.nv-archive__sidebar__productcategory--content p:nth-child(2),
.nv-archive__sidebar__projectcategory--content p:nth-child(2) {
    padding: 1px 10px;
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-p2);
    line-height: 32px;
    border-radius: 8px;
    background: var(--others-light-gray, #F2F4F9);
}

.nv-archive__sidebar__lastproduct--content p,
.nv-archive__sidebar__lastproject--content p,

.nv-archive__sidebar__selectedproduct--content p,
.nv-archive__sidebar__selectedproject--content p {
    margin-block-end: 0 !important;
}

.nv-archive__sidebar__lastproduct--content p:nth-child(1),
.nv-archive__sidebar__lastproject--content p:nth-child(1),
.nv-archive__sidebar__selectedproduct--content p:nth-child(1),
.nv-archive__sidebar__selectedproject--content p:nth-child(1) {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-archive__sidebar__lastproduct--content p:nth-child(2),
.nv-archive__sidebar__lastproject--content p:nth-child(2) {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px;
}

.nv-archive__sidebar__lastproduct--content p:nth-child(3) span,
.nv-archive__sidebar__lastproject--content p:nth-child(3) span,
.nv-archive__sidebar__selectedproduct--content p:nth-child(2) span,
.nv-archive__sidebar__selectedproject--content p:nth-child(2) span {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-archive__sidebar__lastproduct--content p:nth-child(3),
.nv-archive__sidebar__lastproject--content p:nth-child(3),

.nv-archive__sidebar__selectedproduct--content p:nth-child(2),
.nv-archive__sidebar__selectedproject--content p:nth-child(2) {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p3);
    line-height: 32px;
}

.nv-archive__sidebar__lastproduct h6,
.nv-archive__sidebar__lastproject h6 {
    max-width: 100%;
    border: none;
    padding: 16px;
    border-radius: 10px;
    background: var(--primarycolor-400);
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.40);
    color: #fff;
    margin-bottom: 23px;
}

.nv-archive__sidebar__lastproduct--content img,
.nv-archive__sidebar__lastproject--content img {
    width: 80px;
    height: 80px;
    border-radius: 15px;

}

.nv-archive__sidebar__selectedproduct--content img,
.nv-archive__sidebar__selectedproject--content img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-left: 10px;
}

.nv-archive__sidebar__selectedproduct h6,
.nv-archive__sidebar__selectedproject h6 {
    max-width: 100%;
    border: none;
    padding: 16px;
    border-radius: 10px;
    background: var(--primarycolor-400);
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.40);
    color: #fff;
    margin-bottom: 23px;
}

/* !STYLE TO PRODUCT OF ARCHIVE PRODUCT */
.products-block-post-template li {
    list-style-type: none;

}




/* !SINGLE PRODUCT */
.nv-singleproduct {
    border-radius: 10px;
    background: #FFF;
    padding: 24px 24px 18px 24px;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    margin-bottom: 52px;
}

.nv-singleproduct__wrapper {
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-singleproduct__tabs {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    list-style: none;
}

.nv-singleproduct__tabs .description_tab {
    padding: 15px 24px;
    border-radius: 7px;
    background: var(--primarycolor-400);
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-singleproduct__tabs .productfeatured a {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}


.nv-singleproduct__description {
    display: block !important;
}

.nv-singleproduct__tabs .description_tab a {
    color: #FFF !important;

}

.nv-singleproduct__box__title i {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    color: #797F83;
}

.nv-singleproduct__rating .stars {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nv-singleproduct__rating .stars i.active {
    color: #ff9c1a;
}

.nv-singleproduct__rating .stars svg {
    color: #e6e6e6;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.nv-singleproduct__box__title {
    padding: 10px;
    border-radius: 10px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.woocommerce-product-gallery__image img {
    width: 478px;
}

.nv-singleproduct__rating {
    margin-top: 12px;
    gap: 19px;
}

.nv-singleproduct__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
}

.nv-singleproduct__text {
    color: var(--teritarycolor-500);
    text-align: justify;
    font: var(--font-p5);
    line-height: 192.5%;

}

.nv-singleproduct__description {
    margin: 13px 0 28px;
}

.nv-singleproduct__description p {
    color: var(--teritarycolor-500);
    text-align: justify;
    font: var(--font-p5);
    line-height: 32px;
}

.nv-singleproduct__info .dropdown {
    margin-bottom: 23px;
}

.nv-singleproduct__info .dropdown td {
    border: 0;
}

.nv-singleproduct__info .dropdown select {
    padding: 10px 12px;
    outline: none;
    width: 60%;
    border: none;
    border-radius: 10px;
    color: var(--teritarycolor-500);
    text-align: right;



    font: var(--font-p2);
    line-height: 32px;
    /* 213.333% */
}

.nv-singleproduct__meta {
    margin-bottom: 35px;
}

.nv-singleproduct__meta span {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p5);
    line-height: 120%;

}

.product_meta strong,
.nv-singleproduct__taxonomy a {
    color: var(--tertiary-tertiary-500, #797F83) !important;
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}


.nv-woocommerce-Price-currencySymbol {
    color: var(--teritarycolor-400);
    text-align: center;
    font: var(--font-p6);
    line-height: 120%;

}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    width: 11rem;
    padding: 7px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;

    cursor: pointer;
    margin: 0;
    position: relative;
    border-radius: 7px;
    background: var(--primary-primary-100, #B5D0D8);

}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    right: 3px;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #147C9C;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: none;
    border-width: 0 2px;
    color: var(--primary-primary-300, #147C9C);
    text-align: right;

    font: var(--font-p2);
    line-height: 15px;
    /* 100% */
    letter-spacing: -0.3px;
    text-align: center;
}



/* !RATING */
.nv-product__reviewlink {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


/* *SWIPER SLIDE */

.nv-singleproduct .mySwiper .swiper-slide-thumb-active {
    filter: grayscale(0) !important;
}

.nv-singleproduct .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    filter: grayscale(1);
}

.nv-singleproduct .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 12px;
}

p.nv-productstock {
    margin-top: 30px;
    display: inline-flex;
    padding: 0px 13.089px 2px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--secondary-secondary-200, #F9A828);
    color: #fff !important;
}

.nv-pricesymbol {
    color: var(--teritarycolor-400);
    text-align: center;

    /* P-medium */

    font: var(--font-p6);
    line-height: 120%;

}

.nv-singleproduct__info {
    padding: 16px 16px 24px 16px;
    border-radius: 10px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-singleproduct button.dropdown-toggle {
    background-color: #fff;
    border-radius: 10px;
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    border: 0;
}

.nv-singleproduct__productprice .nv-productCard__price__old {
    color: var(--teritarycolor-400);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.nv-singleproduct__productprice .nv-productCard__price__new {
    color: var(--secondarycolor-200);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.nv-single_add_to_cart_button {
    padding: 15px 35px;
    border: none;
    color: #FFF;
    text-align: center;
    font: var(--font-h5);
    line-height: 120%;
    border-radius: 7px;
    background: var(--primarycolor-400);
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-taxonomy-product_cat {
    border-bottom: 1px solid var(--teritarycolor-500);
    margin-bottom: 15px;
}

.nv-singleblog__category {
    list-style: none;
    padding: 0;
}


.nv-singleblog__tag {
    list-style: none;
    gap: 6px;
}

.nv-taxonomy-product_cat span,
.nv-taxonomy-product_tag span {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-taxonomy-product_cat a {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.nv-taxonomy-product_tag a {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    border-radius: 7px;
    background: var(--primary-100, #F2F5FF);
    padding: 10px 14px;
}

/* !STYLE TO COMMENTS  */
.nv-reviewpanel {
    margin-top: 77px;
}

.nv-reviewpanel>.nv-lastblogitem {
    height: fit-content !important;
    padding: 0;
}

.commentlist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.commentlist ul {
    list-style: none;
    padding: 0;
}

.nv-comment__container {
    display: flex;
}

.nv-singleproduct__comments__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
}

.nv-comment__container img {
    border-radius: 60px;
    border: 1px solid var(--primary-primary-100, #B5D0D8);
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 15px 0px rgba(156, 156, 156, 0.15);
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.nv-comment-text {
    margin-right: 12px;
}

.nv-comment-text strong {
    display: block;
}

.nv-comment-text .meta {
    margin-bottom: 0;
}

.nv-comment-text .meta .nv-comment__author {
    color: var(--primary-primary-300, #147C9C);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-review__commentsbox {
    padding: 20px 20px 12px 36px;
}

.nv-comment__date {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-comment-text .description {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.nv-add__comment-form input,
textarea {
    border-radius: 10px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    outline: none;
}



.nv-review_form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nv-review__commentsbox__answer {
    border: 1px solid gray;
}

.nv-review__commentsbox,
.nv-review__commentsbox__answer {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-review__commentsbox__title img {
    border-radius: 60px;
    border: 1px solid var(--primary-primary-100, #B5D0D8);
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 15px 0px rgba(156, 156, 156, 0.15);
    width: 60px;
    height: 60px;
}

.nv-review__commentsbox__title p:nth-child(1) {
    color: var(--primary-primary-300, #147C9C);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    margin-bottom: 0;
}

.nv-review__commentsbox__title p:nth-child(2) {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    margin-bottom: 0;
}

.nv-review__comment {
    color: var(--teritarycolor-500);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 0 68px 0 0px;
    /* 166.667% */
}

.nv-review__commentsbox__answer {
    margin-right: 50px;
}

/* !ADD comment by user STYLE */
.nv-addcomment {
    margin-top: 82px;
    margin-bottom: 88px;
}

.nv-addcomment__title {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
}

.nv-comment-form-comment input:nth-child(1) {
    margin-bottom: 14px;
}

.nv-addcomment__box {
    padding: 18px 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-form-submit {
    margin-top: 37px;
    margin-bottom: 0;
}

.nv-form-submit input[type=submit] {
    border-radius: 7px;
    background: var(--primarycolor-400);
    width: 100%;
    padding: 15px 20px;
    color: #fff;
}

.nv-shareproduct {
    font-size: 24px;
    padding: 0 10px;
    color: #07617D;
}

.nv-featuredproduct .nv-featuredproduct__table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.nv-featuredproduct__table {
    border-spacing: 0px 18px;
    border-collapse: separate;
}

.nv-featuredproduct__table th {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;

    border-radius: 0 10px 10px 0;
    border-left: 0 !important;
    vertical-align: middle;
    padding: 14px 24px 14px 0;
    border: 1px solid var(--tertiary-tertiary-400, #929292);
}

.nv-featuredproduct__table td {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
    border-radius: 10px 0 0 10px;
    border-right: 0 !important;
    padding: 14px 24px 14px 0;
    background: var(--tertiary-tertiary-200, #ECECEB) !important;
}

.nv-featuredproduct__table td p {
    margin-bottom: 0;
}

.nv-featuredproduct .nv-featuredproduct__table tbody tr td {
    border: 1px solid var(--tertiary-tertiary-400, #929292);
    background: var(--teritarycolor-200);
}

/* !BLOG POST style */

.container {
    position: relative;
}

.nv-archiveblog__sidebar,
.nv-archiveproject__sidebar {
    padding-right: 0;
}

.nv-stick-it {
    position: sticky;
    top: 0px;
}

.nv-archiveblog {
    gap: 24px;
    list-style: none !important;
    padding-left: 0;
    /* padding-right: 24px; */
}

.nv-archiveblog__body {
    padding: 0 52px;
}

.nv-archiveblog .nv-archivepost img {
    border-radius: 13px;
    width: 100%;
}


.nv-archiveblog .nv-archivepost {
    padding: 12px 13px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    width: 306px;
    height: 391px;
}

.nv-archiveblog .nv-archivepost__title {
    margin-bottom: 13px;
}

.nv-archivepost__title a {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h5);
    line-height: 120%;
}

.nv-archivepost__desc {
    border-bottom: 1px solid var(--teritarycolor-200);

}

.nv-archivepost__desc p {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-archive__sidebar .nv-archive__sidebar__selectedproduct--content,
.nv-archive__sidebar .nv-archive__sidebar__selectedproject--content {
    padding-bottom: 19px
}

.nv-archivepost__footer {
    margin-top: 13px;
}

.nv-archivepost__footer time a {
    color: var(--teritarycolor-400);


    font: var(--font-p2);
    line-height: 32px;

}

.nv-archivepost__footer .nv-archivepost__more,
.nv-archivepost__footer .nv-archivepost__more a {
    color: var(--teritarycolor-400);


    font: var(--font-p2);
    line-height: 32px;

}

/* !style To single blog */

.nv-blogpost {
    border-radius: 10px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-blogpost__title {
    border: 1px solid var(--teritarycolor-400);
    padding: 20px;
    border-radius: 7px;
    background: #FFF;
}

.nv-blogpost__title h3 {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    border-radius: 7px;
}

.nv-singlepost__author {
    margin-bottom: -80px;
    padding: 0 10px;
}

.nv-singlepost__author li p {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p3);
    line-height: 32px;
    /* 228.571% */
}

.nv-singlepost__author i {
    color: var(--secondarycolor-200);
    display: flex;
    width: 24px;
    font-size: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.nv-blogpost__banner-img {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 24px;
    width: 100%;
}

.nv-blogpost__text {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p5);
    line-height: 32px;
}

.nv-blogpost__text p {
    margin-bottom: 20px;
    text-align: justify;
}

.nv-blogpost__postimage img {
    border-radius: 10px;
    width: 204px;

}

ol {
    list-style: decimal;
}

.nv-blogpost__content-attributes {
    padding-left: 15px;
}

.nv-blogpost__content-attributes li span {
    color: var(--teritarycolor-500);
    font: var(--font-p5);
    line-height: 32px;
    border-radius: 7px;
    border: 1px solid var(--primary-primary-300, #147C9C);
    background: #FFF;
    padding: 4px 16px 0 16px;
}

.nv-blogpost__content-attributes li {
    color: var(--tertiarycolor-600);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;
}

.nv-blogpost__content-attributes>li {
    align-items: center;
    gap: 10px;
    display: flex;
    margin: 5px 0;
    margin-bottom: 16px;
}

.nv-blogpost__content-list {
    margin-top: 40px;
    display: inline-block;
}

.nv-blogpost__content-listitem {
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 25px 7px 18px;
    position: relative;
    border-radius: 7px;
    border: 1px solid var(--primary-primary-200, #89B5C2);
    background: #FFF;
}

.nv-blogpost__content-listitem p {
    margin-bottom: 0;
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;

}

.nv-blogpost__content-listitem svg {
    border-radius: 7px;
    background: var(--primarycolor-400);
    color: #fff;
    position: absolute;
    top: 4px;
    right: -15px;
    padding: 9px;
}

.nv-blogpost__quote-box {
    border-radius: 10px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    padding: 12px 20px;
}

.nv-blogpost__quote-box p {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-p6);
    line-height: 32px;
    padding: 0px 16px 0 20px;
}

.nv-blogpost__quote svg {
    color: var(--secondarycolor-200);
    font-size: 24px;
}

.nv-blogpost__moretext {
    margin-top: 20px;
    color: var(--tertiarycolor-600);
    text-align: justify;
    font: var(--font-p5);
    line-height: 32px;
}

.nv-blogpost__sharepost {
    position: relative;
}

.nv-blogpost__sharepost p {
    color: var(--teritarycolor-500);
    text-align: right;


    font: var(--font-p2);
    line-height: 32px;

}

.nv-blogpost__sharepost>i {
    color: var(--primarycolor-400);
    font-size: 24px;
    cursor: pointer;
}

.nv-postblog__border {
    border: 1px solid var(--teritarycolor-500);
    width: 1px;
    height: 24px;
}

.nv-postblog__sharepost__hover {
    padding: 0 18px 16px 18px;
    height: auto;
    position: absolute;
    top: 50px;
    left: -1px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    display: none;
}

.nv-sharepost__hover--close i {
    font-size: 24px;
    color: var(--teritarycolor-200);
    padding: 10px 0;
    cursor: pointer;
}

.nv-postblog__social {
    padding: 0 50px;
    gap: 16px;
}

.nv-postblog__social svg {
    font-size: 24px;
    padding: 5px;
    color: #C1C1C1;
    border-radius: 8px;
    border: 0.5px solid var(--tertiary-tertiary-200, #ECECEB);
}

.nv-postblog__social div:hover svg {
    border-color: var(--secondarycolor);
}

.nv-postblog__social div:hover svg.fa-whatsapp {
    color: #5FC454;
}

.nv-postblog__social div:hover svg.fa-square-facebook {
    color: #07617D;
}

.nv-postblog__social div:hover svg.fa-google {
    color: #9f3c1e;
}

.nv-postblog__social div:hover svg.fa-instagram {
    color: #fd5949;
}

.nv-postblog__sharelink {
    padding: 3px 0px 3px 8px;
    border-radius: 4px;
    border: 1px solid var(--tertiary-tertiary-200, #ECECEB);
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-postblog__sharelink p {
    direction: ltr;
    color: var(--teritarycolor-400);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 229px;
}

.nv-postblog__sharelink i {
    margin-right: 8px;
    font-size: 24px;
    color: #929292;
}

.nv-postblog__sharepost__hover .isax-add {
    color: var(--teritarycolor-200);
    display: flex;
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.nv-archiveproject {
    gap: 21px !important;

}

/* @media (max-width: 992px) {
    .flex-lg-wrap {
        flex-wrap: wrap !important;
        align-items: center;
        justify-content: center;
    }

} */

/*! single Project */
.nv-date__dalivery--date {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 16px;
}

.nv-date__dalivery--date p {
    color: var(--teritarycolor-400);
    text-align: center;
    font: var(--font-h5);
    line-height: 120%;
    margin: 0;
}

.nv-singleproject__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 44px;
}

.nv-date__delivery,
.nv-date__customer,
.nv-date__maker,
.nv-date__customer--satisfaction {
    width: 45%;
    flex-grow: 1;
}

.nv-singleproject__row {
    margin-bottom: 71px;
}

.nv-singleproject__about h4:nth-child(1) {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
    margin-bottom: 12px;
}

.nv-singleproject__about h4:nth-child(2) {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    color: var(--teritarycolor-400);
    text-align: center;
    font: var(--font-h5);
    line-height: 120%;
    width: 317px;
    padding: 16px 0;
}


.nv-singleproject__about {
    margin-bottom: 22px;
    gap: 24px;
}

.nv-singleproject__box {
    padding: 16px 18px 18px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    margin-bottom: 21px;
}

.nv-singleproject__box h4 {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-singleproject__box p {
    overflow: hidden;
    color: var(--teritarycolor-500);
    text-align: right;
    text-overflow: ellipsis;
    font: var(--font-p5);
    line-height: 172.5%;
}

.nv-singleproject__box svg {
    margin-left: 20px;
    color: #FFF;
    padding: 12px;
    border-radius: 7px;
    background: var(--secondary-secondary-200, #F9A828);
}

.nv-singleproject__swiper {
    user-select: none;
}

.nv-singleproject__swiper img {
    display: block;
    width: 100%;
    height: 448px !important;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 12px;
}

.nv-singleproject__thumb img {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 12px;
}

.nv-singleproject__thumb .swiper-slide-thumb-active {
    filter: grayscale(0) !important;
}

.nv-singleproduct .mySwiper .swiper-slide-thumb-active {
    filter: grayscale(0) !important;
}

.nv-singleproject__thumb .swiper-slide {
    width: 25%;
    height: 100%;
    filter: grayscale(1);
}

.nv-singleproduct .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 12px;
}

.nv-singleproject__anotherprj {
    margin-bottom: 250px;
    height: 268px;
    border-radius: 15px;
    background: var(--primarycolor-400);
}

.nv-singleproject__anotherprj .mySwiper5 {
    overflow-y: visible;
    text-align: center;
}

.nv-singleproject__anotherprj .swiper-pagination {
    bottom: -83px;
}

.nv-singleproject__anotherprj--title {
    padding: 45px 0;
    color: #FFF;
    text-align: center;
    font: var(--font-h3);
    line-height: 120%;
}

.nv-singleproject__anotherprj .mySwiper5 .swiper-slide-active {
    transform: scale(1.4);
    transition: 0.5s;
    z-index: 9999;
}

.nv-singleproject__anotherprj .mySwiper5 .swiper-button-next,
.nv-singleproject__anotherprj .mySwiper5 .swiper-button-prev {
    margin-top: -86px;
}

.nv-singleproject__anotherproject--slider img {
    max-width: 190px;
    height: 245px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
    z-index: 9999999999;
    position: relative;
    height: 196px;
}

/* ! Single Teams  */
.nv-singleteam__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 32px;
}

.nv-singleteam__team {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    padding: 34px;
    margin-bottom: 107px;
}

.nv-singleteam__team img {
    width: 100px;
    height: 100px;
    border-radius: 13px;
    margin-left: 22px;
    filter: grayscale(1);
}

.nv-singleteam__team h4 {
    color: var(--primarycolor-400);
    font: var(--font-h5);
    line-height: 120%;
    /* 21.6px */
}

.nv-singleteam__team-title p {
    color: var(--tertiary-tertiary-700, #2E383F);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-singleteam__text {
    color: var(--gray-gray-400, #617081);
    text-align: right;
    font: var(--font-p5);
    line-height: 32px;
}

.line-break {
    border-bottom: 1px solid #ececec;
    margin-bottom: 34px;
}

.nv-singleteam__social .social-bg {
    text-align: center;
    padding: 7px 7px 0 7px;
    border-radius: 8px;
    background: var(--tertiary-tertiary-300, #C1C1C1);
}

.nv-singleteam__social .social-bg i {
    color: #fff;
    font-size: 18px;
}

.nv-singleteam__teamproject--title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 31px;
}

.nv-singleteam__teamproject--box {
    padding: 42px 44px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    margin-bottom: 73px;
}

.nv-singleteam__masonry {
    display: flex;
    gap: 16px;
}

.nv-singleteam__masonry img {
    width: 50%;
    border-radius: 20px;
    margin-bottom: 12px;
}

.nv-singleteam__memberteam {
    padding: 14px 17px 22px 17px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 60px -21px rgba(68, 74, 88, 0.20);
    height: fit-content;
}

.nv-singleteam__memberteam--title {
    padding: 16px 0;
    color: #FFF;
    text-align: center;
    font: var(--font-p7);
    line-height: 120%;
    border-radius: 10px;
    background: var(--primarycolor-400);
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.40);
}

.nvsingleteam__memberteam--member {
    margin-top: 16px;
    gap: 16px;
}

.nvsingleteam__memberteam--member img {
    height: 80px;
    border-radius: 15px;
}

/* !pannel */


.nv-pannel__navigation ul {
    list-style: none;
}

.nv-pannel__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 36px;
}

.nv-pannel__profile {
    padding: 24px;
    border-radius: 10px 10px 0px 0px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-pannel__profile img {
    width: 77px;
    height: 77px;
    border-radius: 77px;
    border: 3px solid #FFF;
    object-fit: cover;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
    margin-left: 12px;
}

.nv-pannel__profile h4 {
    color: var(--primary-primary-300, #147C9C);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-pannel__code {
    color: var(--teritarycolor-400);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 271.429% */
}

.nv-pannel__code span {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p6);
    line-height: 120%;

}

.nv-pannel__editname {
    color: var(--teritarycolor-300);
}

.nv-pannel__content,
.nv-pannel__content--download,
.nv-pannel__content--address {
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-pannel__sidebar {
    border-radius: 0 0 10px 10px;
    background: #FBFBFB;
    display: block;
}

.nv-pannel__sidebar li a {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-pannel__sidebar li {
    padding: 24px;
}

.nv-pannel__sidebar li svg {
    color: #147C9C;
}

.nv-pannel__sidebar li.active a {
    color: var(--primary-primary-300, #147C9C);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
    border-right: 3px solid;
    padding: 0 10px 0 0;
    border-radius: 2px;
}

.breakline-sidebar {
    border-top: 1px solid #ececec;
}

.nv-pannel__content strong {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
    /* 21.6px */
}

.nv-pannel__content p,
.nv-pannel__content a {
    color: var(--teritarycolor-500);
    font: var(--font-h4);
    line-height: 120%;
}

.nv-pannel__content--download svg {
    font-size: 75px;
    margin-bottom: 34px;
    color: #B5D0D8;
}

.nv-pannel__info--download {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h4);
    line-height: 120%;
}

.nv-pannel__text--address {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    /* 213.333% */
}

.nv-pannel__address--address {
    cursor: pointer;
    padding: 24px;
    border-radius: 10px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-pannel__address--address i {
    padding-left: 15px;
    font-size: 34px;
    color: #929292;
}

.nv-pannel__address--address p,
.nv-pannel__address--address a,
.nv-pannel__address--address h3 {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
    margin-bottom: 0;
}

.nv-pannel__address--address:hover p,
.nv-pannel__address--address:hover i,
.nv-pannel__address--address:hover a,
.nv-pannel__address--address:hover h3 {
    color: var(--primary-primary-300, #147C9C);
}

.nv-pannel__editaddress--title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
    /* 21.6px */
}

.nv-pannel__editaddress label {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-pannel__editaddress input {
    border-radius: 7px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    color: #147C9C;
}

.nv-pannel__address--submit button {
    color: #fff;
    border-radius: 7px;
    background: var(--primarycolor-400);
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.10);
}

/* Details */
.nv-pannel__details {
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-pannel__details--title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
    /* 21.6px */
}

.nv-pannel__detailform label {
    color: var(--teritarycolor-400);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-pannel__detailform--displayname {
    color: var(--teritarycolor-400);
    text-align: right;

    /* P1-regular */

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
    margin-bottom: 54px;
}

.nv-pannel__detailform input {
    outline: none;
    border-radius: 7px;
    border: 1px solid var(--tertiary-tertiary-300, #C1C1C1);
    background: #FFF;
    color: #147C9C;
}

.nv-pannel__detailform input.display-name {
    margin-bottom: 16px;
}

.nv-pannel__changepassword {
    padding: 0;
}

.nv-pannel__changepassword .title {
    margin-top: 52px;
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h4);
    line-height: 120%;
    /* 21.6px */
}

/* ! pannel CART */
.nv-pannel__cart__title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 55px;
}

.nv-pannel__cart--box {}

.nv-pannel__shoptable {
    border-collapse: separate;
    border-spacing: 0 40px;
}


table tbody>tr:nth-child(odd)>td {
    background-color: inherit;
}

.nv-pannel__shoptable td {
    border: 0;
    padding: 0;

}

.nv-pannel__shoptable td a img {
    width: 95px;
    height: 95px;
    border-radius: 10px;
}

/* !pannel ORder */
.nv-pannel__order {
    border-radius: 10px;
    background: #FFF;
    padding: 0;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-pannel__order-table .nv-ordertable__head th {
    border: 0 !important;
}

.nv-pannel__order-table .nv-ordertable__body td {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.nv-pannel__order-table {
    table-layout: fixed;
}

.nv-pannel__order-table .nv-ordertable__body tr td:nth-child(even),
.nv-pannel__order-table .nv-ordertable__head th:nth-child(even) {
    background: var(--tertiary-tertiary-100, #F7F7F7);
}


.nv-ordertable__head,
.nv-ordertable__body {
    text-align: center;
}

.nv-pannel__order-table .nv-ordertable__head span {
    color: var(--primarycolor-400);
    font: var(--font-p7);
    line-height: 120%;
}

.nv-ordertable__body .nv-order__link,
.nv-ordertable__body .nv-order__date {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-order__status--fail {
    color: #F21D1D;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-order__status--success {
    color: #218558;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-order__status--waiting {
    color: #FC8313;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-ordertable__price {
    color: var(--teritarycolor-500);
    text-align: right;
    font: var(--font-p7);
    line-height: 120%;
}

.nv-order__btn--view,
.nv-order__btn--cancel,
.nv-order__btn--pay {
    color: var(--teritarycolor-500);
    font: var(--font-p7);
    line-height: 120%;
}

.nv-order__btn--cancel:hover {
    color: red;
}

.nv-pannel__download-table {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.nv-pannel__download-table .nv-downloadtable__body .download-image {
    border-right: 0;
    border-left: 0;
    /* padding: 0; */
}

.nv-pannel__download-table .nv-downloadtable__body .download-file__main {
    border-left: 0;
}

.nv-pannel__download-table td {
    color: var(--teritarycolor-500);
    text-align: center;
    font: var(--font-p7);
    line-height: 120%;
    border: 1px solid #ececec;
    /* padding: 0 21px; */
    vertical-align: middle !important;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    /* padding: 0; */
}

.nv-pannel__download-table td p {
    color: var(--tertiary-tertiary-400, #929292) !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.nv-pannel__download-table .nv-downloadtable__body {
    border-radius: 16px;
    background: var(--tertiary-tertiary-100, #F7F7F7);
}

.nv-pannel__download-table .nv-downloadtable__body .download-image img {
    width: 95px;
    height: 95px;
    border-radius: 10px;
}

.nv-pannel__download-table .nv-downloadtable__body .download-name {
    border-right: 0;
}

.nv-pannel__download-table .nv-downloadtable__body .download-name a {
    margin-right: -10px;
}

.nv-download__detail-btn {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-p2);
    line-height: 32px;
    /* 213.333% */
    padding: 10px 20px;
    border-radius: 7px;
    background: var(--primary-primary-100, #B5D0D8);
}

.nv-download__detail-btn:hover {
    background-color: #fff;
    color: #07617D;
}

.nv-download__download-btn {
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 7px;
    border: 1px solid var(--primarycolor-400);
    background: #FFF;
    color: var(--primarycolor-400);
    text-align: center;



    font: var(--font-p2);
    line-height: 32px;
    /* 213.333% */
    transition: 0.5s;
}

.nv-download__download-btn:hover {
    background: var(--primarycolor-400);
    color: #FFF;
}

.nv-download__productname {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h4);
    line-height: 120%;
    border-right: 0;
}


/* contact us page */
.nv-contactus__title {
    margin-top: 100px;
}

.nv-contactus__title h2 {
    color: var(--primarycolor-400);
    font: var(--font-h2);
    line-height: 180%;
}

.nv-contactus__information--form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nv-contactus__information--form,
.nv-contactus__information--about {
    width: 50%;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-contactus__information--form i {
    position: absolute;
    font-size: 24px;
    color: var(--teritarycolor-400);
    padding-right: 12px;
}

.nv-contactus__information--form input,
.nv-contactus__information--form textarea {
    border-radius: 10px;
    border: 1px solid var(--teritarycolor-300);
    background: var(--teritarycolor-100);
    padding: 13px 48px 13px;
    outline: none;
}

.nv-contactus__information--submit {
    display: flex;
    justify-content: end;
}

.nv-contactus__information--submit a {
    background: var(--primarycolor-400);
    padding: 6px 47px;
    color: #FFF;
    text-align: right;
    font: var(--font-p-regular);
    line-height: 120%;
    border-radius: 10px;
}

.nv-contactus__information--about .nv-contactus__information--about--title {
    color: var(--primarycolor-400);
    text-align: right;
    font: var(--font-h3);
    line-height: 120%;
    margin-bottom: 20px;
}

.nv-contactus__information--about .nv-contactus__information--about--address {
    margin-bottom: 18px;
}

.nv-contactus__information--about .nv-contactus__information--about--address i {
    font-size: 24px;
    color: var(--tertiarycolor-600);
}

.nv-contactus__information--about .nv-contactus__information--about--address p {
    color: var(--tertiarycolor-600);
    font: var(--font-p1);
    line-height: 38px;
    margin-bottom: 0;
}

.nv-contactus__information--about .nv-contactus__information--about--address .nv-contactus__seprate {
    width: 1px;
    height: 23px;
    background: var(--teritarycolor-500);
}


/* About us  */
.nv-aboutus__hero {
    gap: 56px;
}

.nv-aboutus__img {
    width: 30%;
}

.nv-aboutus__content {
    width: 62%;
}

.nv-aboutus__hero .nv-aboutus__title {
    color: var(--primarycolor-400);
    font: var(--font-h1);
    line-height: 120%;
    margin-bottom: 22px;
}

.nv-aboutus__hero .nv-aboutus__text {
    color: var(--tertiarycolor-700);
    text-align: justify;

    font: var(--font-p-regular);
    line-height: 24.5px;
}

.nv-aboutus__exprience--statistics {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
    gap: 45px;
    width: fit-content;
    padding: 29px 117px 49px 119px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.nv-aboutus__exprience .nv-aboutus__exprience--title h2 {
    color: var(--primarycolor-400);
    text-align: center;
    font: var(--font-h1);
    line-height: 120%;
    margin-top: 85px;
    margin-bottom: 40px;
}

.nv-aboutus__statistics--title {
    color: var(--secondarycolor-200);
    text-align: right;
    font: var(--font-h1);
    line-height: 120%;
}

.nv-aboutus__statistics--text {
    color: var(--teritarycolor-500);

    font: var(--font-p-regular);
    line-height: 120%;
    /* 19.2px */
}

.nv-aboutus__exprience--statistics .nv-aboutus__seprate {
    width: 2px;
    height: 57px;
    background-color: var(--teritarycolor-200);
}

.nv-aboutus__teams {
    margin-top: 60px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-aboutus__teams--title {
    padding: 49px 25px;
}

.nv-aboutus__teams--title h2 {
    color: var(--primarycolor-400);
    font: var(--font-h2);
    line-height: 180%;
}

.nv-aboutus__teams--title p {
    color: var(--tertiarycolor-700);
    font: var(--font-p-medium);
    line-height: 120%;
}

.nv-aboutus__team {
    border-radius: 20px;
    background: var(--teritarycolor-100);
    padding: 16px;
    gap: 16px;
    flex-wrap: wrap;
    width: 30%;
}

.nv-aboutus__team img {
    border-radius: 13px;
    width: 120px;
    filter: grayscale(1);
    flex-grow: 1;
}

.nv-aboutus__team .nv-aboutus__team--name {
    color: var(--primarycolor-400);
    font: var(--font-h4);
    line-height: 120%;
    margin-bottom: 15px;
}

.nv-aboutus__team .nv-aboutus__team--job {
    color: var(--tertiary-tertiary-700, #2E383F);
    text-align: right;
    font: var(--font-p2);
    line-height: 32px;
}

.nv-social__wrapper {
    overflow: hidden;
    /* display: none; */
    padding-top: 15px;
}

.nv-aboutus__team--socialmedia {
    gap: 6px;
    position: relative;
    top: 43px;
    transition: top ease-in-out 0.3s;
    flex-wrap: wrap;
}

.nv-aboutus__team:hover {
    cursor: pointer;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(7, 97, 125, 0.12);
}

.nv-aboutus__team:hover img {
    filter: grayscale(0);
}

.nv-aboutus__team:hover .nv-social__wrapper {
    /* overflow: visible;
    display: flex; */
}

.nv-aboutus__team:hover .nv-aboutus__team--socialmedia {
    top: 0;
}


.nv-aboutus__social--icon {
    background: var(--secondarycolor-200);
    padding: 7px;
    border-radius: 10px;
}

.nv-aboutus__social--icon svg {
    color: #fff;
    font-size: 20px;
}

.nv-aboutus__myteams {
    padding: 0px 30px 50px;
    display: flex;
    gap: 24px;
    justify-content: start !important;
}