﻿@charset "utf-8";
/* بسم الله الرحمن الرحیم
*/
/* version=1.8 */

/*-------------------------------------------------index------------------------------------------------*/

body {
    background-image: url(../images/wrapperBG.gif);
    background-size: 41vw;
}

@media screen and (max-width:700px) {
    body {
        background-size: 50vw;
    }
}

.main {
    width: calc(97% - 100px);
    margin: 0px 20px 0px 100px;
}

.glass {
    box-shadow: 1px 1px 10px 3px #25603d;
}

.close_cross {
    position: absolute;
    padding: 5px;
    top: 0px;
    right: 0px;
    border-radius: 0px 0px 0px 5px;
    font-size: 20px;
    color: #f34040;
    background-color: #88ff88;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.close_cross:hover {
    padding: 3px;
    font-size: 24px;
    background-color: #2cd12c;
}

.board_title {
    margin-top: 27px;
    font-family: 'BNarm' !important;
}

/*------------------------------------------------- header------------------------------------------------*/

header a {
    position: relative;
    display: inline-block;
    height: 26px;
    margin-bottom: 2px;
    direction: ltr;
    background-color: #fcd627;
    padding: 2px 7px;
    border-radius: 0px 0px 5px 5px;
    color: #000000;
    z-index: 1;
}

header a:hover,
header a:focus {
    color: white;
}

header a span {
    font-size: 8px;
}

header a span:first-child {
    font-size: 13px;
}

header #headerImage {
    position: relative;
    background-image: url('../images/header.png');
    background-size: contain;
    background-repeat: no-repeat;
}

header #headerImage #onHeaderLogo {
    position: absolute;
    width: 8%;
    top: 71%;
    right: 7%;
    -webkit-filter: drop-shadow(0px 0px 5px white);
    filter: drop-shadow(0px 0px 5px white);
}

@media screen and (max-width: 767px) {
    header #headerImage {
        background-image: url('../images/header_mobileSize.jpg');
        margin-top: -28px;
        box-shadow: inset -2px 1px 10px 3px #25603d;
    }

    header #headerImage #onHeaderLogo {
        width: 16%;
        top: 73%;
        right: 8%;
    }
}

header #anniversary .wrapper {
    border-radius: 0px 0px 5px 5px;
}

header #anniversary .wrapper div {
    padding: 6px 6px 3px 72px;
    margin: 32px auto 0px;
    width: 323px;
    position: relative;
}

header #anniversary .wrapper div img {
    position: absolute;
    top: -37px;
    left: 0px;
    width: 70px;
    height: 100px;
}

header #anniversary .wrapper div p {
    text-align: center;
    font-size: 16.7px;
}

header #anniversary .blackThem {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
}

header #anniversary .blackThem div {
    background-color: black;
    color: white;
}

header #anniversary .greenThem {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #9bff7c);
}

header #anniversary .greenThem div {
    border-radius: 20px 20px 0px 0px;
    background-color: #9bff7c;
    color: black;
}

/*------------------------------------------------- activities------------------------------------------------*/
#activityOpenBtn {
    width: 100px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 2;
}

.StaticActivityOpenBtn {
    position: relative !important;
    margin: 0px auto;
}

#activityOpenBtn:hover {
    cursor: pointer;
}

#activityOpenBtn img {
    position: relative;
    z-index: 2;
}

#activityOpenBtn h2 {
    position: relative;
    padding: 5px;
    margin: 15px 2px 1px;
    border-radius: 4px;
    background-color: #9cf9e2;
    text-align: center;
    font-size: 14px;
    z-index: 2;
}

#activity {
    display: none;
    padding: 32px 0px 24px;
    max-width: 625px;
    max-height: 100vh;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #99ddcc;
    line-height: 1.2;
    z-index: 7;
    border-radius: 0px 11px 0px 0px;
}

#activity p {
    margin: 3px;
}

#salavatShomar {
    margin: 0px 0px 14px;
    text-align: center;
}

#salavatShomar button {
    margin: 4px;
    outline: none;
    font-size: 16px;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

#salavatShomar button:hover {
    box-shadow: 2px 2px 4px 0px #000000;
}

#salavatShomar button:active {
    background-color: greenyellow;
}

#salavatShomar p span {
    font-size: 19px;
    padding: 4px;
    border-radius: 3px;
    text-decoration: underline;
    color: white;
}

#salavatBarImam {
    margin: 20px 0px;
    padding: 20px 0px;
    border-radius: 20px;
    text-align: center;
}

#salavatBarImam span {
    font-family: 'BNarm';
    font-size: 1.5em;
    text-decoration: underline;
    color: #ff7900;
    border: 1px solid #ff7900;
    border-radius: 50px;
    padding: 8px;
}

#time {
    direction: ltr;
    font-size: x-large;
}

#oghatSharee {
    width: 160px;
    height: 220px;
    margin: 5px auto 0px;
}

#activity #close_btn {
    background-color: #b4ebde !important;
}

/*------------------------------------------------- main ------------------------------------------------*/

#features {
    padding: 6px 10px;
    border-radius: 9px;
    background-image: linear-gradient(#94ffe5, transparent);
}

@media screen and (max-width: 767px) {
    #features {
        margin-top: 15px;
    }
}

#features .feature-card {
    max-width: 125px;
    margin: 9px;
    padding: 1px;
    min-height: 204px;
    text-align: center;
}

#features .feature-card img {
    max-width: 90px;
    margin: 1px auto 7px;
    display: inline-block;
}

#features #features-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#features .feature-card h3 {
    margin: 10px;
}

#features .feature-card h4 {
    margin-bottom: 5px;
    font-weight: bolder;
}

.main article {
    margin-top: 15px;
}

.task {
    margin: 0px auto;
    padding: 20px 0px 0px;
    max-width: 1024px;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
}

#task_1 {
    background-image: url(../images/task_1.png);
}

#task_2 {
    background-image: url(../images/task_2.png);
}

#task_3 {
    background-image: url(../images/task_3.png);
}

#task_4 {
    background-image: url(../images/task_4.png);
}

article div.task h2 {
    display: inline-block;
    margin-top: 20px;
    background-color: white;
    border-radius: 25px 0px 0px 25px;
    padding: 3px 20px 3px 5px;
}

article div.task .taskRiw {
    padding: 1px 0px;
    background-color: rgba(255, 255, 255, 0.33);
    margin: 10px;

}

article div.task .taskRiw h3 {
    text-shadow: 1px 1px 3px black;
    max-width: 76%;
    margin: 0px auto;
    text-align: center;
    color: white;
}

.islimi_drawing {
    display: block;
    margin: 2px auto;
    background-image: url(../images/quran_islimi.png);
    background-size: contain;
    background-position: center;
    height: 73px;
    background-repeat: no-repeat;
}


/*------------------------------------------------- nav------------------------------------------------*/
#nav_container {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 1;
}

#nav_container nav {
    font-family: 'BNarm';
    position: absolute;
    width: 100px;
    height: 100%;
    transition: left 0.5s 0s cubic-bezier(0.4, 0, 1, 1);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

#nav_container nav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#nav_container nav #logo {
    width: 92px;
    height: 93px;
    margin: 2px auto 0px;
    transition: -webkit-filter 0.5s ease-in 0s;
    transition: filter 0.5s ease-in 0s;
    transition: filter 0.5s ease-in 0s, -webkit-filter 0.5s ease-in 0s;
}

#nav_container nav #Institute_name {
    margin: 0px 0px 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px 2px 5px 5px;
}

#nav_container nav #Institute_name h1 {
    padding: 1px 3px;
    font-size: 14px;
    color: #008d00;
    text-align: center;
}

#nav_container nav #logo:hover {
    -webkit-filter: grayscale(30);
    filter: grayscale(30);
}

#nav_container nav #topLeftMenu {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    height: 118px;
    background-image: url(../images/menu_backgroung.png);
    background-size: contain;
    background-position-y: center;
    padding: 12%;
}

#nav_container nav #topLeftMenu button {
    height: 25%;
    box-shadow: inset 0px 0px 2px 1px rgba(30, 144, 255, 0.67);
    width: 101%;
    font-size: 100%;
    border: none;
    color: #3c706a;
    outline: none;
    transition: all .5s cubic-bezier(0, 0, 0.2, 1) 0s;
}


#nav_container nav #topLeftMenu button:hover {
    -webkit-filter: sepia(1);
    filter: sepia(1);
}

#nav_container nav #feedback_page {
    background-color: #7fff00;
}

#nav_container nav #tarhHa_toggle_btn {
    position: relative;
    width: 81px;
    height: 81px;
    margin: 0px auto;
}

#nav_container nav #tarhHa_toggle_btn h4 {
    font-size: 18px;
    position: absolute;
    top: 29px;
    left: 19px;
    padding: 15px 5px;
    margin: -15px -5px;
    background-color: aliceblue;
    border-radius: 100%;
}

#nav_container nav #tarhHa_toggle_btn:hover {
    cursor: pointer;
}

#nav_container nav #tarhHa_toggle_btn_img {
    background-image: url(../images/Tarh_border.png);
    transform: rotate(180deg);
    height: 100%;
    -webkit-animation: huee 10s cubic-bezier(0.5, 0.5, 0.5, 0.5) 0s infinite;
    animation: huee 10s cubic-bezier(0.5, 0.5, 0.5, 0.5) 0s infinite;
}

@-webkit-keyframes huee {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

@keyframes huee {
    0% {
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        -webkit-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg);
    }
}

#nav_container nav #tarhHa_toggle_btn img {
    position: absolute;
}

#tarhHa_btns {
    position: relative;
    font-size: 11.5px;
    height: 120px;
    width: 0px;
    top: 343px;
    left: 100px;
    font-family: 'BNarm';
}

#tarhHa_btns a {
    display: none;
    background-color: blanchedalmond;
    position: relative;
    right: 150px;
    width: 100px;
    margin-top: 3px !important;
    padding: 1px !important;
    font-size: inherit;
    transition: all .5s cubic-bezier(0, 0, 0.2, 1) 0s;
}

#tarhHa_btns a:hover {
    background-color: rgb(255, 192, 98);
}

#tarhHa_btns a span {
    line-height: unset;
}

#nav_container #nav_toggle_btn {
    display: none;
    position: fixed;
    top: 34px;
    left: 100px;
    width: 25px;
    box-sizing: content-box;
    padding: 3px;
    border-radius: 0px 7px 7px 0px;
}

#nav_container #nav_toggle_btn span {
    font-size: 20px;
    padding: 1px;
    color: #11ec4e;
}

#nav_container #nav_toggle_btn {
    transition: left .5s ease-out 0s;
}


/*------------------------------------------------- boxes------------------------------------------------*/

.box {
    box-shadow: 0px 1px 4px 0px #99857a;
    background: rgb(62, 255, 62);
    text-align: center;
    max-width: 600px;
    display: none;
    position: absolute;
    border-radius: 0px 0px 20px 0px;
    transition: top .8s ease-in-out 0s;
    padding: 10px;
    z-index: 6;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {

    .box {
        padding: 26px 5px 10px;
    }
}

.box address .contact_way_div {
    margin: 2px 1px;
    position: relative;
    border-bottom: 1px dotted;
    border-bottom-color: white;
}

.box address .contact_way_div span#eitaa_direct_link,
.box address .contact_way_div span#instagram_direct_link,
.box address .contact_way_div span#whatsapp_direct_link {
    background-size: contain;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
}

.box address .contact_way_div span#eitaa_direct_link {
    background-image: url(../images/eitaa_direct_link.png);
}

.box address .contact_way_div span#instagram_direct_link {
    background-image: url(../images/instagram_direct_link.png);
}

.box address .contact_way_div span#whatsapp_direct_link {
    background-image: url(../images/whatsapp_direct_link.png);
}

.box address .contact_way_div span {
    position: absolute;
    right: 2px;
    font-size: 17px;
    margin: 3px;
}

.box address .contact_way_div a {
    color: #000078;
    background-color: #0aff0a;
    padding: 2px 5px;
    border-radius: 6px;
    display: inline-block;
    margin: 8px 0px;
}

.box address .contact_way_div p {
    font-size: 1.6em;
    width: 80%;
    display: inline-block;
    margin-bottom: 3px;
}

.box address .contact_way_div p.phoneNumber {
    direction: ltr;
}

.box address .contact_way_div #office_address {
    background-color: #0aff0a;
}

.box address .contact_way_div #google_map {
    position: relative;
}

.box address .contact_way_div #google_map iframe {
    margin: 2px auto;
}

.box #ticket_paraghraph {
    font-size: 1.4em;
}

.box #ticket_page #contactType .radio {
    display: inline-block;
    width: 242px;
    margin: 8px;
}

.box .boxLink {
    display: block;
    width: 98%;
    color: #0e6890;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 500;
    background-color: #9eff9e;
    border-radius: 20px;
    margin: 11px auto 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.box .boxLink:hover {
    background-color: #3eff3e;
    transform: translateY(-2px);
    color: #0a4d6e;
    border-color: #0e6890;
}

.box .boxLink:active {
    transform: translateY(0);
}

#cooperation_box img {
    max-width: 350px;
    margin: -10px auto;
    border: 2px solid black;
    border-radius: 140px 140px 0px 0px;
}

.box #other_input {
    display: none;
}

.paraghraph {
    padding: 20px;
}

input,
textarea {
    margin: 5px 0px;
}

input.feedback_radio {
    position: relative !important;
    bottom: -2px;
}

#send_feedback {
    font-size: 15px;
    height: 35px;
    width: 56px;
}

#result {
    padding: 5px;
    border-radius: 3px;
}


/*------------------------------------------------- gallery-----------------------------------------------*/

#gallery {
    position: relative;
    margin: 46px auto 120px;
    padding-top: 40px;
    height: 420px;
    background-image: linear-gradient(transparent 0%, yellow 50%, transparent 100%);
    border-radius: 5px;
    border: 1px solid yellow;
    max-width: 1024px;
}

#gallery h2 {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#gallery #gallery_rail {
    position: relative;
    height: 100%;
}

#gallery #gallery_rail .img_container {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.7s ease 0s;
}

#gallery #gallery_rail .img_container img {
    max-height: 390px;
    width: auto;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #8b8b8b;
    border-radius: 10px;
    margin-bottom: 20px;
}

#gallery #galleryButtoms {
    direction: ltr;
    margin: 5px 0px 0px;
    bottom: 3px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

#gallery #galleryButtoms span {
    font-size: 19px;
    margin: 0px 3px;
    padding: 3px;
    background-color: yellow;
    cursor: pointer;
}

#gallery #galleryButtoms span:hover {
    background-color: #ffbc00;
}

#gallery #fullscreenImgContainer {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 100;
}

#gallery #fullscreenImgContainer img {
    max-height: 92%;
    max-width: 98%;
    width: auto;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#chosenPoster img {
    display: block;
    margin: 5px auto 16px;
    width: 98%;
    max-width: 450px;
    border: 1px solid #8b8b8b;
    border-radius: 10px;
}

#chosenPoster h2 {
    margin: -30px 10px 12px;
}

/*------------------------------------------------- melodi------------------------------------------------*/

#melodi {
    display: none;
    position: fixed;
    z-index: 12;
    height: 130px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    transition: bottom 0.8s 0s ease-out;
}

@media screen and (max-width: 357px) {
    #melodi {
        zoom: 0.7;
    }
}

#melodi .window {
    position: relative;
    width: 161px;
    height: 100%;
    margin: 0px auto;
    padding: 2px;
    background-color: rgba(255, 194, 115, 0.5);
    border-radius: 70px 5px 0px 0px;
}

#melodi span {
    position: absolute;
    cursor: pointer;
}

#melodi .window #open {
    display: none;
    padding: 2px;
    border-radius: 5px 5px 0px 0px;
    top: -22px;
    right: 29px;
    font-size: 18px;
    background-color: rgba(255, 194, 115, 0.831);
}

#melodi .window #open:hover {
    color: aqua;
}

#melodi .window #close,
#melodi .window #repeat_btn {
    color: black;
    background-color: darkturquoise;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    font-size: 15px;
    padding: 4px;
}

#melodi .window #close {
    top: 6px;
    right: 6px;
}

#melodi .window #close:hover,
#melodi .window #repeat_btn:hover {
    color: red;
    width: 25px;
    height: 25px;
    font-size: 19px;
    padding: 3px;
}

#melodi .window #repeat_btn {
    top: 34px;
    right: 6px;
    background-color: aliceblue;
}

#melodi .window #repeat_btn:hover {
    color: black;
}

#melodi #forward span {
    top: 0px;
    left: 14px;
}

#melodi #backward span {
    top: 0px;
    right: 14px;
}

#melodi #melodi_number {
    position: absolute;
    width: 10%;
    right: 45%;
    height: 20px;
    top: 76px;
    cursor: none;
}

#melodi #melodi_number span {
    right: 0px;
    width: 100%;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #76ff49;
    border-radius: 3px;
    padding: 3px;
    cursor: default;
}

#melodi .play_and_pause {
    position: relative;
    height: 70px;
    width: 70px;
    margin: 0px auto;
    font-size: 40px;
    background-color: darkturquoise;
    border-radius: 100%;
}

#melodi .play_and_pause:hover {
    background-color: rgb(166, 254, 255);
}

#melodi .play_and_pause span {
    top: 5px;
    left: 9px;
}

.loading_melodi {
    background-image: url(../images/ajax_waiting_gif.gif);
    background-size: contain;
    width: 129% !important;
}

.control_btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 24px;
    width: 46px;
    margin: -2px 14px;
    font-size: 17px;
    background-color: darkturquoise;
    border-radius: 100%;
}

.control_btn:hover {
    background-color: rgb(166, 254, 255);
}

#melodi #volume {
    position: relative;
}

#melodi #volume .volume_controler {
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
}

#melodi #volume .volume_controler:hover {
    color: darkturquoise;
}

#melodi #volume #plus {
    right: 0px;
}

#melodi #volume #minus {
    left: 0px;
}

#melodi #volume #bar {
    position: relative;
    cursor: pointer;
    margin: 2px auto 0px;
    width: 120px;
    height: 16px;
    border: 2px solid white;
}

#melodi #volume #bar #colored {
    position: absolute;
    left: 0px;
    background-color: darkturquoise;
    width: 80%;
    height: 100%;
}



/*------------------------------------------------- parts------------------------------------------------*/

#parts_nav {
    margin: 70px 0px 60px;
}

#parts_nav .parts_part {
    position: relative;
    box-shadow: inset 0px 0px 4px 0px #009688;
    font-size: 1.4em;
    margin: 45px 4px;
    border-radius: 5px;
    min-height: 427px;
}

#parts_nav .parts_part h3 {
    display: inline-block;
    padding: 0 10px;
    margin-top: 100px;
    height: 93px;
}

#parts_nav .parts_part p {
    margin-top: 16px;
    padding: 0px 10px;
}

#parts_nav .parts_part .icon_container {
    height: auto;
    max-width: 100%;
    position: relative;
}

#parts_nav .parts_part .icon_container img {
    width: 60%;
    max-width: 140px;
    max-height: 130px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#parts_nav .parts_part .a_container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: inherit;
}

#parts_nav .parts_part .a_container a {
    display: block;
    width: 80%;
    background-color: rgba(89, 184, 237, 0.22);
    border-radius: 7px;
    margin: 5px auto 3px;
    padding: 1px 0px;
}

#parts_nav .parts_part a,
#parts_nav .parts_part h3,
#parts_nav .parts_part p {
    text-align: center;
    width: 100%;
}

#parts_nav .parts_part .a_container a:hover {
    background-color: rgb(166, 254, 255);
    ;
}

#parts_nav a {
    font-size: inherit;
    color: inherit;
}

#parts_nav a:hover,
#parts_nav a:focus,
#parts_nav a:visited {
    text-decoration: none;
}

.bordered {
    position: absolute;
    bottom: -60px;
    right: 2px;
    box-shadow: 0px 0px 6px 1px #9bd3fb;
    border-bottom: solid 6px #9bd3fb;
}

@media screen and (max-width: 440px) {
    .promise_ifram {
        height: 1300px !important;
    }
}

@media screen and (min-width: 1200px) {
    .promise_ifram {
        height: 1800px !important;
    }
}

@media screen and (max-width: 767px) {
    .need_ifram {
        height: 1470px !important;
    }
}

@media screen and (min-width: 768px) {
    .need_ifram {
        height: 1000px !important;
    }
}

@media screen and (min-width: 992px) {
    .need_ifram {
        height: 1020px !important;
    }
}

@media screen and (min-width: 1200px) {
    .need_ifram {
        height: 800px !important;
    }
}

#parts_nav #challengeUs {
    box-shadow: inset 0px 0px 4px 0px red;
}

#parts_nav #challengeUs p {
    display: inline-block;
    padding: 0px 18px;
    margin-top: 100px;
}

#parts_nav #challengeUs .a_container a {
    padding: 5px;
    background-color: rgba(255, 145, 14, 0.22);
    border-width: 2px;
    border-style: solid;
    border-color: #fbc96c;
    animation: challengeBtnBorder 1s infinite;
}

@keyframes challengeBtnBorder {
    0% {
        border-color: white;
    }

    50% {
        border-color: red;
    }

    100% {
        border-color: white;
    }
}

#parts_nav #challengeUs .a_container a:hover {
    background-color: rgb(255, 184, 99);
    animation: none;
}

/*------------------------------------------------- notifications------------------------------------------------*/

#notifications {
    padding: 12px;
    margin: 20px 5px 30px;
    background-color: #ffffffad;
    box-shadow: inset 0px 0px 20px 2px chartreuse;
    font-size: 1.1em;
}

#notifications .notification {
    margin: 7px;
    padding-bottom: 1px;
    border-bottom: 1px solid #93ff28;
}

#notifications .notification p {
    display: contents;
}

#notifications .notification p a {
    font-size: inherit;
}

#notifications h4 {
    padding: 5px;
    margin: 2px 0px;
    background-color: rgba(255, 255, 255, 0.502);
}

#notifications #rubinoLogo::after,
#notifications #instaLogo::after {
    content: '';
    display: inline-block;
    background-position: center;
}

#notifications #rubinoLogo::after {
    margin-bottom: -8px;
    background-image: url(../images/rubicaLogo.png);
    background-size: contain;
    width: 30px;
    height: 30px;
}

#notifications #instaLogo::after {
    margin: 0px 4px -8px;
    background-image: url(../images/parts_logo/instagram_challenge_us_icon.png);
    background-size: 34px;
    width: 25px;
    height: 25px;
    border-radius: 9px;
}

/*------------------------------------------------- footer------------------------------------------------*/
footer {
    position: relative;
    z-index: 13;
}

footer #footer p {
    margin: 20px 10px;
}

footer #footer p span {
    font-size: 0.7em;
    margin: 0px 2px;
}

footer img {
    position: relative;
    display: block;
}

footer a {
    margin: 1px;
    color: cornsilk;
    display: block;
}

footer a:hover {
    font-weight: 700;
    color: #ffbd23;
}

footer a:focus {
    color: white;
}

footer a::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ffbd23;
    display: inline-block;
    margin: 0px 0px 0px 4px;
    border-radius: 10px;
    transition: all 0.15s ease-in-out 0s;
}

.moveDot::before {
    width: 10px;
    height: 10px;
    margin: 0px 0px 0px 10px;
}

footer h4 {
    margin: 5px 2px 2px;
    border-bottom: 1px dotted ghostwhite;
    padding: 1px 1px 2px 20px;
    display: inline-block;
}

#footer {
    font-family: 'BNarm';
    position: relative;
    border-top: 2px solid #763800;
    border-bottom: 5px solid #fd8e2a;
    background-color: #fd8e2a;
}

#footer_parts {
    display: flex;
    flex-wrap: wrap;
}

#footer_parts .footer_part {
    margin: 10px;
    min-width: 162px;
}

#footer_parts #footer_TC_scrollToTop {
    min-width: 150px;
    margin: 24px 0px 22px;
    text-decoration: underline;
}


/*-------------------------------------------------------- offered tarh  ------------------------------------*/

#offered_tarh {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(30, 30, 30, 0.69);
}

#offered_tarh>div {
    background: #4fff4f;
    width: 60%;
    position: absolute;
    top: 26vh;
    left: 26%;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

/*-------------------------------------------------media query------------------------------------------------*/


/* @media only screen and (min-width: 992px) and (max-width: 1200px) {} */

@media only screen and (max-width: 768px) {
    #initParaghraph {
        padding: 4em 0.8em 2em;
    }

    article div.task h3 {
        font-size: 1.8em;
    }

    .paraghraph {
        padding: 7px;
    }

    #gallery {
        padding-top: 0px;
    }
}