.elementor-141 .elementor-element.elementor-element-11981f2{--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-141 .elementor-element.elementor-element-d6534c7{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7180672 *//* =========================================================
   NEXT LETTER
   HERO
========================================================= */

.nl-hero {

    --cream: #e9e2d4;
    --dark: #171717;
    --muted: #777267;

    width: 100%;

    min-height:
        calc(100vh - 20px);

    position: relative;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(255,255,255,.65),
            transparent 30%
        ),
        var(--cream);

    direction: rtl;

    font-family:
        "Vazirmatn",
        sans-serif;

}


/* =========================================================
   SUBTLE TEXTURE
========================================================= */

.nl-hero-noise {

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .035;

    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");

}


/* =========================================================
   INNER
========================================================= */

.nl-hero-inner {

    width: 90%;

    max-width: 1500px;

    min-height:
        calc(100vh - 100px);

    margin: auto;

    display: grid;

    grid-template-columns:
        .9fr
        1.1fr;

    align-items: center;

    gap: 80px;

}


/* =========================================================
   CONTENT
========================================================= */

.nl-hero-content {

    direction: rtl;

    position: relative;

    z-index: 5;

}


/* =========================================================
   KICKER
========================================================= */

.nl-hero-kicker {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    color:
        var(--muted);

    font-size: 14px;

    font-weight: 400;

}


.nl-hero-kicker::before {

    content: "";

    width: 35px;

    height: 1px;

    background:
        var(--dark);

}


/* =========================================================
   TITLE
========================================================= */

.nl-hero-title {

    margin: 0;

    color:
        var(--dark);

    font-size:
        clamp(58px, 7vw, 105px);

    font-weight: 400;

    line-height: 1.05;

    letter-spacing:
        -4px;

}


.nl-hero-title strong {

    display: block;

    margin-top: 5px;

    font-weight: 700;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.nl-hero-description {

    max-width: 440px;

    margin:
        32px 0 0;

    color:
        #625e56;

    font-size: 16px;

    font-weight: 300;

    line-height: 2;

}


/* =========================================================
   BUTTON
========================================================= */

.nl-hero-button {

    width: fit-content;

    margin-top: 35px;

    padding:
        13px 20px;

    display: flex;

    align-items: center;

    gap: 22px;

    color:
        #fff;

    background:
        var(--dark);

    border-radius:
        100px;

    text-decoration: none;

    font-size: 13px;

    transition:
        all .35s ease;

}


.nl-hero-button i {

    font-style: normal;

    font-size: 18px;

    transition:
        transform .3s ease;

}


.nl-hero-button:hover {

    padding-right: 26px;

    padding-left: 26px;

    background:
        #292929;

}


.nl-hero-button:hover i {

    transform:
        translateX(-5px);

}


/* =========================================================
   VISUAL
========================================================= */

.nl-hero-visual {

    height: 650px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   LETTER NUMBER
========================================================= */

.nl-letter-number {

    position: absolute;

    top: 65px;

    right: 15px;

    display: flex;

    flex-direction: column;

    color:
        #8c8578;

    font-size: 9px;

    letter-spacing:
        3px;

    direction: ltr;

}


.nl-letter-number strong {

    margin-top: 5px;

    color:
        var(--dark);

    font-size: 18px;

    font-weight: 500;

    letter-spacing:
        1px;

}


/* =========================================================
   LETTER WRAP
========================================================= */

.nl-letter-wrap {

    width: 520px;

    height: 430px;

    position: relative;

    transform:
        rotate(-4deg);

    transition:
        transform .7s cubic-bezier(.2,.8,.2,1);

}


.nl-hero-visual:hover
.nl-letter-wrap {

    transform:
        rotate(-1deg)
        translateY(-8px);

}


/* =========================================================
   SHADOW
========================================================= */

.nl-letter-shadow {

    position: absolute;

    width: 80%;

    height: 70px;

    right: 10%;

    bottom: 15px;

    background:
        rgba(40,30,20,.18);

    filter:
        blur(35px);

    border-radius:
        50%;

}


/* =========================================================
   ENVELOPE
========================================================= */

.nl-envelope-card {

    width: 450px;

    height: 300px;

    position: absolute;

    right: 30px;

    top: 70px;

    z-index: 3;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background:
        linear-gradient(
            135deg,
            #f7f1e7,
            #ddd2c1
        );

    border:
        1px solid
        rgba(80,60,40,.18);

    box-shadow:
        0 35px 70px
        rgba(60,45,30,.18);

}


/* =========================================================
   ENVELOPE TOP
========================================================= */

.nl-envelope-top,
.nl-envelope-bottom {

    display: flex;

    justify-content: space-between;

    color:
        #726b60;

    font-size: 9px;

    letter-spacing:
        1.5px;

}


.nl-envelope-top {

    font-size: 11px;

    letter-spacing: 0;

}


/* =========================================================
   ENVELOPE CENTER
========================================================= */

.nl-envelope-center {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

}


.nl-envelope-icon {

    width: 50px;

    height: 38px;

    position: relative;

    border:
        1.5px solid
        #403a32;

}


.nl-envelope-icon::before {

    content: "";

    position: absolute;

    width: 25px;

    height: 25px;

    top: -13px;

    left: 11px;

    border-right:
        1.5px solid
        #403a32;

    border-bottom:
        1.5px solid
        #403a32;

    transform:
        rotate(45deg);

}


.nl-envelope-word {

    color:
        #29251f;

    font-size:
        27px;

    font-weight:
        500;

}


/* =========================================================
   PAPER
========================================================= */

.nl-paper {

    width: 350px;

    height: 430px;

    position: absolute;

    right: 75px;

    top: 0;

    z-index: 2;

    padding:
        65px 45px;

    background:
        #f8f5ee;

    box-shadow:
        0 20px 50px
        rgba(60,45,30,.12);

    transform:
        rotate(5deg)
        translateY(10px);

    transition:
        transform .8s cubic-bezier(.2,.8,.2,1);

}


.nl-hero-visual:hover
.nl-paper {

    transform:
        rotate(7deg)
        translateY(-15px);

}


/* =========================================================
   PAPER CONTENT
========================================================= */

.nl-paper-line {

    width: 35px;

    height: 2px;

    margin-bottom: 35px;

    background:
        #171717;

}


.nl-paper-title {

    margin-bottom: 25px;

    color:
        #25211c;

    font-size:
        27px;

    font-weight:
        600;

}


.nl-paper-text {

    color:
        #6d665c;

    font-size:
        12px;

    line-height:
        2.3;

}


.nl-paper-sign {

    position: absolute;

    bottom: 40px;

    right: 45px;

    color:
        #8c8478;

    font-size:
        10px;

}


/* =========================================================
   BOTTOM
========================================================= */

.nl-hero-bottom {

    width: 90%;

    max-width: 1500px;

    position: absolute;

    bottom: 25px;

    left: 50%;

    transform:
        translateX(-50%);

    display: flex;

    align-items: center;

    gap: 15px;

    color:
        #8b8377;

    direction: ltr;

    font-size: 8px;

    letter-spacing:
        2px;

}


.nl-scroll-line {

    width: 55px;

    height: 1px;

    background:
        rgba(50,40,30,.2);

    overflow: hidden;

}


.nl-scroll-line span {

    width: 20px;

    height: 1px;

    display: block;

    background:
        #171717;

    animation:
        nl-scroll 2s ease-in-out infinite;

}


@keyframes nl-scroll {

    0% {
        transform: translateX(-20px);
    }

    50% {
        transform: translateX(55px);
    }

    100% {
        transform: translateX(55px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .nl-hero-inner {

        width: 88%;

        grid-template-columns:
            1fr 1fr;

        gap: 30px;

    }


    .nl-hero-title {

        font-size:
            clamp(55px, 8vw, 80px);

    }


    .nl-letter-wrap {

        transform:
            scale(.8)
            rotate(-4deg);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .nl-hero {

        min-height:
            calc(100svh - 10px);

    }


    .nl-hero-inner {

        width: 90%;

        min-height:
            calc(100svh - 120px);

        display: flex;

        flex-direction: column;

        align-items: stretch;

        justify-content: center;

        gap: 10px;

    }


    /* TEXT */

    .nl-hero-content {

        padding-top: 30px;

        text-align: right;

    }


    .nl-hero-kicker {

        margin-bottom: 15px;

        font-size: 11px;

    }


    .nl-hero-title {

        font-size:
            clamp(50px, 16vw, 72px);

        letter-spacing:
            -2px;

    }


    .nl-hero-description {

        max-width: 300px;

        margin-top: 20px;

        font-size: 12px;

        line-height: 2;

    }


    .nl-hero-button {

        margin-top: 22px;

        padding:
            11px 17px;

        font-size: 11px;

    }


    /* VISUAL */

    .nl-hero-visual {

        width: 100%;

        height: 350px;

        margin-top: 5px;

    }


    .nl-letter-number {

        top: 5px;

        right: 0;

    }


    .nl-letter-wrap {

        width: 340px;

        height: 300px;

        transform:
            scale(.68)
            rotate(-4deg);

    }


    .nl-hero-visual:hover
    .nl-letter-wrap {

        transform:
            scale(.68)
            rotate(-1deg);

    }


    .nl-envelope-card {

        width: 450px;

        height: 300px;

    }


    .nl-paper {

        width: 350px;

        height: 430px;

    }


    /* BOTTOM */

    .nl-hero-bottom {

        width: 90%;

        bottom: 15px;

        font-size: 7px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .nl-hero-inner {

        gap: 0;

    }


    .nl-hero-title {

        font-size: 48px;

    }


    .nl-hero-description {

        font-size: 11px;

    }


    .nl-hero-visual {

        height: 300px;

    }


    .nl-letter-wrap {

        transform:
            scale(.58)
            rotate(-4deg);

    }


    .nl-hero-visual:hover
    .nl-letter-wrap {

        transform:
            scale(.58)
            rotate(-1deg);

    }

}/* End custom CSS */