* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*::before,
*::after {
   box-sizing: border-box;
}

:root {
    --primary100: #cfced3;
    --primary200: #9e9ea7;
    --primary300: #6e6d7a;
    --primary400: #3d3d4e;
    --primary500: #0d0c22;
    --primary600: #0a0a1b;
    --primary700: #080714;
    --primary800: #05050e;
    --primary900: #030207;

    --secondary100: #fbdded;
    --secondary200: #f7b7d0;
    --secondary300: #f294b8;
    --secondary400: #ee70a1;
    --secondary500: #ea4c89;
    --secondary600: #bb3d6e;
    --secondary700: #8e3264;
    --secondary800: #8c2e52;
    --secondary900: #2f0f1b;

    --tertiary100: #fdfdfe;
    --tertiary200: #fbfbfd;
    --tertiary300: #f8f9fd;
    --tertiary400: #f6f7fc;
    --tertiary500: #f4f5fb;
    --tertiary600: #c3c4c9;
    --tertiary700: #929397;
    --tertiary800: #626264;
    --tertiary900: #313132;


}
  

body {
    background-color: var(--tertiary100);
    overflow-x: hidden;
    font-family: "yekan";
    font-weight: normal;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Fat.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Heavy.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Medium.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "yekan";
    src: url("/static/font/yekan/YekanBakh-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
h1{
    font-weight: 900;
    color: var(--tertiary900);
}

::-moz-selection { /* for Firefox */
    color: var(--tertiary100);
    background: var(--secondary500);
  }
  
  ::selection {
    color: var(--tertiary100);
    background: var(--secondary500);
  }

.Menu {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: sticky;
    top: 0px;
    padding: 10px 0;
    border-bottom: 1px solid var(--primary100);
    z-index: 3;

    
}
.MenuStickySec {
    width: 100%;
    height: 6px;
    background-color: var(--tertiary100);
}

.Container {
    max-width: 1280px;
    padding: 0 32px;
    margin: auto;
/*    display: grid;
    column-gap: 8px;
    grid-template-columns: auto auto auto;*/
}

.search{
    display: block;
    margin: auto 0;
}

.headLogo img,.headLogo{
    width: 90px;
}
.cardContent h2 a {
color: var(--tertiary900);
text-decoration: none;
}
.cardFooter span{
    color: var(--tertiary800);
}
.Menu .Container {
    display: grid;
    column-gap: 12px;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.menuItems {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.menuItems li .activeMenu {
    color: var(--secondary500) !important;
    position: relative;
}
#loadMoreBtn{
    padding: 12px 40px;
    background-color: var(--primary500);
    color: var(--tertiary100);
    margin-top: 96px;
    border-radius: 8px;
}
#loadMore{
    display: flex;
    align-items: center;
    justify-content: center;
}
.FilterBtn{
    display: flex;
  align-items: center;
    padding: 12px 16px;
    border: 1px solid var(--primary200);
    border-radius: 8px;

}
.FilterBtn p{
    color: var(--tertiary800);
}
.FilterBtn img{
    margin-right: auto;
    width: 26px;
}
.filterList{
    padding: 20px 8px;
    border: 1px solid var(--primary100);
    border-radius: 8px;
    width: 260px;
    background-color: var(--tertiary100);
    margin-top: 18px;
    position: absolute;
}
.filterList ul{
    list-style-type: none
}
.filterList ul li{
    padding: 10px 16px;

}
.filterList ul li:hover{
    background-color: #FFDEEC54;
    border-radius: 4px;
}
.activeFilter{
    color: var(--secondary500)
}

.menuItems li .activeMenu::after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--secondary500);
    border-radius: 50%;
}


.menuItems{
    display: inline-block;
    width: auto;
    margin-left: auto;



}

.menuItems li a {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #323231;
    font-weight: normal;
}
.menuItems li a:not(.activeMenu):hover {
    color: var(--primary300);
}
.menuItems li .activeMenu {
    color: var(--secondary500) !important;
    position: relative;
}

.menuItems li .activeMenu::after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--secondary500);
    border-radius: 50%;
}
.activeMenu {
        color: var(--secondary500) !important;
        position: relative;
    }

    .activeMenu::after {
        content: "";
        display: block;
        width: 8px;
        height: 3px;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: var(--secondary500);
        border-radius: 50%;
    }


.menuItems ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 26px;
    padding: 8px 0;
  }

.menu-toggle {
    display: none; /* hide the button on desktop */
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 20px;
}
  
.menu-toggle img {
    height: 24px;
    width: 24px;
    fill: var(--primary400); /* set the color of the icon */
}
  
  .Container {
    /*display: flex;*/
    align-items: center;
    
  }
  
  .Container > div:first-child {

  }
  
.MenuMobile,.MobMenuItems,.MobSocial {
    display: none;
}
#MenuMobile {
    display: none;
}
#menuClose {
    display: none;
}

.webSiteFooter {
    margin-bottom: 48px;
    margin-top: 200px;
}

.footerContactInfo {
    display: flex;
    justify-content: space-between;
}

.footerHead {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.twoDashes::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: var(--primary900);
    margin-right: 10px;
    vertical-align: middle;
}

.twoDashes::after {
    content: "";
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: var(--primary900);
    margin-left: 10px;
    vertical-align: middle;
}
.footerSub {
    font-size: 20px;
    text-align: center;
    margin-bottom: 32px;
}

.socialItems {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.socialItems img {
    width: 44px;
    display: block;
    float: right;
    padding-left: 16px;

}

.highligh {
    position: relative;
}

.highligh::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 16%;
    width: 100%;
    height: 45%;
    z-index: -1;
}

.PinkHighligh::before {
    background: var(--secondary100);
}

.BlueHighligh::before {
    background: #a0ecff;
}

.GreenHighligh::before {
    background: #cefe9d;
}

  @media (max-width: 800px) {
      .menuItems li a {
        font-size: 14px;
    }

    .menu-toggle {
        display: block; /* show the button on mobile */
    }

    .menuItems {
        display: none; /* hide the menu items by default */
    }

    .menuItems.show {
        display: block; /* show the menu items when the button is clicked */
    }

    .MenuStickySec {
        height: 0;
    }
    .menu-toggle {
      display: block;
    }
    .search{
        display: none;
    }
    .menuItems {
      display: none;
    }
  
    .menuItems.show {
      display: block;
    }
    .MenuStickySec{
        height: 0;
    }
    .MobBack{
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #FBF9F6  ;
        position: fixed;
        padding: 32px;
        border-right: 1px solid var(--tertiary100);
    }
    .MobMenuItems{
        display: block;
    }
    .MobMenuItems li{
        text-align: center;
    }
    .MobMenuItems li a{
         text-decoration: none;
        font-size: 14px;
        color: #323231;
        font-weight: 100;
        text-transform: uppercase;

        
        
    }
    .MobMenuItems li{
        padding-bottom: 24px;
        
    }
    .MobMenuItems ul, .MobSocial ul {
        list-style-type: none;
    }
    .MobSocial li a{
        font-size: 16px;
        color: var(--tertiary900);
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        margin-right: 12px;
 
        
        
    }
    .MobSocial li{
        margin-top: 14px;
    }
    .MobSocial{
        display: block;
        position: absolute;
        bottom: 180px;

    }
    .closeMenu{
        width: 25%;
        height: 100%;
        background-color: rgba(0,0,0,0);
        position: fixed;
        left:0;
        display: none;

    }

  }

.search input{
    border: 0px solid rgba(0,0,0,0);
    border-radius: 14px;
    padding: 10px 46px 10px 14px;
    font-family: "yekan";
    width: 240px;
    font-size: 18px;
    color: var(--primary200);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none !important;
    box-sizing: border-box;
    background: url(/static/svg/search.svg) no-repeat scroll 205px 13px ;
    background-color: #f9f7f6;
}

.search input:focus{
    border: #efe9e7 1px solid;
    outline: none !important;
}

.search input::placeholder{
    padding: 10px;
    line-height: 40px;

}



.hashtag{
    padding: 6px 9px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
}

#orangeTag{
    color: #e57648;
    background-color: #f8f5f2;
}

.contentContainer{
    max-width: 1280px;
    padding: 0 32px;
    margin: 64px auto;
    
}

.contentHeader{
    width: 100%;
    

}
.filter{
    width: 203px;
    max-width: 100%;
    height: 50px;
    margin-right: auto;
}

.postCards{
    
    margin-top: 48px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.postCard{
    
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid var(--tertiary500);
    margin: 0 auto;


}


.topImage{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    
    
}
.cardContent{
    padding: 32px;
}

.postCard h2{
    display: inline-block;
    color: var(--tertiary900) !important;
    font-size: 28px;
    line-height: 42px;
    font-weight: 800;
    margin-top: 32px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 125px;
    max-height: 125px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    

    
}

/* Footer */












.contactSec a{
    padding-left: 20px;
    text-decoration: none;
    color: var(--primary500);

    margin: auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    
 }

.contactSec a:first-child::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px; 
    border-radius: 50%;
    background-color: var(--primary500);
    margin-left: 14px;
    margin-bottom: 4px;
}
.contactSec{
    
    direction: ltr;
    margin-bottom: 40px;

    
}

.contactSec a img{
    padding-right:8px ;
    margin-bottom: 4px;

    
}




@media (max-width: 1200px) {
    .postCards{
        grid-template-columns: fit-content(480px) fit-content(480px);
    }

}
@media (max-width: 1050px) {
    .postCards{
        grid-template-columns: repeat(2,1fr);
    }

}
@media (max-width: 600px) {
    .Container {
        padding: 0 18px;

    }
        .socialItems img {
        width: 36px;
    }
    .contentContainer{
        padding: 0 18px;
    }
    .postCards{
        transition: all 0.5s;
        grid-template-columns: repeat(1, 1fr);
    }




    .contactSec{
        margin-bottom: 24px;
        
    }
    .contactSec a:first-child::after{
        display: none;
    }
    .contactSec a img{
        width: 24px;        
    }
    .contactSec a span{
        font-size: 3.5vw;
       
    }

    


}

@media (max-width: 800px) {

    .postCard h2{

        font-size: 24px;
    }

}


.postCard .hashtag{
    margin-top: 32px;
}

.cardFooter{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}






