﻿.mt-50 {
    margin-top: 70px;
}

.nk-hero-content h1 {
    color: #eee;
    line-height: 1.5;
}
.nk-hero-content h1 a{
    color: #eee;
}
.nk-hero-content h2 {
    color: #eee;
    line-height: 1.5;
    font-size: 42px;
}
.why-choose-sec {
    padding-top: 90px;
}

.why-choose-sec .feature p {
    color: #dcdcdc;
}

.step-sec {
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px;
    background-color: #ffffff;
    padding: 90px 0px;
}
footer a {
    color: #dce3ed;
}

footer a:hover {
    color: #ffffff;
}

.footer-address-box {
    padding: 0px;
    margin: 0px;
}

.footer-address-box li {
    display: flex;
}

.footer-address-box li i {
    margin-top: 5px;
    margin-right: 8px;
}

.footer-address-box li a {
    color: #dce3ed;
}

.footer-address-box li a:hover {
    color: #ffffff;
}

/*================
 stay connect section 
 =====================================*/
.saty-connect-sec {
    background-color: #061121;
}
.saty-connect-box {
    max-height: 793px;
    min-height: 793px;
    padding-top: 126px;
    padding-bottom: 147px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.stay-connect-round-shape {
    position: absolute;
    animation: rotate360 5s linear infinite;
    -webkit-animation: rotate360 5s linear infinite;
    z-index: -1;
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.stay-connect-round-shape img {
    max-width: 100%;
}

.stay-connect-mash-grade {
    position: absolute;
    z-index: -1;
}

.saty-connect-box .section-title {
    position: relative;
    z-index: 3;
    max-width: 412px;
    width: 100%;
    /* margin: auto; */
}

.stay-connect-content .section-title h2 {
    font-size: 40px;
}

.stay-connect-content .section-title h5 {
    /* font-family: "DM Sans", sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 12px;
}

.stay-connect-btns a {
    display: flex;
    color: #061121;
    background: #ffffff;
    border-radius: 30px;
    padding: 7px 24px;
    max-width: 200px;
    width: 200px;
    margin: auto;
}

.stay-connect-btns a h5 {
    font-size: 16px;
    margin-left: 15px;
}

.stay-connect-btns a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.stay-connect-btns .qr-code {
    text-align: center;
    margin-top: 50px;
}

.stay-connect-btns .qr-code-img {
    margin-bottom: 20px;
}

.stay-connect-mobile-img {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: auto;
    margin-top: -95px;
    /* background-color: #ffffff; */
}

/* working process section */

.process-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dde6ff;
    margin: auto;
    text-align: center;
    flex-direction: column;
    border-radius: 50%;
    padding: 40px;
}

.process-box.dark-clr {
    background: #121a2f;
}

.process-box.dark-clr h6 {
    color: #008ed9;
}

.process-box h6 {
    font-size: 20px;
    margin-top: 15px;
}

.process-box img {
    width: 100px;
}

.app-btn {
    color: #121a2f;
    border-radius: 30px;
    padding: 2px 15px;
    border: 1px solid #121a2f;
}
.working-process-sec {
    padding: 90px 0px;
    background-color: #ffffff;
    background: url(../images/bg/working-bg.png) no-repeat #ffffff;
    background-size: contain;
    background-position: center !important;
    /* border-bottom-left-radius: 250px;
    border-top-right-radius: 250px; */
    /* margin-top: 60px; */
}

.shape-center {
    max-width: 55%;
    margin: auto;
}

/*==================
 about us section 
 -===========================*/
.about-img-box {
    position: relative;
    z-index: 1;
}

.about-img-box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 300px;
    width: 300px;
    z-index: -1;
    background: #5153ff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(100px);
}

.about-sec {
    padding: 90px 0px;
    background: url(../images/bg/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}

.about-sec .section-head,
.about-sec .section-head h2 {
    color: #fff;
}

.abt-list {
    display: flex;
    flex-wrap: wrap;
}

.abt-list li {
    width: 40%;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #0e1424;
    font-weight: 500;
}

.abt-list li img {
    margin-right: 7px;
}

.rotate-down {
    transform: rotate(180deg);
}

/*===========================
 video section 
 =========================*/
.vdeo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vdeo-box a {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
    font-size: 47px;
    position: relative;
}

.vdeo-box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    transform: translateX(0%) translateY(0%);
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        var(--bs-bg-gradient-angle, 0deg),
        RGBA(108, 91, 243, var(--bs-bg-opacity, 1)) 48.76%,
        RGBA(164, 37, 254, var(--bs-bg-opacity, 1)) 98.19%
    );
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.vdeo-box a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    transform: translateX(0%) translateY(0%);
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        var(--bs-bg-gradient-angle, 0deg),
        RGBA(108, 91, 243, var(--bs-bg-opacity, 1)) 48.76%,
        RGBA(164, 37, 254, var(--bs-bg-opacity, 1)) 98.19%
    );
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*===========================
 product section 
 =========================*/
.product-box {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.product-img-box {
    width: 80%;
    overflow: hidden;
}
.product-img-box img {
    transition: all 0.5s ease-in-out;
}
.product-box:hover .product-img-box img {
    transform: scale(1.05);
}
.product-content-box {
    position: absolute;
    background: linear-gradient(-45deg, #061f61, #18b5e2);
    padding: 20px;
    color: #ffffff;
    right: 0px;
    bottom: 17px;
    border-radius: 4px;
}
.product-content-box span {
    font-size: 12px;
    color: #ffffff;
}
.product-content-box h6 {
    font-size: 18px;
    color: #ffffff;
}

.product-sec {
    padding-top: 60px;
    /* background: url(../images/gradient/product-bg.jpg); */
}

/*======================
 Product  page 
 ==========================*/

.template-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-list-box {
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffff;
}

.product-list-content-box {
    text-align: center;
}
.product-list-box h6 {
    margin-bottom: 6px;
    height: 40px;
}
.product-list-box .product-list-img-box img {
    height: 200px;
    object-fit: contain;
}

.product-btn {
    position: relative;
    margin: 0;
    padding: 10px 39px;
    outline: none;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background: radial-gradient(100% 100% at 100% 0%, #89e5ff 0%, #5468ff 100%);
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
        0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
        inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    margin-top: 6px;
}

/* .product-btn:hover {
  animation: sh0 0.5s ease-in-out both;
} */

@keyframes sh0 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(7deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.product-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.product-btn::before,
.product-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1),
        opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.product-btn:hover::before,
.product-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1),
        opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.product-btn:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.product-btn:hover::after {
    transform: translate(50%, 0) scale(1.1);
}

.list-spec li {
    position: relative;
    font-size: 14px;
    color: #000;
}

.list-spec li::before {
    content: "\00BB";
    display: inline-block;
    padding-right: 8px;
    font-size: 19px;
    color: #003a58;
}
/*======================
 Product Detail page 
 ==========================*/
.product-detail-thumb .swiper-slide {
    opacity: 0.4;
}

.product-detail-thumb .swiper-slide-thumb-active {
    opacity: 1;
}
.product-detail-head {
    font-size: 30px;
    margin-bottom: 20px;
}

.product-details-content-box p {
    text-indent: 30px;
}

.product-detail-tab li {
    margin-right: 20px;
}
.product-detail-tab .tab-content ul {
    padding-left: 10px;
}

.product-detail-tab .tab-content ul li::before {
    content: "\00BB";
    display: inline-block;
    padding-right: 8px;
    font-size: 19px;
    color: #003a58;
}

.product-video-slider .product-video iframe {
    height: 200px !important;
    width: 100% !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 99;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000c6a;
    color: #000c6a;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #000c6a;
    color: #ffffff;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.swiper-button-prev {
    left: 0px;
}
.swiper-button-prev:before {
    height: 72px;
    content: "\2039";
}

.swiper-button-next {
    right: 0px;
}
.swiper-button-next::before {
    content: "\203A";
    height: 72px;
}

.product-detail-slider img {
    width: 100%;
}
.product-detail-thumb .swiper-slide {
    cursor: pointer;
}
/*======================
 features page 
 ==========================*/

.bg-gradient-success {
    background: linear-gradient(0deg, #045e13cf, #33d60a);
}

/*======================
 features page 
 ==========================*/
.simple-to-use-sec {
    padding: 90px 0px;
    background-color: #ffffff !important;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px;
}

.radious-image img {
    border-radius: 0px 70px;
}

/* contact-us-section */

.nk-page-head h1 {
    color: white;
}
.location {
    position: relative;
    top: -12px;
}
/* contact-us-section */

/* about-us-section */
.about {
    background-color: rgb(247, 247, 247);
}

.section .section-head .title-h1 {
    color: white;
}
.about-nano-content {
    margin-top: 70px;
}
.about-nano .header h2 {
    text-align: center;
}
.about-nano-content .para {
    text-align: center;
    font-size: 16px;
}

.section-content .list-view li {
    display: flex;
}
.section-content .list-view em {
    color: #6c5bf3;
    font-size: larger;
    font-weight: bolder;
    margin-right: 12px;
    padding-top: 4px;
}
.about .about-section {
    margin-top: 50px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 100px;
}
.block-text p {
    text-align: justify;
}
/* about-us-section */

/* manual-process-section */
.demerits-section {
    padding: 90px 0px;
}

.demerits-header {
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}

.demerits-section .demerits-content {
    /* font-size: 1.25rem; */
    font-weight: 400;
}
.demerits-content .demerits-li em {
    display: flex;
    font-weight: bold;
    font-size: 22px;
    margin-right: 12px;
    margin-top: 6px;
}
.demerits-content .demerits-li li {
    display: flex;
}
.demerits-section .demerits {
    margin-top: 32px;
    margin-left: 40px;
}

/* manual-process-section */
.nk-hero-content .type-init {
    background: linear-gradient(180deg, #6c55ff 0%, #ff6e95 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.simple-to-use-sec li .icon {
    color: #6c5bf3;
    font-size: larger;
    font-weight: bolder;
    margin-right: 8px;
    padding-top: 4px;
}
.simple-to-use-sec li {
    display: flex;
    font-size: 1rem;
}
.breadcrumb li {
    color: whitesmoke;
}

.nk-page-head {
    background-color: #0e1424;
}

.segment-pb {
    padding-bottom: 90px;
}

.logo-img {
    width: 70px;
}

.cta-btn {
    position: relative;
    margin: 0;
    padding: 10px 39px;
    outline: none;
    text-decoration: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background: radial-gradient(100% 100% at 100% 0%, #89e5ff 0%, #5468ff 100%);
    box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%),
        0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%),
        inset 0px -0.01em 0px rgb(58 65 111 / 50%);
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.cta-btn:hover {
    animation: sh0 0.5s ease-in-out both;
}

@keyframes sh0 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(7deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.cta-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.cta-btn::before,
.cta-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1),
        opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.cta-btn:hover::before,
.cta-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1),
        opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.cta-btn:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.cta-btn:hover::after {
    transform: translate(50%, 0) scale(1.1);
}

/*==============================
          Menu style 
===============================*/

body {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body > .over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
body.open-menu {
    left: -250px;
}
body.open-menu > .over-menu {
    visibility: visible;
    opacity: 1;
}
body.open-menu .menu-container {
    right: 0 !important;
}
a {
    text-decoration: none !important;
    outline: none;
}
.hidden {
    display: none;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #0e1424;
    width: 100%;
    position: fixed;
    z-index: 10;
}
/* .header.small {
  position: fixed;
} */
header::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    right: 0;
    height: 0;
}
header .desk-menu {
    position: relative;
    width: 100%;
}

header .desk-menu .logo-adn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: table;
    z-index: 1;
}
header .desk-menu .logo-adn a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* background-image: url('https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png'); */
    background-position: 0;
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50px;
    /* height: 40px; */
    /* font-size: 0; */
}
header .desk-menu .box-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* padding: 16px 0 0; */
    display: block;
    margin: 0 auto;
    text-align: center;
}
.menu-header-container {
    display: flex;
    align-items: center;
    justify-content: end;
}
header .desk-menu .menu-container .menu-head,
header .desk-menu .menu-container .menu-foot {
    width: 100%;
    float: left;
    display: none;
}
header .desk-menu .menu-container .menu-head {
    background: #4285f4;
    padding: 16px 10px;
}
header .desk-menu .menu-container .menu-head .e1 {
    padding: 3px 0;
    float: left;
}
header .desk-menu .menu-container .menu-head .e1 img {
    width: 29px;
    float: left;
    height: 29px;
}
header .desk-menu .menu-container .menu-foot {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
}
header .desk-menu .menu-container .menu-foot .social {
    display: table;
    margin: 0 auto;
}
header .desk-menu .menu-container .menu-foot .social a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
    border-radius: 50%;
    background: #797c82;
    width: 29px;
    height: 29px;
}
header .desk-menu .menu-container .menu-foot .social a:last-child {
    margin: 0;
}
header .desk-menu .menu-container .menu-foot .social a:hover {
    background: #a4a7ac;
}
header .desk-menu .menu-container .menu-foot hr {
    margin: 6px auto 20px;
    display: table;
    width: calc(100% - 20px);
}
header .desk-menu .menu-container .menu-foot address {
    position: relative;
    text-align: left;
    padding: 0 15px;
    margin: 0;
}
header .desk-menu .menu-container .menu-foot address i {
    position: absolute;
    left: 0;
    top: 0;
}
header .desk-menu .menu-container .menu-foot address span {
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}
header .desk-menu .menu-container .menu {
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .desk-menu .menu-container .menu li.back {
    display: none;
}
header .desk-menu .menu-container .menu > li {
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    margin: 0 0 0 10px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: inherit;
}
header .desk-menu .menu-container .menu > li a {
    position: relative;

    font-size: 13.9px;
    padding: 30px 8px;
    display: block;
    color: #e3e3e3;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
    padding: 30px 20px 30px 8px;
    position: relative;
}

header .desk-menu .menu-container .menu > li.menu-item-has-children > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > span
    .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > span
    .icon::before,
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > span
    .icon::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    position: absolute;
    content: "";
    transform: rotate(-45deg) translateY(-50%);
    height: 1px;
    width: 7px;
    top: 50%;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > span
    .icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > span
    .icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-overflow-scrolling: touch;
    min-width: 200px;
    position: absolute;
    list-style: none;
    background: #fff;
    padding: 0;
    float: left;
    display: table;
    left: 0;
    width: 100%;
    float: left;
    display: none;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li {
    width: 100%;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    position: relative;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li
    > span
    a {
    color: #4e4e4e;
    padding: 12px;
}

.menu-item-has-children .sub-menu a {
    padding: 12px !important;
    color: #4e4e4e !important;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li
    .sub-menu {
    display: none;
}

header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span
    i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span
    i::before,
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span
    i::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #4e4e4e;
    position: absolute;
    content: "";
    height: 1px;
    width: 7px;
    top: 24px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span
    i::before {
    transform: rotate(45deg);
    right: 6px;
    top: 12px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > span
    i::after {
    transform: rotate(-45deg);
    right: 6px;
    top: 17px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover
    > a {
    display: block;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    > li.menu-item-has-children:hover
    > .sub-menu {
    display: block;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li:hover
    > a {
    color: #4285f4;
    background-color: #eeeff1;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li:hover
    > a::before {
    -webkit-transform: rotate(142deg);
    -moz-transform: rotate(142deg);
    -ms-transform: rotate(142deg);
    -o-transform: rotate(142deg);
    transform: rotate(142deg);
    top: 23px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    li:hover
    > a::after {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    right: 11px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    .sub-menu
    .sub-menu {
    left: 100%;
    top: 0px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    text-align: left;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
    margin-top: 0;
}
header .desk-menu .menu-container .menu > li.line {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 11px;
    left: 0;
    height: 0px;
    pointer-events: none;
    border: 1px solid #4285f4;
    background: #4285f4;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    opacity: 0;
    display: block;
}
header .desk-menu .menu-container .menu > li:hover > a {
    color: #ffffff;
}
.header.small .desk-menu .menu-container .menu > li:hover > a {
    color: #4285f4;
}
header .desk-menu .menu-container .menu > li:hover > a::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    width: 10px;
    right: 12px;
}
header .desk-menu .menu-container .menu > li:hover > a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    right: 7px;
}
header
    .desk-menu
    .menu-container
    .menu
    > li:hover.menu-item-has-children
    .sub-menu {
    display: block;
}
header .hamburger-menu {
    display: none;
}
header.small::before {
    box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
    height: 100%;
}
header.small
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > a::before,
header.small
    .desk-menu
    .menu-container
    .menu
    > li.menu-item-has-children
    > a::after {
    background-color: #4e4e4e;
}

header.small .desk-menu .logo-adn a {
    /* background-image: url("../img/empresa-1-logo.svg"); */
    /* height: 30px; */
    width: 50px;
}
header.small .desk-menu .box-menu {
    padding: 0;
}
header.small .desk-menu .box-menu ul li a {
    color: #4e4e4e;
}

@media (max-width: 767px) {
    header .desk-menu .menu-container .menu li a {
        padding: 8px 12px;
    }
    header .desk-menu .menu-container .menu li.back a {
        padding: 8px 12px 8px 35px !important;
    }
    header .desk-menu .menu-container .menu li.back a::before {
        top: 17px !important;
    }
    header .desk-menu .menu-container .menu li.back a::after {
        top: 21px !important;
    }
    header .desk-menu .menu-container .menu > li.menu-item-has-children a {
        padding: 8px 12px;
    }
    header
        .desk-menu
        .menu-container
        .menu
        > li.menu-item-has-children
        a::before {
        top: 18px;
    }
    header
        .desk-menu
        .menu-container
        .menu
        > li.menu-item-has-children
        a::after {
        top: 22px;
    }
    header
        .desk-menu
        .menu-container
        .menu
        > li.menu-item-has-children
        .sub-menu
        li
        > a {
        padding: 8px 12px;
    }
    header
        .desk-menu
        .menu-container
        .menu
        > li.menu-item-has-children
        .sub-menu
        li.menu-item-has-children
        > a::before {
        top: 18px;
    }
    header
        .desk-menu
        .menu-container
        .menu
        > li.menu-item-has-children
        .sub-menu
        li.menu-item-has-children
        > a::after {
        top: 22px;
    }
}

@media (max-height: 550px) {
    header .desk-menu .menu-container .menu-foot hr,
    header .desk-menu .menu-container .menu-foot address {
        display: none;
    }
}
.resize-message {
    margin: 40vh auto 0;
    display: table;
}
.resize-message span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #666;
}
.resize-message span i {
    font-size: 30px;
}
.author {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 30px 15px 15px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0)),
        color-stop(54%, rgba(0, 0, 0, 0.54)),
        color-stop(100%, rgba(0, 0, 0, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.54) 54%,
        rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.author a {
    font-size: 16px;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.author a span {
    color: #4285f4;
}

.nk-hero-content {
    padding: 120px 0px 60px 0px;
}

/* .collection-center {
    top:0px;
    right: -100px;
} */

.product-enquiry-form label,
.product-enquiry-form input,
.product-enquiry-form select,
.product-enquiry-form textarea {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
}

.product-enquiry-form label {
    margin-bottom: 5px;
}

.product-enquiry-form label span {
    color: #ff0000;
    margin-left: 2px;
    display: inline-block;
}

.product-enquiry-form input,
.product-enquiry-form select,
.product-enquiry-form textarea {
    background: #f5f7f9;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
    /* box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white; */
    border: 1px solid #ebebeb;
}

.product-enquiry-form textarea {
    height: 100px;
}

.product-enquiry-form input::placeholder {
    color: gray;
}

.modal-content.product-enquiry-form {
    border: unset;
    background: #ffffff;
    box-shadow: 0px 0px 14px 3px #cbced1;
    padding: 20px;
}

/* .modal-backdrop.show {
    background: #ecf0f3;
} */

.border-none {
    border: unset;
}

.model-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.overflow-scroll {
    overflow-y: scroll;
    overflow-x: visible;
    max-height: 250px;
}

.overflow-scroll::-webkit-scrollbar {
    display: none;
}

.menu-item .icon.first {
    display: none !important;
}

.list-spec {
    height: 91px;
}

.accordion-button {
    color: #000000;
}

.accordion-item {
    color: #464646;
}
.contact-details a {
    color: #000;
}
.branches {
    background-color: #fff;
    padding: 60px;
}
.g-6 {
    gap: 6px;
}
.mb-50 {
    margin-bottom: 50px;
}
.fsz-26 {
    font-size: 26px;
}
.address-stat p {
    line-height: 28px;
    gap: 4px;
}
.mb-0 {
    margin-bottom: 0px;
}
.branches .address-stat a {
    color: #000;
}
.wpx-50 {
    width: 50px;
}
.tag-announcement {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background: rgb(64 97 183 / 19%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.3px);
    -webkit-backdrop-filter: blur(2.3px);
    border: 1px solid rgba(14, 20, 36, 0.3);
    padding: 0px 15px;
    position: relative;
    animation: float 2.5s ease-in-out infinite;
}

.tag-announcement::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    opacity: 0.6;
    box-shadow: 0 0 1em 0.5em oklch(0.71 0.12 280);
    animation: glow 2s infinite alternate;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 0.7em 0.3em oklch(0.71 0.12 280);
    }
    100% {
        box-shadow: 0 0 1.5em 1em oklch(0.71 0.12 280);
    }
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.fsz-20 {
    font-size: 20px;
}
.fw-600 {
    font-weight: 600;
}
.nk-hero-content .logo {
    margin: 40px 0px;
    gap: 0px 120px;
}
