/*start fonts*/
@font-face {
  font-style: normal;
  font-weight: 100;
  font-family: 'IRANSansX';
  src: url(/assets/Site/Fonts/IRANSansXFaNum-Thin.woff) format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 200;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-UltraLight.woff') format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-Regular.woff') format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-Medium.woff') format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-DemiBold.woff') format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-Bold.woff') format('woff');
}

@font-face {
  font-style: normal;
  font-weight: 800;
  font-family: 'IRANSansX';
  src: local('IRANSansX'), url('/assets/Site/Fonts/IRANSansXFaNum-Black.woff') format('woff');*/
}

/*/* end fonts*/
/**colors****/
body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* perspective: 1000px; */
    background-color: antiquewhite;
    font-family: 'IRANSansX';
}

.book {
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
    width: 600px;
    height: 670px;
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    rotate: none;
}

.main-header {
    font-family: 'IRANSansX';
}

.page {
    --thickness: 4;
    flex: none;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 2cqmin;
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0px 0px;
    transform: translateZ(calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

    .page.flipped {
        transform-style: preserve-3d;
        transform-origin: left center;
        transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
        translate: calc(var(--i) * -100%) 0px 0px;
        transform: translateZ(calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
        rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
    }


.icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url('/assets/Site/images/bride.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.icon1 {
    display: inline-block;
    width: 31px;
    height: 29px;
    background-image: url('/assets/Site/images/lipstick.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}


.icon3 {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('/assets/Site/images/instagram.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    vertical-align: middle;
}

.icon4 {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('/assets/Site/images/youtube.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}

.icon5 {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('/assets/Site/images/communication.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}



.overlay ul li a {
    text-decoration: none;
    text-decoration-line: none;
    color: white;
    pointer-events: all
}

    .overlay ul li a:hover {
        color: gray;
    }

.front,
.back {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    translate: 0px;
    background-size: cover;
    background-position: center;
}

#page21 {
    background: #fff; 
    color: #eee; 
    padding: 40px 20px;
    text-align: center;
}

    #page21 h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #eeb2c2;
        text-transform: uppercase;
        text-align: center;
    }

    #page21 p {
        font-size: 1.1rem;
        margin: 12px 0;
        line-height: 1.6;
    }

    #page21 strong {
        color: #eeb2c2;
    }

    #page21 .text-box p:last-child {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 30px;
    }




.back {
    translate: -100% 0;
    rotate: 0 1 0 180deg;
}

.book {
    counter-reset: page -1;
}

.page {
    box-shadow: 0em .5em 1em -.2em #00000020;
}

.front,
.back {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 2em;
    border: 1px solid #0002;
}

.front {
    border-radius: .1em .5em .5em .1em;
}

.back {
    border-radius: .5em .1em .1em .5em;
}

#prev,
#next {
    position: fixed;
    top: 85%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    background-color: #c0a9a920;
    cursor: pointer;
    bottom: 100px;
    >img

{
    width: 70%;
    pointer-events: none;
}

}

#prev {
    left: 220px;
}

#next {
    right: 220px;
}

#next img {
    width : 15px;
    height: 15px;
}

.cover-front,
.cover-back {
    background-size: cover;
    background-position: center;
}

.cover-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'IRANSansX'
}

    .cover-text h3 {
        color: #2A4759;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 1px 1px 4px black;

    }

    .cover-text h1 {
        color: #2A4759;
        font-size: 64px;
        font-weight: bold;
        text-shadow: 1px 1px 4px black;
        margin-top: 8px;
        
    }

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 63%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'IRANSansX';
    justify-content: center;
    text-align: right;
    direction: rtl
}

    .overlay h3 {
        font-size: 24px;
        margin-bottom: 20px;
        text-shadow: 1px 1px 4px black;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        font-size: 18px;
    }

    .overlay li {
        margin-bottom: 10px;
    }


.page-front,
.page-back {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}

.section {
    margin-bottom: 30px;
}

.image-box {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

    .image-box img {
        width: 48%;
        height: auto;
        border-radius: 0.75rem;
        object-fit: cover;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

.image-box1 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

    .image-box1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        
    }


    .contact-link{
        text-decoration: none;
        color:black;
    }

.contact-link :hover{
    color: gray;

}

.text-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.5rem;
    border-radius: 1rem;
    direction: rtl;
    text-align: right;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

    .text-box h4 {
        color: #c8102e;
        font-size: 1.3rem;
        margin-bottom: 1rem;

    }

    .text-box p {
        font-size: 0.95rem;
        color: #333;
        line-height: 2;
        text-align: justify;
    }


hr {
    margin: 40px 0;
}

.highlight {
    background-color: rgba(200, 16, 46, 0.1);
    padding: 20px;
    border-radius: 10px;
}

    .highlight h5 {
        color: #c8102e;
        font-weight: bold;
    }

.highlight-inner {
    background-color: #c8102e;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

    .highlight-inner img {
        width: 120px;
        border-radius: 6px;
        margin: 10px 0;
    }

.food-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .food-row p {
        font-size: 11px
    }

.food-item {
    flex: 1 1 45%;
}

    .food-item img {
        width: 100%;
        max-height: 300px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }

.food-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}

    .food-grid div {
        width: 23%;
        text-align: center;
    }

    .food-grid img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 5px;
    }

.row {
    display: flex;
    gap: 20px;
}

.col {
    flex: 1;
    text-align: center;
}

    .col img {
        width: 80%;
        height: auto;
        max-height: 300px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

.tip {
    background-color: #c8102e;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

.page-back h2 {
    color: #570606;
    font-size: 50px;
    font-weight: bold;
    margin-top: 8px;
}

.note {
    color: #4d0707;
    font-size: 10px;
    margin-bottom: 10px;
}

.page-back img {
    width: 100%;
    max-width: 300px;
}

.btn-with-text {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px;
    gap: 6px;
}

/*@media (max-width: 3000px){
    .book {
        position: relative;
        display: flex;
        margin: auto;
        margin-bottom:150px;
        width: 600px;
        height: 770px;
        pointer-events: none;
        transform-style: preserve-3d;
        transition: translate 1s;
        translate: calc(min(var(--c), 1) * 50%) 0%;
        rotate: none;
    }
}
*/
@media (min-width:1500px) {
    .book {
        margin-top:20px;
        width: 450px;
        margin: 0 auto;
        height: 650px;
    }

    .text-box p {
        font-size: 15px;
        text-align: justify;
        line-height: 1.6;
    }

    .page {
      
        font-size: 2cqmin;
    }

    #prev {
        left: 220px;
    }

    #next {
        right: 220px;
    }

    #prev,
    #next {
        bottom: 100px;
    }
}

@media (max-width: 1200px) {
    .book {
        width: 350px;
        height: 520px;
        /* margin: 0 auto;*/
        margin-top: 30px;
    }
    .page {
      
        
        font-size: 1.6cqmin;
    }

#prev,
#next {
    top: auto;
    bottom: 90px;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background-color: #c0a9a950;
}

.text-box {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    word-wrap: break-word;
    padding: 16px;
    box-sizing: border-box;
}

    .text-box p {
        font-size: 15px;
        text-align: justify;
        line-height: 1.6;
    }


    #prev,
    #next {
        top: auto;
        bottom: 40px;
        width: 65px !important;
        height: 40px;
        border-radius: 8px;
        background-color: #c0a9a950;
    }

#prev {
    left: 150px;
}

#next {
    right: 150px;
}

}
    }
}


    @media (max-width: 821px){
        .book {
            width: 350px;
            height: 520px;
            /* margin: 0 auto;*/
            margin-top: 30px;
        }

        #prev,
        #next {
            top: auto;
            bottom: 90px;
            width: 35px;
            height: 35px;
            border-radius: 6px;
            background-color: #c0a9a950;
        }
    }

@media (min-width: 768px) and (max-width: 991px) {
    .book {
        width: 350px;
        height: 520px;
       /* margin: 0 auto;*/
       margin-top:30px;
    }

    .page {
     
        font-size: 1.6cqmin;
    }

    #prev img {
        width: 13px;
        height: 13px;
    }

    #prev,
    #next {
        
        top: auto;
        bottom: 90px;
        width: 65px !important;
        height: 35px;
        border-radius: 6px;
        background-color: #c0a9a950;
    }
       /* #next img {
            width: 50px;
            height: 50px;
        }*/

    .text-box {
        width: 100%;
        max-width: 400px;
        overflow: hidden;
        word-wrap: break-word;
        padding: 16px;
        box-sizing: border-box;
    }

        .text-box p {
            font-size: 15px;
            text-align: justify;
            line-height: 1.6;
        }

    #prev {
        left: 150px;
    }

    #next {
        right: 150px;
    }
}

@media (max-width: 767px) {
    .book {
        width: 350px;
        height: 650px;
        /*transform-style: preserve-3d;*/
        pointer-events: auto;
        align-items: center;
        overflow: hidden;
    }

    .cover-back1 {
        display: none !important;
    }

    .page {
        position: absolute;
        width: 100%;
        height: 100%;
        transform-origin: left;
        /* pointer-events: none;*/
        overflow: hidden;
    }

    #next img {
        width: 15px !important;
        height:15px !important;
    }

    #prev img {
        width: 15px !important;
        height: 15px !important;
    }

    .text-box p {
        font-size: 14px;
        text-align: justify
    }
    .page.active {
       
        opacity: 1;
        z-index: 50;
        pointer-events: auto;
    }

    
    .page .back {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

        .page .back.active {
            opacity: 1;
            pointer-events: auto;
            z-index: 5;
        }


    /*    .page img {
            width: 100% !important;
            height: auto !important;
        }*/

    .page-content {
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.4;
    }




    #prev,
    #next {
        -webkit-tap-highlight-color: transparent;
        top: auto;
        bottom: 85px;
        width: 65px !important;
        height: 40px;
        border-radius: 6px;
        background-color: #c0a9a950;
    }
       

    #prev {
        left: 13%;
    }

    #next {
        right: 13%;
    }

        #prev img,
        #next img {
            width: 60%;
        }


        

}

@media (max-width: 360px) {
    html, body {
        touch-action: manipulation;
    }

    .book {
        width: 490px;
        height: 540px;
        transform: rotateY(20deg);
        margin: 14px auto 0 auto;
        pointer-events: auto;
        position: relative;
        overflow: hidden;
    }

    .cover-back1 {
        display: none !important;
    }

    .page-flipped {
        display: none;
    }

    .page {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, opacity;
        position: absolute;
        width: 100%;
        height: 100%;
        transform-origin: left;
        overflow: hidden;
    }

    .text-box p {
        font-size: 13px;
        text-align: justify;
    }

    .page.active {
        transform: rotateY(0deg);
        opacity: 1;
        z-index: 50;
        pointer-events: auto;
    }

    .page .back {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: rotateY(180deg);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

        .page .back.active {
            opacity: 1;
            pointer-events: auto;
            z-index: 5;
        }

    .page-content {
        padding: 0.8rem;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    #prev,
    #next {
        -webkit-tap-highlight-color: transparent;
        color: black; 
        background-color: transparent;
        outline: none;
        -webkit-appearance: none;
        bottom: 40px;
        width: 70px;
        height: 35px;
        border-radius: 6px;
        background-color: #c0a9a950;
        text-decoration:none;

    }

        #prev:focus, #next:focus,
        #prev:active, #next:active {
            color: black !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
        }

    #prev {
        left: 13%;
    }

    #next {
        right: 13%;
    }

        #prev img,
        #next img {
            width: 60%;
        }
}



@media (max-width: 480px) {
    html, body {
        touch-action: manipulation;
    }

    .book {
        width: 490px;
        height: 540px;
        transform: rotateY(20deg); 
        margin: 0 auto;
        pointer-events: auto;
        margin-top: 14px;
        position: relative;
    }

    .cover-back1 {
        display: none !important;
    }

    .page-flipped{
        display: none;
    }

    .page {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform, opacity;
        position: absolute;
        width: 100%;
        height: 100%;
        transform-origin: left;
    }

    .text-box p {
        font-size: 13px;
        text-align: justify;
    }

    .page.active {
        transform: rotateY(0deg);
        opacity: 1;
        z-index: 50;
        pointer-events: auto;
    }

    .page .back {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: rotateY(180deg);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

        .page .back.active {
            opacity: 1;
            pointer-events: auto;
            z-index: 5;
        }

    .page-content {
        padding: 0.8rem;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    #prev,
    #next {
        -webkit-tap-highlight-color: transparent;
        color: black;
        background-color: transparent;
        outline: none;
        -webkit-appearance: none;
        bottom: 40px;
        width: 47px;
        height: 35px;
        border-radius: 6px;
        text-decoration: none;
        background-color: #c0a9a950;
    }
        #prev:focus, #next:focus,
        #prev:active, #next:active {
            color: black !important;
            background-color: transparent !important;
            outline: none !important;
            box-shadow: none !important;
        }

    #prev {
        left: 13%;
    }

    #next {
        right: 13%;
    }

        #prev img,
        #next img {
            width: 60%;
        }
}


/*
@media (max-width: 360px) {
    .book {
        width: 300px;
        height: 400px;
        transform: rotateY(10deg);
        margin: 0 auto;
        pointer-events: auto;
        position: relative;
    }

    .text-box p {
        font-size: 12px;
        line-height: 1.5;
    }

    .page-content {
        padding: 0.6rem;
        font-size: 0.85rem;
        line-height: 1.4;
    }

    #prev,
    #next {
        bottom: 30px;
        width: 38px;
        height: 30px;
        border-radius: 4px;
        background-color: #c0a9a950;
    }

    #prev {
        left: 10%;
    }

    #next {
        right: 10%;
    }

        #prev img,
        #next img {
            width: 55%;
        }
}*/

/*/*/
/*
.container-fluid,
.posts_container,
.main_section {
  max-width: 100%;
  overflow-x: hidden;
}

.hide {
  display: none;
}

.opac_0 {
  opacity: 0 !important;
}

.opac_1 {
  opacity: 1 !important;
}

.loved {
  display: none;
}

.display {
  display: flex !important;
}

.hide_img {
  display: none !important;
}

ul {
  display: flex;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-size: 14px;
}

p {
  font-size: 15px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
}

img {
  object-fit: cover;
}
    */
/*main header*/
.menu-wrapper {
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main-header {
    height: 5em;
    padding: 0 1em;
}
.main-header .logo{
width: 5em;
height: auto;
}
@media (max-width: 768px) {
  .main-header {
    height: 3em;
  }
  .story-menu{
    height: 4em;
  }
}

.story-menu {
  height: 6em;
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding: 0 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  text-align: center;
  min-width: 70px;
}

.story-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.story-item p {
  font-size: 12px;
  margin-top: 4px;
}

.main_section {
  margin-top: 12em;
}

@media (min-width: 1601px) {
    .main-header {
        height: 5em;
    }

    .story-menu {
        height: 7em;
        padding: 1.5em;
    }

    .main_section {
        margin-top: 14em;
    }
}
@media (min-width: 1201px) and (max-width: 1600px) {
    .main-header {
        height:5em;
    }

    .story-menu {
        height: 6em;
        padding: 1em;
    }

    .main_section {
        margin-top: 8em;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-header {
        height: 6em;
        flex-direction: row;
        padding: 0.7em;
    }

    .story-menu {
        height: auto;
        padding: 0.7em;
    }

    .main_section {
        margin-top: 8em;
    }
}


@media (max-width: 360px) {
    .story-item {
        min-width: 50px;
        margin: 0 4px;
    }

        .story-item img {
            width: 36px;
            height: 36px;
        }

        .story-item p {
            font-size: 10px;
        }

    .main_section {
        margin-top: 4em;
    }
}



@media (max-width: 768px) {
  .main-header {
    height: auto;
    flex-direction: column;
    padding: 0.5em;
  }

  .story-menu {
    height: auto;
    padding: 0.5em;
  }

  .main_section {
    margin-top: 6em;
  }
}

@media (max-width: 260px) {
    .story-item {
        min-width: 40px;
        margin: 0 2px;
    }

        .story-item img {
            width: 30px;
            height: 30px;
        }

        .story-item p {
            font-size: 9px;
        }

    .main_section {
        margin-top: 3em;
    }
}

/*end main header*/
.story {
  border: 2px solid rgb(38, 38, 38);
  padding: 0.5px;
}

.owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .owl-nav {
    width: 80%;
  }
}

.owl-nav span {
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 100%;
  display: none;
}

.main_section {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 498px) {
  .main_section {
    justify-content: center;
  }
}

.main_section .posts_container {
  max-width: 770px;
}

@media screen and (max-width: 498px) {
  .main_section .posts_container {
    max-width: 100%;
  }
}

.main_section .posts_container .post {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 498px) {
  .main_section .posts_container .post {
    width: 100%;
  }
}

.main_section .posts_container .post .image {
  width: 100%;
}

.main_section .posts_container .post .image img {
  width: 100%;
  border-radius: 5px;
}

.main_section .posts_container .post .desc p {
  font-weight: 400;
  margin: 10px 0;
}

.main_section .posts_container .post .desc a.bold {
  font-weight: 600;
  color: rgb(38, 38, 38);
}

.main_section .posts_container .post .desc a.gray {
  color: rgb(142, 142, 142);
  font-weight: 400;
}

.post_desc p {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
    text-align: justify;
}

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.show-more {
  color: #999;
  cursor: pointer;
  font-size: 0.9rem;
}

.stories {
  direction: rtl;
  padding: 10px;
}

.story-item {
  text-align: center;
  flex: 0 0 auto;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.story-item img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgb(142, 142, 142);
  padding: 2px;
  object-fit: cover;
}

.story-item p {
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
}
