@charset "UTF-8";

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Iran1";
    src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    display: block;
    line-height: 1.6;
    text-align: right;
    min-height: 100vh;
    overflow-x: hidden;
    color: #232c39;
    font-family: "Iran1", "Vazirmatn", sans-serif;
    background-color: #f9f9f9;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-wrap: balance;
    line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    overflow-wrap: break-word;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

/*.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
*/
@media (max-width: 1200px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(circle, #066899 0%, rgba(0, 0, 0, 0) 100%);
}
.bg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    gap: 10px;
    border-radius: 8px;
    padding: 4px;
}
.orders-term {
    display: flex;
    align-items: center;
   /* box-shadow: 0px 0px 40px 0px #00000026;
    background: var(--Color-Background, #FFFFFF);*/
    max-height: 362px;
    border-radius: 24px;
    padding: 24px;
    justify-content: space-between;
    margin-top: 64px;
    gap: 72px;
}

.hero__content-side {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 674px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.order-left img {
    max-height: 314px;
    border-radius: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gray {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 16px;
}

.blue {
    color: #5075ae;
    font-weight: 500;
    font-size: 16px;
}

.hero__title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 32px;
    font-weight: 900;
    color: #222;
    line-height: 1.2;
}

    .hero__title img {
        width: 48px;
        height: 48px;
    }

.hero__description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .hero__description p {
        color: #313131;
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        text-align: justify;
    }

    .hero__description span {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        text-align: justify;
        color: var(--Color-Secondary, #3684C6);
    }

.bottom-hero {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.btn-ri {
    color: #13558D;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    min-width: 110px;
    gap: 7px;
    border-radius: 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 1px solid #13558D;
    cursor: pointer;
}

.btn-le {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    min-width: 110px;
    gap: 10px;
    border-radius: 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: #13558D;
    cursor: pointer;
}


@media (max-width: 1200px) {
    .orders-term {
        margin-top: 20px;
        flex-direction: column;
        padding: 0;
        max-height: none;
        gap: 24px;
    }

    .hero__content-side {
        text-align: center;
        align-items: center;
        max-width: 100%;
        padding: 16px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .bottom-hero {
        align-items: center;
    }

    .hero__title {
        justify-content: center;
        text-align: center;
        font-size: 24px;
        flex-direction: column;
    }

    .hero__description {
        align-items: center;
        text-align: center;
    }

        .hero__description p {
            /*text-align: center;*/
        }

    .btns {
        width: 100%;
        justify-content: center;
    }

    .btn-le {
        font-size: 15px;
    }
}
.intro-wrapper, .gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 130px
}
.intro-boxes{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:32px
}
.intro-box {
    display:flex;
    flex-direction:column;
    box-shadow: 0px 0px 40px 0px #00000026;
    background: #FFFFFF;
    gap: 26px;
    border-radius: 16px;
    padding: 32px;
}
.intr-count {
    display: flex;
    align-items:center;
    justify-content:center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    background: #13558D;
    width: 42px;
    height: 42px;
    gap: 10px;
    border-radius: 12px;
    padding: 10px;
}
.intr-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
    .intr-content h3 {
        color: #101828;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }
    .intr-content p {
        color: #4A5565;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        text-align: right;
    }


.lid-lists {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lib-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-icon {
    background: var(--Color-Surface, #EFF6FF);
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .item-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

.item-text {
    color: var(--Color-Text-Secondary, #313131);
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: right;
}
/*@media (max-width: 998px) {
    .intro-boxes {
        grid-template-columns: 1fr;
        gap: 24px
    }
}*/
.colors-item {
    display: grid;
    align-items: center;
    background: #E8F5FF;
    gap: 8px;
    border-radius: 16px;
    padding: 4px;
    margin: auto;
    grid-template-columns: repeat(2,1fr);
}
.colors-item-ri {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background: #13558D;
    /*max-width: 457.5px;*/
    /* 
    height: 44;*/
    /*min-width: 100.83px;*/
    gap: 9.17px;
    border-radius: 12px;
    padding: 8px;
/*    width: 100%;*/
}
.colors-item-le {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13558D;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    /*    width: 457.5;
    height: 44;*/
    min-width: 100.83px;
    gap: 6.42px;
    border-radius: 14px;
    padding: 8px;
 /*   max-width: 457.5px;
    width: 100%;*/
}
/*.gallery-main {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,1fr);
}
.gallery-item {
   overflow:hidden;
    border-radius: 8px;
}

*/

.gallery-wrapper {
   
    display: flex;
    flex-direction: column;
    margin-top: 130px;
    background: var(--Color-Background, #FFF);
    box-shadow: 0px 0px 40px 0px #00000026;
    gap: 24px;
    border-radius: 24px;
    padding: 32px;
}

.gallery-main {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: 408px;
    height: auto;
    aspect-ratio: 316 / 561;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }



@media (min-width: 1024px) {
    .gallery-item {
        aspect-ratio: 408 / 725;
        max-width: 408px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .gallery-item {
        aspect-ratio: 316 / 561;
        max-width: 316px;
    }
}

@media (max-width: 767px) {
    .gallery-wrapper {
        padding: 16px;
    }
    .gallery-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        /*padding: 0 8px;*/
    }

    .gallery-item {
        aspect-ratio: 316 / 561;
        max-width: 316px;
    }
}

@media (max-width: 480px) {
    .gallery-main {
        grid-template-columns: 1fr;
        gap: 16px;
        /*padding: 0 16px;*/
    }

    .gallery-item {
        max-width: 316px;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .gallery-item {
        aspect-ratio: 408 / 725;
        max-width: 450px;
    }
}


.gallery-main {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: 408px;
    height: auto;
    aspect-ratio: 316 / 561;
    position: relative;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }


@media (min-width: 1200px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .gallery-item {
        aspect-ratio: 408 / 725;
        max-width: 408px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .gallery-item {
        aspect-ratio: 408 / 725;
        max-width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .gallery-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .gallery-item {
        aspect-ratio: 316 / 561;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .gallery-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        /*padding: 0 8px;*/
    }

    .gallery-item {
        aspect-ratio: 316 / 561;
        max-width: 316px;
    }
}

@media (max-width: 480px) {
    .gallery-main {
        grid-template-columns: 1fr;
        gap: 16px;
        /*padding: 0 16px;*/
    }

    .gallery-item {
        aspect-ratio: 316 / 561;
        max-width: 316px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .gallery-main {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gallery-item {
        max-width: 316px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .colors-item-ri, .colors-item-le {
            font-size: 13px;
        line-height: 20px;
    }
    .item-text {
        font-size: 16px;
        line-height: 26px;
    }
        .intr-content p {
            text-align: center;
            font-size: 16px;
            line-height: 26px;
        }

        .intr-content h3 {
            text-align: center;
            font-size: 16px;
            line-height: 24px;
        }

        .intro-boxes {
            grid-template-columns: 1fr;
            gap: 24px
        }

        .intro-wrapper, .gallery-wrapper {
            gap: 32px;
            margin-top: 44px
        }

        .gray, .blue {
            font-size: 14px;
        }

        .hero__title {
            gap: 12px;
        }

        .bottom-hero {
            gap: 16px;
        }

        .orders-term {
            margin-top: 20px;
        }

        .hero__content-side {
            text-align: center;
            align-items: center;
        }

        .hero__title {
            /*font-size: 20px;*/
            line-height: 30px;
            font-size: 18px;
        }

        .hero__description p {
            font-size: 16px;
            line-height: 26px;
            /*text-align: center;*/
        }

        .hero__description span {
            font-size: 16px;
            /*text-align: center;*/
            line-height: 24px;
        }
    }

    .price-title {
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    @media (max-width:768px) {
        .intr-count {
            margin: auto;
        }

        .price-title {
            flex-direction: column;
            gap: 12px
        }

        .prices-info-title {
            margin-top: 83px
        }
    }

    .price-title img {
        width: 48px;
        height: 48px;
    }

    @media (max-width:768px) {
        .price-title img {
            width: 40px;
            height: 40px;
        }
    }

    .price-title-te {
        font-weight: 900;
        font-size: 32px;
        color: #313131;
    }

    @media (max-width:768px) {
        .price-title-te {
            font-size: 24px;
        }
    }

    @media (max-width:480px) {
        .price-title-te {
            font-size: 20px;
        }
    }

    @media (max-width: 484px) {
        .btns {
            display: flex;
            flex-direction: column-reverse;
        }
    }



