@font-face {
    font-family: 'IranNastaliq';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/IranNastaliq.ttf');
}

@font-face {
    font-family: 'BNazanin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BNazanin.ttf');
}

@media only screen and (max-width: 760px) {
    .date {
        font-size: unset !important;
    }
    /*.slogan {
        font-size: unset !important;
    }*/
    /*.georgian {
        line-height: unset !important;
    }*/
    .tools {
        width: 82px !important;
        height: 82px !important;
    }
    .tools .icon {
        width: 52px !important;
        height: 52px !important;
    }
    .left-box {
        margin-right: 20px !important;
    }
    .right-box {
        margin-left: 20px !important;
    }
    .seasons-header .icon {
        margin: 10px;
    }
    .tools-content {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 600px) {
    .date {
        font-size: unset !important;
    }
    /*.slogan {
        font-size: unset !important;
    }*/
    /*.georgian {
        line-height: unset !important;
    }*/
    .tools {
        width: 72px !important;
        height: 72px !important;
    }
    .tools .icon {
        width: 48px !important;
        height: 48px !important;
    }
    .left-box {
        margin-right: 15px !important;
    }
    .right-box {
        margin-left: 15px !important;
    }
    .tools-content {
        margin-top: 30px !important;
    }
    .line {
        margin-top: 64px !important;
        margin-bottom: 16px !important;
    }
    .seasons-box {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .seasons-row {
        padding-top: unset !important;
        padding-bottom: 15px !important;
    }
}

.remove-padding {
    padding: 0 !important;
}

body{
    background-color: #f9f9f9;
}

.calendar{
    background-color: #f2f2f2;
}

.season-background{
    width: 100%;
}

.seasons-header{
    background-image: url('../images/autumn.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    height: 265px;
}

.seasons-header-dark{
    background-color: rgba(0, 0, 0, 0.500);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    height: 265px;
}

.seasons-header .icon{
    width: 52px;
    height: 52px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.seasons-header .logo{
    background-color: #ffffff;
    width: 92px;
    height: 64px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.date-content{
    margin-top: 25px;
    cursor: pointer;
}

.date{
    text-align: center;
    direction: rtl;
    color: #f2f2f2;
    margin: 0;
    font-family: BNazanin;
    font-size: 20px;
}

.date-day{
    text-align: center;
    direction: rtl;
    color: #f2f2f2;
    margin: 0;
    font-family: BNazanin;
    font-size: 28px;
    font-weight: bold;
}

.georgian{
    line-height: 44.8px;
}

.date-week{
    text-align: center;
    direction: rtl;
    color: #f2f2f2;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-family: IranNastaliq;
    font-size: 36px;
}

.slogan{
    width: 100%;
    color: #f2f2f2;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*.slogan-content{
    margin-top: 5px;
    margin-bottom: 5px;
}

.slogan{
    text-align: center;
    direction: rtl;
    color: #f2f2f2;
    margin: 0;
    font-family: BNazanin;
    font-size: 20px;
}*/

.tools-content{
    margin-top: 15px;
}

.tools{
    background-color: #ffffff;
    width: 92px;
    height: 92px;
    border-radius: 15px;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

.tools .icon{
    width: 64px;
    height: 64px;
    margin-top: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.left-box{
    margin-right: 25px;
}

.right-box{
    margin-left: 25px;
}

.line{
    margin-top: 76px;
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
}

.seasons{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 100%;
}

.seasons-row{
    padding-top: 30px;
    padding-bottom: 60px;
}

.spring{
    background-image: url('../images/spring.jpg');
}

.summer{
    background-image: url('../images/summer.jpg');
}

.autumn{
    background-image: url('../images/autumn.jpg');
}

.winter{
    background-image: url('../images/winter.jpg');
}

.spring .middle{
    background-image: url('../images/spring_middle.png');
}

.summer .middle{
    background-image: url('../images/summer_middle.png');
}

.autumn .middle{
    background-image: url('../images/autumn_middle.png');
}

.winter .middle{
    background-image: url('../images/winter_middle.png');
}

.button{
    width: 100%;
    cursor: pointer;
}

.button-tools{
    cursor: pointer;
    z-index: 1;
}

.main-frame{
    padding: 0;
}

/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: #e6e6e6 radial-gradient(circle, transparent 1%, #e6e6e6 1%) center/15000%;
}
.ripple:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s;
}

/*CSS Scrolling Text*/
.scroll-left {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: yellow;
    color: orange;
    border: 1px solid orange;
}
.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 15s linear infinite;
    -webkit-animation: scroll-left 15s linear infinite;
    animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
    0%   {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

.scroll-right {
    height: 50px;
    overflow: hidden;
    position: relative;
}
.scroll-right p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    /* Apply animation to this element */
    -moz-animation: scroll-right 25s linear infinite;
    -webkit-animation: scroll-right 25s linear infinite;
    animation: scroll-right 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-right {
    0%   { -moz-transform: translateX(-100%); }
    100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-right {
    0%   { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(100%); }
}
@keyframes scroll-right {
    0%   {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }
}
/*CSS Scrolling Text*/

.marquee {
    overflow: hidden;
    font-family: BNazanin;
    font-size: 16px;
}

.js-marquee {
    direction: rtl;
}

.a2hs__container .a2hs__text {
    direction: rtl !important;
    text-align: right;
}

/* Static */
.menus-header{
    width: 100%;
    height: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #e8343c;
}

.menus-header .icon{
    width: 52px;
    height: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.frame-contacts {
    background-color: #ffffff;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    min-height: 172px;
    margin-top: -45px;
}

.slogan-frame {
    padding: 0;
    bottom: 0;
    position: absolute;
    border-radius: 0 0 15px 15px;
    background-color: #f9f9f9;
}

.slogan-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo-static {
    margin-top: -30px;
}

.tools-static {
    background-color: #ffffff;
    width: 92px;
    height: 92px;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 1px 1px 5px #f2f2f2;
}

.tools-static .icon{
    width: 64px;
    height: 64px;
    margin-top: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.slogan-static {
    width: 100%;
    color: #e8343c;
}

.date-content-static {
    margin-top: 50px;
    cursor: pointer;
}

.date-week-static {
    text-align: center;
    direction: rtl;
    color: #e8343c;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-family: BNazanin;
    font-size: 22px;
}

.date-jalaali-static {
    text-align: center;
    direction: rtl;
    color: #e8343c;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-family: BNazanin;
    font-size: 18px;
}

.date-static {
    text-align: center;
    direction: rtl;
    color: #e8343c;
    margin: 0;
    font-family: BNazanin;
    font-size: 16px;
}

.a2hs-win {
    width: 90%;
    background-color: #f2f2f2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: sticky;
    bottom: 0px;
    left: 0px;
    padding: 25px;
    margin: auto;
}

.add-icon {
    display: block;
    margin-right: 0;
}

.add-description {
    display: block;
    margin-left: auto;
    margin-right: 15px;
    font-family: BNazanin;
    text-align: right;
    direction: rtl;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}

.add-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 5px;
    font-family: BNazanin;
    font-weight: bold;
    font-size: 16px;
}

.items {
  margin-bottom: 25px;
}
.religious {
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.religious .title {
  height: auto;
  width: 100%;
  font-family: BNazanin;
  direction: rtl;
  text-align: right;
  margin-right: 15px;
  margin-top: 27px;
  margin-bottom: 0;
  font-size: medium;
  font-weight: bold;
}
.religious .description {
  height: auto;
  width: 100%;
  font-family: BNazanin;
  direction: rtl;
  text-align: right;
  margin-right: 15px;
  font-size: small;
}
.avatar {
  padding: 0;
}
.religious .icon {
  width: 86px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.items-link {
    cursor: pointer;
    text-decoration: none;
}
.items-link:hover {
    text-decoration: none;
}

.notification_count {
    background-color: #e8343c;
    color: white;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin: 5px;
    position: absolute;
    right: 5px;
    font-family: BNazanin;
}

body, html {
    height: 100%;
    margin: 0;
}
#app {
    height: 100%;
}
#app main {
    height: 100%;
}
.container {
    height: 100%;
}
.container .home {
    height: 100%;
}
.main-frame {
    height: 100%;
}
.splashscreen {
    /* The image used */
    background-image: url('../images/splash.jpg');
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
