﻿/*@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?pcl2i7');
    src: url('/fonts/icomoon.eot?pcl2i7#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?pcl2i7') format('truetype'), url('/fonts/icomoon.woff?pcl2i7') format('woff'), url('/fonts/icomoon.svg?pcl2i7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/

@font-face {
    font-family: "icons_g";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/icons/icons_g-1.ttf') format("truetype")
}
/*
@font-face {
    font-family: "icons_g-1";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/icons/icons_g.woff2') format("woff2"),url('/fonts/icons/icons_g.woff') format("woff"),url('/fonts/icons/icons_g.ttf') format("truetype")
}

@font-face {
    font-family: "icons_m";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/icons/icons_m.woff2') format("woff2"),url('/fonts/icons/icons_m.woff') format("woff"),url('/fonts/icons/icons_m.ttf') format("truetype")
}*/

@font-face {
    font-family: "Noto Regular";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Noto Regular'),url('/fonts/Noto/NotoSansArabicUI-Regular.ttf') format("truetype")
}

/*@font-face {
    font-family: "Noto sc";
    font-style: normal;
    font-weight: normal;
    font-display: "swap";
    src: local('Noto sc'),url('/fonts/Noto/NotoSansArabicUI-SemiCondensed.ttf') format("truetype")
}

@font-face {
    font-family: "Noto Light";
    font-style: normal;
    font-weight: normal;
    font-display: "swap";
    src: local('Noto Light'),url('/fonts/Noto/NotoSansArabicUI-SemiCondensedLight.ttf') format("truetype")
}


@font-face {
    font-family: "Noto Extra Light";
    font-style: normal;
    font-weight: normal;
    font-display: "swap";
    src: local('Noto Extra Light'),url('/fonts/Noto/NotoSansArabicUI-SemiCondensedExtraLight.ttf') format("truetype")
}


@font-face {
    font-family: 'Markazi Text script=latin rev=2';
    font-style: normal;
    font-weight: 400 700;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/markazitext/v13/syk0-ydym6AtQaiEtX7yhqbVpHWVF1E.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}*/


/*@font-face {
    font-family: 'Markazi Text script=latin rev=2';
    font-style: normal;
    font-weight: 400 700;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/markazitext/v13/syk0-ydym6AtQaiEtX7yhqbVrnWVF1E.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Markazi Text script=latin rev=2';
    font-style: normal;
    font-weight: 400 700;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/markazitext/v13/syk0-ydym6AtQaiEtX7yhqbVr3WVF1E.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Markazi Text script=latin rev=2';
    font-style: normal;
    font-weight: 400 700;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/markazitext/v13/syk0-ydym6AtQaiEtX7yhqbVoXWV.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

.head {
    background: #f4f4f2;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30001;
}

.t-container {
    min-height: calc(100vh - 143px);
    padding-bottom: 20px;
}

span.text-question {
    color: #005da6;
    font-weight: 700;
    font-size: 0.8em;
}

    span.text-question:hover {
        color: #f13985;
    }

div.c-header {
    background-color: #ffffffc7;
    /* color: black; */
    width: 100%;
    padding-top: 10px;
    /* color: black; */
}

.c-header div.ow-hero-content {
    /* color: black; */
}

img {
    border-style: none;
    vertical-align: bottom;
}

@media screen and (max-width: 1083px) {
    .c-image-c {
        /* margin-bottom: 20px !important; */
    }
}

a {
    color: #428bca;
    text-decoration: none;
}

.horoscope-bg {
    background-image: url(/images/backgrounds/bs-0.jpg);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.astro-sign {
    position: absolute;
    /* top: 8px; */
    /* left: 16px; */
    transform: translate(-50vw, 25%);
    width: 160px;
}

.astro-text {
    font-size: 10vw;
    color: white;
}

body:not(.fullscreen) #precontent {
    margin-top: 60px;
}

.house-bg {
    background-image: url(/images/House/house.jpg);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    transform: translate(0px, 0px);
    background-position: center center;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    margin: auto;
    will-change: transform;
    z-index: 29998;
}

.wish-bg {
    background-image: url(/images/backgrounds/bs-1.jpg);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.c-wish > img {
    width: 333px;
    margin-top: 20px;
}

.icon-today:before {
    color: #f13985;
    content: "\E12F";
    font-family: icons_g;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 2rem;
    margin-right: -.1rem;
    padding-left: 1rem;
    position: relative;
    vertical-align: middle;
    bottom: .0rem;
}

.icon-love:before {
    color: #f13985;
    content: "";
    font-family: icons_g;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 2rem;
    margin-right: -.1rem;
    padding-left: 1rem;
    position: relative;
    vertical-align: middle;
    bottom: .0rem;
}

.icon-career:before {
    color: #f13985;
    content: "";
    font-family: icons_g;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 2rem;
    margin-right: -.1rem;
    padding-left: 1rem;
    position: relative;
    vertical-align: middle;
    vertical-align: middle;
    bottom: .0rem;
}

.icon-finance:before {
    color: #f13985;
    content: "\E131";
    font-family: 'icons_g';
    font-size: 2.9rem;
    font-weight: normal;
    line-height: 2rem;
    margin-right: -.1rem;
    padding-left: 1rem;
    position: relative;
    vertical-align: middle;
    bottom: .3rem;
}

.icon-wellbeing:before {
    color: #f13985;
    content: "";
    font-family: icons_g;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 2rem;
    margin-right: -.1rem;
    padding-left: 1rem;
    position: relative;
    vertical-align: middle;
    bottom: .0rem;
}

.icon-category:before {
    color: #03890d;
    content: "";
    font-family: icons_g;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2rem;
    /* margin-left: -0.1rem; */
    padding-left: 0.6rem;
    position: relative;
    vertical-align: middle;
    bottom: 0.05rem;
}

.star0:after {
    color: #a0a0a0;
    content: "\E13B";
    font-family: 'icons_g';
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 2rem;
    /*    margin-left: -.1rem;
    padding-right: 1rem;*/
    position: relative;
    vertical-align: middle;
    bottom: .6rem;
}

.star1:after {
    color: #f13985;
    content: "\E13A";
    font-family: 'icons_g';
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 2rem;
    position: relative;
    vertical-align: middle;
    bottom: .6rem;
}

.wrapper-part {
    display: inline-block;
}

.wrapper-stars {
    display: inline-flex;
    margin: 0px 10px;
}

@media screen and (min-width: 768px) {
    [data-module="ow-locale-picker"] {
        padding-top: 30px;
    }
}

[data-module="ow-locale-picker"] {
    padding-top: 30px;
}

    [data-module="ow-locale-picker"] .ow-locale-picker-item {
        padding-bottom: 4px;
    }

@media screen and (max-width: 1083px) {
    [data-module="ow-locale-picker"] {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1083px) {
    .c-uhff-cookie div.m-rich-content-block.context-ucx {
        padding-left: 5%;
        padding-right: 5%;
    }
}

[data-module="ow-market-selector"] {
    border-top: 1px solid #aeaeae;
    background: #f5f5f5;
}

.m-content-placement-item > picture.p-selected, .c-content-placement > picture.p-selected {
    box-shadow: -1px 2px 10px 3px #f139858f !important;
}

.m-content-placement-item > picture:hover, .c-content-placement > picture:hover {
    box-shadow: -1px 2px 10px 3px rgb(0 0 0 / 40%);
    transform: scale(1.02, 1.02);
}

.c-paragraph.c-signs {
    text-align: center;
}

.ow-slide-in {
    font-size: 30px;
}

.c-title {
    /* font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; */
}

.c-title-s {
    /* font-size: 17.5px; */
}

.ow-text-content {
    margin-bottom: 1.9rem;
}

.hide {
    display: none;
}

.c-width-100 {
    width: 100%;
}

.bg-gray {
    background-color: gainsboro;
}

.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.audio-player {
    --player-button-width: 3em;
    position: absolute;
    right: 80%;
    margin-top: -70px;
}

.player-button {
    background-color: transparent;
    border: 0;
    width: var(--player-button-width);
    height: var(--player-button-width);
    cursor: pointer;
    padding: 0;
}

.audio-unmute {
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yt/r/QvRs0TYtR5p.png);
    background-position: 0px -109px;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.audio-mute {
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yt/r/QvRs0TYtR5p.png);
    background-position: 0px -25px;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.c-category {
    padding-bottom: 5px;
    font-size: 1.5rem !important;
    font-weight: 700;
}