/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footerTitle {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1rem;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer {
    position: relative;
    color: var(--gray);
    padding: var(--spaceS);
}
footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background-image: url(../img/raad-bg.svg);
    background-repeat: repeat;
    opacity: .5;
}

footer .footer-inner {
    padding: calc(var(--spaceS)*.5);
    border-radius: 0.9375rem;
    background:rgba(var(--white-rgb), 0.30);
}
footer .footer-inner.border-gradient:before{
    border-radius: 0.9375rem;
}
footer .top ,
footer .bottom{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10rem 1fr;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
}
footer .top {
    margin-bottom: 2rem;
}
footer .top .quickContact {}

footer .top .quickContact > * ,
footer .top .notification > *{
    display: block;
}

footer .top .notification .title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

footer .top .quickContact a[href^="tel"] {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    direction: ltr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

footer .top .notification {}

footer .top .notification form {
    position: relative;
    height: 2.5rem;
}
footer .top .notification input[type="text"] {
    border-radius: 2.03125rem;
    padding: .5rem;
    border: none !important;
    background: rgba(0, 175, 178, 0.22);
    color: var(--black);
}
footer .top input[type="submit"] {
    width: 2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    background-image: url("../img/left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
}
.subscribe-message * {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
footer .bottom .branchItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}


footer .bottom .branchItems .list li {
    display: block;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
}
footer .bottom ul.list li:has( a[href^="tel:"]), footer .bottom ul.list li:has( a[href^="fax:"]) {
    width: 48%;
    display: inline-block;
}
footer .bottom ul.list li:has( a[href^="tel:"]) span, footer .bottom ul.list li:has( a[href^="fax:"]) span {
    font-weight: 700;
}
footer .bottom ul.list li a[href^="tel:"], footer .bottom ul.list li a[href^="fax:"]{
    direction:ltr;
    display: inline-block;
}
footer .bottom .branchItems .list li:not(:last-child){
    margin-bottom: .5rem;
}
footer li,
footer  a {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

footer a:hover ,
footer li:hover {
    opacity: .6;
}
footer .bottom ul.list a[href^="tel:"] {
    text-decoration: underline;
}
footer .bottom > *:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1rem;
}

footer .bottom .symbolItems {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
}
footer .bottom .symbolItems > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .bottom .symbolItems > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 .5rem;
}
footer .bottom .symbolItems img {
    width: 100%;
    height: 100%;
}
body.darkMode footer .bottom .symbolItems > * {
    /*filter: brightness(0) invert(1);*/
    background-color: #fff;
}
footer .bottom > *:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.8rem;
}

footer .socialMedia ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    font-size: 1rem;
}
footer .footer-media{
    border-radius: 1.875rem;
    width: 100%;
    height: 22vh;
    overflow: hidden;
}
footer  .dokmeh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    margin: 1rem auto .5rem;
}
footer  .dokmeh span{
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
footer .dokmeh img {
    width: 4.625rem;
    height: 1.59719rem;
    -webkit-filter: brightness(.2);
    filter: brightness(.2);
}
html.darkMode footer .dokmeh img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/*================================responsive================================*/
@media only screen and (max-width: 768px) {
    footer {
        padding: calc(var(--spaceS)*3) var(--spaceS);
    }
    footer .bottom {
        /* display: none; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 1rem;
    }

    footer .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 1.5rem;
        margin-bottom: 2rem;
    }

    footer .top > * {
        text-align: center;
    }

    footer .top .quickContact a[href^="tel"] {
        width: 100%;
    }
    footer .footer-inner {
        padding: var(--spaceX) var(--spaceX) 0;
    }
    footer .top .notification .title {
        margin-bottom: 0.56rem;
    }

    footer .bottom > *:first-child {
        margin-bottom: 1.7rem;
    }

    footer .bottom .branchItems {
        display: none;
    }

    footer .footer-media {
        display: none;
    }

    footer .bottom .symbolItems {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: .75rem;
    }
    footer .bottom .symbolItems img {
        /* width: auto; */
        /* height: auto; */
    }
    footer .bottom .symbols .footerTitle {
        margin-bottom: .75rem;
        font-size: .9rem;
        font-weight: 600;
    }
    footer .bottom > *:first-child {
        row-gap: 1rem;
    }
    footer .socialMedia {
        text-align: center;
    }
    footer .socialMedia .footerTitle {
        display: none;
    }

    footer .socialMedia ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .dokmeh {
        position: relative;
        height: 3.7rem;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .dokmeh:before {
        content: '';
        position: absolute;
        width:100%;
        height: 1px;
        top: 0;
        background: -o-linear-gradient(left, #9AD1C2 0%, #FAD590 100%);
        background: -webkit-gradient(linear, left top, right top, from(#9AD1C2), to(#FAD590));
        background: linear-gradient(90deg, #9AD1C2 0%, #FAD590 100%);
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
    footer .bottom .symbolItems {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    }

}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    footer .bottom .symbolItems {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    }
    footer .top, footer .bottom {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    footer .footer-media {
        height: 12vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    footer .bottom .symbolItems {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    }
    footer .top, footer .bottom {
        -webkit-column-gap: 7rem;
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    footer .bottom .symbolItems {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
    }
}