@charset "UTF-8";
@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb.eot"); /* IE */
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), /* IE */
    url("../fonts/IRANSansWeb.woff") format("woff"), /* Modern Browsers */
    url("../fonts/IRANSansWeb.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
}
@font-face {
    font-family: "Zar";
    src: url("../fonts/BZar.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Zar";
    src: url("../fonts/BZarBd.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "CairoPlay";
    src: url("../fonts/ARFONTS-CAIROPLAY-BLACK.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Alaem";
    src: url("../fonts/Alaem.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "fontawesome";
    src: url("../fonts/fontawesome/fa-solid-900.ttf");
    src: url("../fonts/fontawesome/fa-solid-900.woff2");
    font-weight: normal;
}
:root {
    --black: #011324;
    --blue: #0060ba;
    --gray: #90979d;
    --yellow: #dcc464;
    --white: #fff;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: IRANSansWeb,Poppins, Helvetica, "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: right;
    background-color: var(--black);
}

.header-menu ul{
    display: flex;
    list-style: none;
    padding: 0;
}

.header-menu ul li svg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.header-menu ul li svg .svg-background{
    fill: var(--blue);
    transition: fill 0.5s;
}

.header-menu ul li svg .svg-icon{
    fill: var(--black);
    transition: fill 0.5s;
}

.header-menu ul li svg:hover .svg-background{
    fill: var(--white);
}

.header-menu ul li svg:hover .svg-icon{
    fill: var(--black);
}

.header-menu ul li a i{
    color: var(--black);
}

.header-menu ul li:hover a i{
    color: var(--white);
}

i{
   font-family: fontawesome !important;
   font-size: 20px;
}

.div-col{
    border-radius: 10px;
}

.input-text{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: transparent;
    padding: 10px 45px 5px 5px;
    font-size: 20px;
    margin: 20px 0;
    border: 3px solid #939292aa;
    transition: ease-in, box-shadow .35s ease-in;
}
.input-text:focus {
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
}

.textbox-group{
    position: relative;
}

.textbox-group i{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: gray;
}

.div-login div input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form{
   padding: 10px;
}

.login-enter{
    display: flex;
}

.btn-enter {
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(to top, #21bbe5 0%, #0e708bee 50%, #e2dada 100%);
    border-radius: 50%;
    border: 1px solid #8F9092;
    box-shadow: 0 0 1px 1px #0e708b, 0 1px 0 #0e708b, 0 4px 4px #0e708b, 0 -6px 4px #9dabaf, inset 0 0 3px 0 #CECFD1;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
    position: relative;
    transition: box-shadow 0.5s;
}

.btn-enter:hover{
    box-shadow: 0 4px 3px 1px #0e708b, 0 6px 8px #0e708b, 0 -4px 4px #0e708b, 0 -6px 4px #0e708b, inset 0 0 3px 0 #CECFD1;
}

.forget-passwrod{
    color: var(--black);
    text-decoration: none;
    font-size: 0.8rem;
}
.box {
    height: 158px;
    padding: 5px;
    cursor: pointer;
    
}
.box .items:hover{
    box-shadow: 0 18px 60px 10px #f99200 inset;
}

.box .items{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 18px 60px 10px #2184c7 inset;
    transition: box-shadow 0.5s;
}

.box .items .icon{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 27%;
    fill: var(--black);
}
.box .items .left-shape{
    position: absolute;
    width: 10px;
    height: 10px;
    left: -12px;
    top: 40%;
}

.box .items .right-shape{
    position: absolute;
    width: 10px;
    height: 10px;
    right: -12px;
    top: 40%;
}

.box .items .text{
    position: absolute;
    top: 65%;
    color: var(--black);
    font-size: 1.2rem;
}

.box svg .svg-shape{
    fill: var(--black);
}

.offcanvas-body{
    color: black;
}

.div-header{
    width: 100%;
    padding-top: 15px;
}
.header-title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.title-1{
    font-family: CairoPlay;
    font-weight: bolder;
    color: var(--yellow);
}
.title-2{
    font-weight: bold;
    font-family: Zar;
}
.alaem{
    font-weight: normal;
    font-family: Alaem;
}
.header-title h1 span:last-child{
    font-weight: normal;
    font-size: 50%;
}

.header-button{
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.header-button i{
    color: var(--white);
}
.header-button i:hover{
    color: var(--yellow)
}

.post{
    padding-left: 10px;
    color: var(--black);
    text-align: justify;
    font-size: 0.8rem;
    padding-top: 10px;
}

.posts{
    margin-right: 10px;
    padding-left: 10px;
    background-color: var(--white);
    border-radius: 5px;
}

.post-start{
    font-size: 0.7rem;
    margin-bottom: 5px;
    color: var(--gray);
}

.post-title{
    font-weight: bold;
    margin-bottom: 2px;
}

.post-content{
    color: var(--gray);
}

.hr{
    margin-top: 5px;
    border-bottom: dotted 1px var(--black);
}

.div-form-check {
    margin-right: 1.40rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.40rem;
}
.carousel-indicators button{
    width: 15px !important;
    height: 15px !important;
    border: 1px solid var(--black) !important;
    border-radius: 50%;
}
nav img{
    width: 100%;
    height: 850px;
    object-fit: cover;
    border-radius: 5px;
 }

content .buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
 }
 
header {
    grid-area: header;
    display: flex;
    flex-wrap: wrap;
}

nav {
    grid-area: nav;
    margin-right: 10px;
}

content {
    grid-area: content;
}

aside {
    grid-area: aside;
}

footer {
    grid-area: footer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
  ::-webkit-scrollbar-thumb {
    background: var(--black); 
}
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* Start Desktop Show */
@media (min-width: 1200px) {
 
.header-menu ul{
    justify-content: end;
    margin-top: 20px;
}

content {
    padding-top: 18px;
    height: 865px;
}
content .posts{
    overflow-x:hidden;
    overflow-y:visible;
    max-height: 685px;
}
nav{
    padding-top: 18px;
}

aside{
    overflow-x:hidden;
    overflow-y:visible;
    height: 866px;
    background-color: transparent;
    background-image: linear-gradient(0deg, #9d9d9d, #9d9d9d, #f6f6f6 40%, transparent);
}
.offcanvas-new-close{
    display: none;
}


.login-banner img{
    width: 100%;
}

.div-login{
    padding: 0;
    color: var(--black);
    border-radius: 5px;
    }
.header-title h2{
    font-size: 1.5rem;
}
.header-menu{
    width: 100%;
}
.header-menu ul{
    margin-top: -25px;
}
.header-button i{
    display: none;
}
}
/* End Desktop Show */
/* Start Laptop Show */
@media (max-width: 1199.98px) {
.header-title h1{
        font-size: 1.8rem;
}
.header-title h2{
        font-size: 1.5rem;
}
.header-button{
        justify-content: end;
        margin-bottom: 10px;
}
.header-button i{
        margin-left: 15px;
        font-size: 3rem;
}
.header-menu ul{
        justify-content: start;
        margin-top: -10px;
}
.header-menu li{
        margin-right: 10px !important;
}
content {
        padding: 15px 15px 0 15px;
        height: 465px;
}
content .posts{
        overflow-x:hidden;
        overflow-y:visible;
        max-height: 685px !important;
}
nav{
        padding-top: 15px;
}
.div-row{
        height: 100vh;
        display: grid;
        grid-template-areas:
            'header header'
            'nav content'
            'footer footer'
        ;
        grid-template-columns: 3fr 4fr;
        grid-template-rows: 140px 1fr 80px;
} 
.offcanvas-new {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-new-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-new-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-new-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .2s ease-in-out;
}
    .offcanvas-new.show:not(.hiding), .offcanvas-new.showing {
        transform: none;
}
    .offcanvas-new.hiding, .offcanvas-new.show, .offcanvas-new.showing {
        visibility: visible;
}

.offcanvas-new.offcanvas-new-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-new-width);
        border-left: var(--bs-offcanvas-new-border-width) solid var(--bs-offcanvas-new-border-color);
        transform: translateX(100%);
        overflow-x:hidden;
    overflow-y:visible;
    max-height: 100vh;
}

.offcanvas-new, .offcanvas-new-lg, .offcanvas-new-md, .offcanvas-new-sm, .offcanvas-new-xl, .offcanvas-new-xxl {
        --bs-offcanvas-new-zindex: 1045;
        --bs-offcanvas-new-width: 250px;
        --bs-offcanvas-new-height: 30vh;
        --bs-offcanvas-new-padding-x: 1rem;
        --bs-offcanvas-new-padding-y: 1rem;
        --bs-offcanvas-new-color: ;
        --bs-offcanvas-new-bg: #fff;
        --bs-offcanvas-new-border-width: 1px;
        --bs-offcanvas-new-border-color: var(--bs-border-color-translucent);
        --bs-offcanvas-new-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.login-banner img{
    object-fit: fill;
    width: 100%;
}

.div-login{
    color: var(--black);
}
.post-start{
    margin-right: 20px;
}
.post-title{
    margin-right: 20px;
}
.post-content{
    margin-right: 20px;
}
}
/* End Laptop Show */
/* Start Tablet Show */
@media (max-width: 991.98px) {
.div-row{
    display: grid;
    grid-template-areas:
        'header'
        'nav'
        'content'
        'footer'
    ;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 95vh;
} 
nav{
    margin-bottom: 20px;
}
.header-title img{
    width: 100%;
    object-fit: cover;
}
.header-title h1{
    font-size: 1.2rem;
}
.header-title h2{
    font-size: 1rem;
}
.header-button{
    justify-content: end;
    margin-bottom: -5px;
}
.header-button i{
    margin-top: 15px;
    margin-left: 5px;
    font-size: 3rem;
}
.header-menu{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.header-menu ul{
    margin-bottom: -5px;
}
.box {
    /* width: 100%; */
    height: 130px;
    /* border-radius: 5px; */
    /* margin-right: 3px; */
    margin-bottom: 10px;
}

.box .items .icon{
    width: 40px;
    height: 40px;
    top: 15%
}
.box .items .left-shape{
    position: absolute;
    width: 3px;
    height: 3px;
    left: -12px;
    top: 40%;
}

.box .items .right-shape{
    width: 3px;
    height: 3px;
}

.box .items .text{
    top: 60%;
    text-align: center;
    font-size: 1rem;
}
.post-start{
    margin-right: -20px;
}
.post-title{
    margin-right: -20px;
}
.post-content{
    margin-right: -20px;
}
}
/* End Tablet Show */
/* Start Smart Phone Show */
@media (max-width: 767.98px) {
/* .div-row{
        grid-template-rows: auto auto 100vh;
} 
.box {
        width: 16.5%;
        height: 60px;
        border-radius: 5px;
        margin-right: 3px;
        margin-bottom: 10px;
}

.box .items .icon{
        width: 20px;
        height: 20px;
        top: 15%
}
.box .items .left-shape{
        position: absolute;
        width: 3px;
        height: 3px;
        left: -12px;
        top: 40%;
}

.box .items .right-shape{
        width: 3px;
        height: 3px;
}

.box .items .text{
        top: 60%;
        font-size: 0.7rem;
}
.post img{
    width: 110px;
}
.post-start{
    margin-right: 5px;
}
.post-title{
    margin-right: 5px;
}
.post-content{
    margin-right: 5px;
} */
}
/* End Smart Phone Show */
/* Start Mobile Show */
@media (max-width: 500px) {
.div-row{
    grid-template-rows: auto auto 100vh;
} 
.post img{
    width: 75px;
}
.post-start{
    margin-right: 15px;
}
.post-title{
    margin-right: 15px;
}
.post-content{
    margin-right: 15px;
}
}
/* End Mobile Show */
.yellow{
    color: #ffd400;
  }
.bg-yellow{
    background-color: #ffd400;
  }
.blue{
    color: #1a7eb9;
  }
.bg-blue{
    background-color: #1a7eb9;
  }
.text-justify{
    text-align: justify;
}
.context{
    background-color: #1a7eb9;
    height: 70vh;
    overflow: scroll;
    border-radius: 5px;
    margin: 1rem 0.5rem;
    padding: 0.8rem 2rem;
    line-height: 4rem;
    font-size: 1.1rem;
    text-align: justify;
    color: #000;
}