.elementor-96 .elementor-element.elementor-element-f1c23c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ba7b6bb *//* =========================================================
   NEXT LETTER
   HEADER
========================================================= */

@import url(
    'https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap'
);


/* =========================================================
   RESET
========================================================= */

.nl-header,
.nl-header * {

    box-sizing: border-box;

}


/* =========================================================
   HEADER
========================================================= */

.nl-header {

    width: 100%;

    position: sticky;

    top: 0;

    z-index: 999999;

    padding: 18px 2%;

    font-family:
        "Vazirmatn",
        sans-serif;

    transition:
        padding .4s ease;

}


/* =========================================================
   NAV
========================================================= */

.nl-nav {

    width: 100%;

    max-width: 1700px;

    min-height: 96px;

    margin: auto;

    padding: 15px 28px;

    display: grid;

    grid-template-columns:
        260px
        1fr
        150px;

    align-items: center;

    gap: 35px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.82),
            rgba(255,255,255,.55)
        );

    border:
        1px solid
        rgba(255,255,255,.9);

    box-shadow:
        0 15px 50px
        rgba(0,0,0,.08),

        inset 0 1px 0
        rgba(255,255,255,.9);

    backdrop-filter:
        blur(28px);

    -webkit-backdrop-filter:
        blur(28px);

    transition:
        all .4s ease;

}


/* =========================================================
   BRAND
========================================================= */

.nl-brand {

    display: flex;

    align-items: center;

    gap: 15px;

    min-width: 0;

    text-decoration: none;

}


/* =========================================================
   LOGO
========================================================= */

.nl-logo {

    width: 58px;

    height: 58px;

    flex: 0 0 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

    background: #171717;

    box-shadow:
        0 10px 25px
        rgba(0,0,0,.15);

    transition:
        all .4s ease;

}


/* =========================================================
   ENVELOPE
========================================================= */

.nl-envelope {

    width: 28px;

    height: 20px;

    position: relative;

    border:
        2px solid #fff;

    border-radius: 4px;

}


.nl-envelope::after {

    content: "";

    position: absolute;

    width: 13px;

    height: 13px;

    top: -7px;

    left: 5px;

    border-right:
        2px solid #fff;

    border-bottom:
        2px solid #fff;

    transform:
        rotate(45deg);

}


/* =========================================================
   BRAND TEXT
========================================================= */

.nl-brand-text {

    display: flex;

    flex-direction: column;

}


.nl-title {

    color: #171717;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.5;

    white-space: nowrap;

    transition:
        font-size .4s ease;

}


.nl-subtitle {

    margin-top: 2px;

    color: #777;

    font-size: 11px;

    font-weight: 400;

    white-space: nowrap;

}


/* =========================================================
   DESKTOP MENU
========================================================= */

.nl-desktop-menu {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    white-space: nowrap;

}


.nl-desktop-menu a {

    position: relative;

    padding:
        13px 14px;

    border-radius: 14px;

    color: #292929;

    text-decoration: none;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;

    transition:
        all .25s ease;

}


/* =========================================================
   MENU HOVER
========================================================= */

.nl-desktop-menu a:hover {

    color: #000;

    background:
        rgba(255,255,255,.7);

    transform:
        translateY(-2px);

}


/* =========================================================
   ACTIVE
========================================================= */

.nl-desktop-menu a:first-child {

    background:
        rgba(255,255,255,.8);

}


/* =========================================================
   ACTIONS
========================================================= */

.nl-actions {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 10px;

}


.nl-action {

    width: 45px;

    height: 45px;

    padding: 0;

    border:
        1px solid
        rgba(0,0,0,.05);

    border-radius: 14px;

    background:
        rgba(255,255,255,.6);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    color: #222;

    transition:
        all .3s ease;

}


/* =========================================================
   ACTION HOVER
========================================================= */

.nl-action:hover {

    color: #fff;

    background: #171717;

    transform:
        translateY(-2px);

}


/* =========================================================
   SEARCH SVG
========================================================= */

.nl-search-svg {

    width: 20px;

    height: 20px;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;

    transition:
        transform .25s ease;

}


.nl-search-btn:hover
.nl-search-svg {

    transform:
        scale(1.08);

}


/* =========================================================
   HAMBURGER
========================================================= */

.nl-hamburger {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 5px;

}


.nl-hamburger i {

    display: block;

    height: 2px;

    background:
        currentColor;

    border-radius: 10px;

}


.nl-hamburger i:first-child {

    width: 19px;

}


.nl-hamburger i:last-child {

    width: 12px;

}


/* =========================================================
   MOBILE BUTTON
========================================================= */

.nl-mobile-menu-btn {

    display: none;

    width: 42px;

    height: 42px;

    padding: 0;

    border: none;

    border-radius: 13px;

    background:
        rgba(255,255,255,.65);

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 6px;

    cursor: pointer;

}


.nl-mobile-menu-btn span {

    display: block;

    width: 20px;

    height: 2px;

    background: #171717;

    border-radius: 10px;

    transition:
        all .3s ease;

}


/* =========================================================
   MOBILE MENU
========================================================= */

.nl-mobile-menu {

    display: none;

}


/* =========================================================
   SCROLL STATE
========================================================= */

.nl-header.scrolled {

    padding-top: 7px;

    padding-bottom: 7px;

}


.nl-header.scrolled
.nl-nav {

    min-height: 68px;

    padding-top: 8px;

    padding-bottom: 8px;

    border-radius: 20px;

    background:
        rgba(255,255,255,.9);

    box-shadow:
        0 12px 38px
        rgba(0,0,0,.13);

}


.nl-header.scrolled
.nl-logo {

    width: 44px;

    height: 44px;

    flex-basis: 44px;

    border-radius: 13px;

}


.nl-header.scrolled
.nl-title {

    font-size: 16px;

}


.nl-header.scrolled
.nl-desktop-menu a {

    font-size: 13px;

    padding:
        9px 11px;

}


.nl-header.scrolled
.nl-action {

    width: 40px;

    height: 40px;

    border-radius: 12px;

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1400px) {

    .nl-nav {

        grid-template-columns:
            220px
            1fr
            110px;

        gap: 20px;

    }


    .nl-desktop-menu a {

        font-size: 14px;

        padding:
            11px 8px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .nl-nav {

        grid-template-columns:
            180px
            1fr
            95px;

        gap: 10px;

    }


    .nl-desktop-menu {

        gap: 2px;

    }


    .nl-desktop-menu a {

        font-size: 13px;

        padding:
            9px 5px;

    }


    .nl-title {

        font-size: 15px;

    }


    .nl-subtitle {

        font-size: 8px;

    }


    .nl-logo {

        width: 48px;

        height: 48px;

        flex-basis: 48px;

        border-radius: 15px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .nl-header {

        padding:
            8px 10px;

    }


    /* NAV */

    .nl-nav {

        min-height: 0;

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding:
            10px 12px;

        border-radius: 20px;

        gap: 10px;

    }


    /* BRAND */

    .nl-brand {

        flex: 1;

        min-width: 0;

        gap: 10px;

    }


    /* LOGO */

    .nl-logo {

        width: 43px;

        height: 43px;

        flex: 0 0 43px;

        border-radius: 13px;

    }


    .nl-envelope {

        width: 22px;

        height: 16px;

        border-width: 1.7px;

    }


    .nl-envelope::after {

        width: 10px;

        height: 10px;

        top: -6px;

        left: 4px;

        border-width: 1.7px;

    }


    /* TITLE */

    .nl-title {

        font-size: 14px;

        line-height: 1.4;

    }


    .nl-subtitle {

        display: none;

    }


    /* HIDE DESKTOP */

    .nl-desktop-menu,
    .nl-actions {

        display: none;

    }


    /* MOBILE BUTTON */

    .nl-mobile-menu-btn {

        display: flex;

        flex: 0 0 42px;

    }


    /* MOBILE MENU */

    .nl-mobile-menu {

        width: 100%;

        margin-top: 8px;

        padding: 8px;

        border-radius: 22px;

        background:
            rgba(255,255,255,.82);

        border:
            1px solid
            rgba(255,255,255,.9);

        backdrop-filter:
            blur(28px);

        -webkit-backdrop-filter:
            blur(28px);

        box-shadow:
            0 20px 55px
            rgba(0,0,0,.12);

        opacity: 0;

        visibility: hidden;

        transform:
            translateY(-12px);

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;

    }


    .nl-mobile-menu.open {

        display: block;

        opacity: 1;

        visibility: visible;

        transform:
            translateY(0);

    }


    /* MOBILE MENU NAV */

    .nl-mobile-menu nav {

        display: flex;

        flex-direction: column;

    }


    /* MOBILE LINKS */

    .nl-mobile-menu nav a {

        min-height: 52px;

        padding:
            0 15px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        border-radius: 15px;

        color: #222;

        text-decoration: none;

        font-size: 14px;

        font-weight: 500;

        transition:
            background .25s ease,
            padding .25s ease;

    }


    .nl-mobile-menu nav a:hover {

        background:
            rgba(255,255,255,.85);

        padding-right: 20px;

    }


    .nl-mobile-menu nav a small {

        font-size: 9px;

        color: #999;

        font-weight: 400;

        direction: ltr;

    }


    /* MOBILE FOOTER */

    .nl-mobile-menu-footer {

        margin-top: 7px;

        padding:
            12px 15px;

        border-top:
            1px solid
            rgba(0,0,0,.06);

        color: #999;

        font-size: 9px;

        text-align: right;

    }


    /* SCROLLED MOBILE */

    .nl-header.scrolled {

        padding-top: 5px;

        padding-bottom: 5px;

    }


    .nl-header.scrolled
    .nl-nav {

        min-height: 58px;

        padding:
            7px 10px;

        border-radius: 17px;

    }


    .nl-header.scrolled
    .nl-logo {

        width: 37px;

        height: 37px;

        flex-basis: 37px;

        border-radius: 11px;

    }


    .nl-header.scrolled
    .nl-title {

        font-size: 12px;

    }


    .nl-header.scrolled
    .nl-mobile-menu-btn {

        width: 37px;

        height: 37px;

        flex-basis: 37px;

        border-radius: 11px;

    }


    .nl-header.scrolled
    .nl-mobile-menu {

        margin-top: 6px;

    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .nl-header {

        padding:
            6px 8px;

    }


    .nl-nav {

        padding:
            9px 10px;

        border-radius: 18px;

    }


    .nl-logo {

        width: 40px;

        height: 40px;

        flex-basis: 40px;

    }


    .nl-title {

        font-size: 13px;

    }


    .nl-mobile-menu-btn {

        width: 39px;

        height: 39px;

        flex-basis: 39px;

    }


    .nl-mobile-menu nav a {

        min-height: 49px;

        font-size: 13px;

    }

}/* End custom CSS */