html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: Yekan-Bakh;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'iranyekan';
    src: local('../font/iranyekanwebmediumfanum.eot'),
    url('../font/iranyekanweblightfanum.woff') format('woff'),
    url('../font/iranyekanwebmediumfanum.ttf') format('truetype'),
    url('../font/iranyekanwebmediumfanum.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Yekan-Bakh";
    src: url(../font/YekanBakhFaNum-VF.woff),
    src: url(../font/YekanBakhFaNum-VF.woff2);
}

p,
button,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input[type=text],
li,
span {
    font-family: 'Yekan-Bakh';
}

a {
    font-family: 'Yekan-Bakh';
    color: #d99a29;
}

a:hover {
    text-decoration: none;
}

hr {
    border-top: 1px solid #c5c5c5;
}

* {
    font-family: 'Yekan-Bakh';
}

header {
    position: fixed;
    height: 60px;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    top: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.fancybox-active {
    overflow-y: hidden !important;
    z-index: 9;
    position: fixed;
}


body {
    overflow-x: hidden;
}


.fp-tableCell {
    vertical-align: top;
}


.section {
    background: linear-gradient(#605C3C, #3C3B3F) !important;
    background: -webkit-linear-gradient(#605C3C, #3C3B3F) !important;
    background: linear-gradient(#605C3C, #3C3B3F) !important;
}

.section-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.sign-in-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 40px;
    margin-right: 20px;
    height: 35px;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.sign-in-btn:hover {
    background-color: #fff;
    color: #000;
}

.header-menu {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 2px;
    color: #fff;
    font-size: 25px;
    display: inline-block;
}

.header-menu:hover {
    color: gray;
}

.section-header .header-logo {
    width: 95px;
    float: left;
    margin-top: 5px;
}

.intro-content {
    margin: 3% 5% 0 5%;
    color: #FFF;

}

.intro-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    padding: 5px;
    max-width: 460px;
    text-align: center;
    border-radius: 3px;
}

.intro-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    padding: 7px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 3px;
}

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

#fp-nav.fp-right {
    left: 17px !important;
    right: unset !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
}


/* Login Modal CSS Begin */

#login-modal {
    display: none;
    width: 100%;
    max-width: 500px;
    padding: 0 0 40px 0;
    text-align: justify;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 50px;
    direction: rtl;
    text-align: center;
}

#modal .fancybox-close-small {
    top: 15px;
}

#modal .content-header {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

#modal .content-scroll {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 40px 20px 0 20px;
}

#login-modal img {
    margin-bottom: 20px;
}

#login-modal .form-control {
    height: 60px;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 17px;
}

#login-modal h1 {
    font-size: 30px;
    margin: 30px 0;
}

#login-modal input[type="text"] {
    font-size: 24px;
    font-family: 'Yekan-Bakh';
    text-align: center;
}

#login-modal .login-btn {
    width: 80%;
    height: 60px;
    background-color: #b9b9b9;
    border-radius: 17px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
}

#login-modal .fancybox-close-small {
    display: none;
}

.modal-close {
    background-color: transparent;
    font-size: 40px;
    position: absolute;
    right: 10px;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9 !important;
    background: #e3e3e3;
}


/* Login Modal CSS End */

/* Intro Number Begin */

h1.ml8 {
    font-weight: 900;
    font-size: 4.5em;
    color: #fff;
    height: 5em;
    position: relative;
    display: block;
    margin: 20% auto 0;
}

.ml8 .letters-container {
    position: absolute;
    left: 0;
    right: 10px;
    margin: auto;
    top: 12px;
    bottom: 0;
    height: 1em;
    text-align: center;
}

.ml8 .letters {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 0.7em;
    right: -0.12em;
    top: -0.2em;

}

.ml8 .bang {
    font-size: 1.4em;
    top: auto;
    left: -0.06em;
}

.ml8 .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 26px;
}

.ml8 .circle-white {
    width: 3em;
    height: 3em;
    border: 2px dashed white;
    border-radius: 2em;
}

.ml8 .circle-dark {
    width: 240px;
    height: 240px;
    border-radius: 3em;
    z-index: 1;
}

.ml8 .circle-dark-dashed {
    border-radius: 50%;
    background-color: transparent;
    border: 3px dashed #fff;
    width: 200px;
    height: 200px;
}

/* Intro Number End */

.counter {
    display: inline-flex;
    cursor: pointer;
    width: 250px;
    height: 250px;
    max-width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: calc(2em + 1vmin);
    transition: height .2s ease-in-out;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
}

.percentage {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    vertical-align: middle;
    transform: translate3d(0, -50%, 0);
    font-size: 130px;
    font-weight: 400;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

input {
    width: 200px;
}


.loading {
    position: absolute;
    left: 0;
    top: 22px;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    right: 0;
    margin: 0 auto;
}

.loading:after {
    content: '';
    background: trasparent;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    box-shadow: #fff -4px -5px 0 -3px;
    animation: rotate 4s infinite cubic-bezier(.45, .05, .55, .95);
}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}


@media screen and (max-width: 600px) {
    .scroll-downs {
        display: none;
    }

    .intro-box {
        background: rgba(0, 0, 0, 0.3);
        padding: 20px;
        margin-top: 222px;
    }

    .section-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
    }

    .margin-clear {
        margin-top: 0.1rem !important;;
    }

    .image-location h2 {
        font-size: 17px;
        margin-right: 5px !important;
    }

    .svg-inline--fa {
        height: 0.8em !important;
    }

    .intro-content h1 {
        font-size: 29px;
    }

    .intro-content p {
        font-size: 12px;
        width: 100%;
        text-align: justify;
    }

    .placement {
        margin-top: 75px;
    }

    .panel-comment {
        margin: 10px !important;
    }

}


@media screen and (min-width: 1730px) {
    .intro-content p {
        width: 100%;
    }

    .intro-content {
        padding-top: 70px;
    }

    h1.ml8 {
        margin-top: 170px;
    }

    .image-location {
        height: 15vh;
    }
}


.heart {
    width: 30px;
    height: 30px;
    background: url("../img/like-img.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(1);
    transition-duration: 0s;
}

.heart.is-active {
    transition-duration: 0.1s;
    background-position: -32px 0;
}

.like-cm {
    height: calc(70vh - 60px);
    margin-top: 60px;
}

.placement p {
    color: #fff;
    width: 30px;
    text-align: center;
}

.aside-cm {
    font-size: 29px;
    color: #bcbcbc;
    display: flex;
    flex-direction: column;
}

.aside-cm p {
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 1rem;
}

.image-location {
    font-size: 45px;
    color: #fff;
}

.image-location h2 {
    margin-right: 15px;
    color: #fff;
}


/*          Share Begin     */

.section-share {
    position: relative;
    margin-left: 25px;
}

.article-social {
    margin-left: 6px;
    margin-top: 5px;
    width: 25px;
    height: 25px;

}

.article-share-button {
    display: block;
    cursor: pointer;
}

.article-share-button svg {
    font-size: 25px;
    color: #bcbcbc;
}

/*.article-share-button:hover .article-share-tooltip {
    visibility: visible;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}*/

.article-share-button:hover #share-this-mofo {
    display: inline-block;
}


.article-share-button:hover #total-count::before {
    display: inline-block;
    content: attr(data-hover);
    -webkit-backface-visibility: hidden;
}

.article-share-button:hover .button-wrap {
    color: #999;
}

.article-share-tooltip {
    width: 224px;
    position: absolute;
    left: -140px;
    top: -40px;
    height: 40px;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-share-tooltip:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 55px;
    margin-left: -40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e5e5;
}

.article-share-tooltip ul {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.article-share-tooltip ul li {
    float: left;
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #e6e5e5;
    background-color: #eee;
    position: relative;
    list-style-type: none;
}

.article-share-tooltip ul li:last-child {
    border-right: none;
}

.article-share-tooltip ul li i {
    font-size: 16px;
}

.article-share-tooltip ul li a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 2px;
}

.article-share-tooltip ul li a span {
    font-size: 12px;
    position: relative;
    display: block;
    width: 31px;
    text-align: center;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.article-share-tooltip ul li a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    width: 40px;
    text-align: center;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#twitter-count {
    color: #00aced;
}

#facebook-count {
    color: #3b5998;
}

#linkedin-count {
    color: #007bb6;
}


.article-share-item svg {
    display: block;
    margin: 0 auto;
}

/*        Share End     */

.section-comment-wrapper {
    display: flex;
    flex-direction: column;
}

.section-comment-box {
    opacity: 0.5;
    padding-right: 40px;
}

.section-comment {
    width: 100%;
}

.section-comment .btn {
    background-color: transparent;
}

.fa-arrow-right {
    color: #fff;
}

.section-info {
    margin-top: 10px;
    text-align: left;
}

.section-info a,
.section-info .fa-plus-square {
    color: #fff !important;
    cursor: pointer;
}


/* image desc begin */

.image-desc {
    width: 100vw;
    max-width: 100% !important;
    height: 100vh;
    background: rgba(255, 255, 255, 0.3) !important;
}

.modal-close2 {
    background-color: transparent;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-desc-wrapper {
    margin-top: 30px;
}

.modal-desc-wrapper h3 {
    text-align: center;
    font-size: 95px;
}

.modal-img-desc {
    direction: rtl;
    text-align: justify;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 15px;
    line-height: 1.8;
    font-size: 14px;
}

.modal-img-date {
    display: block;
    margin: 20px 0;
    text-align: left;
}

.img-desc-title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.img-desc-tool ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.img-desc-tool ul li {
    list-style-type: none;
    font-size: 22px;
    padding: 10px 0;
}

.img-desc-comment .comment-item {
    background-color: #d9d8dd;
    padding: 20px 40px;
    border-radius: 40px;
}


.comment-item .placement p {
    color: #000;
}

.comment-header {
    margin-bottom: 10px;
}

.comment-username img {
    width: 45px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.comment-username {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.comment-username p {
    color: #222;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 10px;
}

.comment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.comment-footer .heart {
    background-size: cover;
    width: 20px;
    height: 20px;
}

.comment-footer .placement {
    display: flex;
    align-items: center;
}

.comment-footer .fa-share {
    width: 20px;
    height: 20px;
}

.comment-footer .section-share {
    margin-left: 7px !important;
}

.comment-footer .comment-time {
    color: #777;
    font-size: 12px;
    direction: rtl;
}

.comment-body p {
    direction: rtl;
    text-align: justify;
    line-height: 1.7;
}

.comment-body .comment-time {
    direction: rtl;
    text-align: right;
    display: block;
    color: gray;
    font-size: 13px;
}

.comment-box {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.comment-box-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: column;
}

/* image desc end */


/*  Menu  Begin   */


#menu {
    width: 100vw;
    height: 100vh;
    max-width: 100% !important;
    position: relative;
}

#menu .menu-nav {
    direction: rtl;
    text-align: right;
    margin: 30px 0;
}

.menu-nav li {
    margin: 8px 0;
    list-style-type: none;

}

.menu-nav li a {
    color: #000;
}


.modal-close3 {
    color: #000;
    font-size: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

.menu-profile img {
    width: 85px;
    display: block;
    margin: 0 auto 20px;
}

.menu-profile p {
    text-align: center;
}

.menu-header-info {
    width: 100%;
}

.menu-counter {
    margin: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}


.menu-counter p {
    font-size: 13px;
}

.menu-counter span {
    font-size: 13px;
}

.counter-number {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    direction: rtl;
    justify-content: center;
}


#myMenu {
    z-index: 9999;

    position: absolute;

    top: 110px;
}

.menu-images {
    width: 100%;
}

.menu-images ul {
    padding-left: 0;

}

.menu-images ul li {
    list-style-type: none;

    width: 100%;
    min-height: 180px;
    position: relative;
}

.menu-images ul li img {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    object-fit: cover;
}

.dashed {
    width: 100%;
    min-height: 170px;
    position: absolute;
    z-index: 2;
    border: 2px dashed gray;
    text-align: center;
    padding-top: 50px;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    left: 0;
    right: 0;
    top: 0;
}


/*  Progressbar begin */

.progress-circle {
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    /* so that children can be absolutely positioned */
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #F2E9E1;
    border-radius: 50%;
    line-height: 5em;
    transform: scale(0.7);

}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: white;
    content: " ";
}

/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #949599;
    z-index: 2;
    font-size: 45px;
    top: 30px;
}

.left-half-clipper {
    display: none;
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em);
    /* clips the whole left half*/
}

/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #949599;
    /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #4D642D;*/
    /* for debug */
    box-sizing: border-box;

}

/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #949599;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}


/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

/* Progress bar end */


/*  Menu  End   */


.section-header.panel ul {
    padding-top: 10px;
    background-color: #eaeaea;
    border-radius: 5px;
    width: 87vw;
}

.collapse.show {
    z-index: 9;

}

.section-header.panel ul li {
    list-style-type: none;
    margin: 0 11px;
    display: inline;
    text-align: right;
}

.section-header.panel ul li a {
    color: gray;
    font-weight: bold;
}

.panel-counter {
    margin-top: 80px;
}

.panel-counter .menu-profile {
    width: 100%;
}

.panel-counter .menu-header-info {
    display: flex;
    flex-direction: column-reverse;
}

.panel-username {
    color: gray;
    font-size: 28px;
    font-weight: bold;
}

.score-shadow {
    box-shadow: 0px 7px 16px #b9b9b9;
    border-radius: 13px;
    padding: 20px;
}

.score-title {
    font-size: 25px;
    font-weight: bold;
    color: #808080;
    margin: 25px;
    cursor: pointer;
}

tbody tr th {
    width: 100px;
    text-align: center;
}

tbody tr td {
    width: 150px;
    text-align: center;
}

thead tr th {
    text-align: center;
    border-top: 0 !important;
}

.table-display {
    margin-bottom: 0 !important;
}


.panel-comment-box .panel-box-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

header.panel {
    position: relative;
}

.panel-comment-box {
    box-shadow: 0px 7px 16px #b9b9b9;
    border-radius: 13px;
    padding: 20px;
    margin: 20px 0;
}

.panel-box-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.panel-comment-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.panel-comment-info .info-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}


.info-top p {
    text-align: center;
}

.info-top p svg {
    padding-left: 5px;
}

.info-top p {
    font-size: 20px;
}

.info-top p svg {
    font-size: 25px;
}

.info-top p:first-child {
    color: #f4293d;
}

.info-top p:nth-child(2) {
    color: #495295;
}

.info-top p:last-child {
    color: #0c6640;
}

.panel-box-body p {
    text-align: justify;
    font-size: 13px;
}

.panel-box-body span {
    font-size: 13px;
    color: gray;
    display: block;
    text-align: left;
}

.info-btm .confirmed {
    text-align: center;
    background-color: #7dc243;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.info-btm .unverified {
    text-align: center;
    background-color: #f03957;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.panel-score {
    margin: 50px 0;
}

.panel-comment {
    margin: 50px;
}

.bg-light {
    background-color: transparent !important;
}


.signup-wrapper {
    margin-top: 50px;
}


.sign-up-head {
    text-align: center;
}

.sign-up-head h1 {
    font-weight: bold;
    margin-bottom: 25px;
    color: gray;
}

.sign-up-head a {
    font-size: 13px;
    color: gray;
    font-weight: bold;
    display: block;
}

.sign-up-head img {
    display: block;
    margin: 0 auto 10px;
    width: 120px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.birth-date {
    position: relative;
}

.birth-date input {
    width: 90%;
}

#pcal1_pDatePicker {
    left: 10px !important;
}

.form-wrapper .btn {
    width: 100%;
    background-color: #818286;
    color: #fff;
}

.signup-info {
    width: 100%;
    height: 100vh;
    background-image: url(../img/arg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.navbar-light .navbar-toggler {
    border-color: #9a9494;
    border-radius: 50%;
    width: 40px;
    padding-right: 10px;
    border-width: 2px;
    padding-top: 6px;
}


a.pcalBtn {
    width: 19px;
    height: 18px;
    vertical-align: bottom;
    display: inline-block;
    background-image: url("../img/pcal.png");
    background-repeat: no-repeat;
    margin: 0 1px;
    position: absolute;
    left: 10px;
    top: 40px;
}

a.pcalBtn:hover {
    box-shadow: 0 0 1px #66CCFF;
}

input.pdate {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

input.valid {
    background-color: #e5fae2;
}

input.invalid {
    background-color: #fee5e7;
}

div.picker {
    direction: rtl;
    background-color: #fff;
    border: 2px solid #999999;
    position: absolute;
    padding: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6px 0px 6px 6px;
}

div.picker table {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #bbb;
    background-color: #eee;
    font: 11px Tahoma;
}

div.picker td {
    width: 22px;
    border: 1px solid #bbb;
    text-align: center;
    padding: 0px;
}


div.picker div.navBack a {
    float: right;
}

div.picker div.navFwd {
    float: left;
}

div.picker div.navFwd a {
    float: left;
}

div.picker span.navInfo {
    padding: 5px 0px;
    display: inline-block;
}

div.picker td.pickerHead a {
    padding: 5px;
}

div.picker td.pickerHead a.nav {
    display: block;
}

div.picker td.pickerHead a.monYear {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

div.picker a.weekday {
    display: block;
    padding: 2px 0px;
}

div.picker a.friday {
    background-color: #ffcccc;
}

div.picker a.selected {
    background-color: #CCFFCC;
}

div.picker a.today {
    background-color: #fff5cc;
}

div.picker td.calWeekdays {
    background-color: #BBBBBB;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 2px;
}

div.picker td.pickerFoot a {
    display: block;
    padding: 2px;
}

div.picker a {
    text-decoration: none;
    color: #333;
    -moz-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    -webkit-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    -o-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    transition: all 0.1s cubic-bezier(0, 1, 1, 0);
}

div.picker a:hover {
    text-decoration: none;
    color: #004;
    background-color: #66CCFF;
}

div.monthYearPicker {
    background-color: #EEEEEE;
    border: solid 2px #999;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    font: 11px Tahoma;
}

div.monthYearPicker a {
    text-decoration: none;
    color: #333;
    -moz-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    -webkit-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    -o-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    transition: all 0.1s cubic-bezier(0, 1, 1, 0);
    display: block;
    padding: 5px;
}

div.monthYearPicker a.selected {
    background-color: #CCFFCC;
}

div.monthYearPicker a:hover {
    text-decoration: none;
    color: #004;
    background-color: #66CCFF;
}

.section-body {
    height: 100vh;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 470px) {

    .panel-box-header {
        margin-bottom: 20px;
    }

    .panel-comment-info .info-top {
        flex-direction: row;
    }

    .info-top p {
        margin: 30px 20px 0;
        font-size: 17px;
    }

    .info-top p svg {
        display: block;
        margin: 0 auto;
    }


}

@media screen and (min-width: 740px) {
    .comment-box-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .comment-box {
        width: 47%;
        margin: 20px 1%;
    }

    .img-desc-tool ul li {
        float: left;
        margin: 0 30px;
    }
}

@media screen and (min-width: 768px) {
    h1.ml8 {
        margin: 10% auto 0;
    }

    .menu-analytic {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .menu-nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    }

    .menu-images ul li {
        margin: 0 10px;
        width: 45%;
    }

    .menu-images ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        flex-direction: row;
        flex-wrap: wrap;
    }

    .menu-nav li {
        margin: 0 10px;
    }

    .info-btm p {
        width: 100px;
        margin-top: -30px;
    }

    .form-wrapper {
        margin-top: 30px;
    }

    .form-wrapper .form-group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    }

    .form-wrapper .form-group label {
        width: 120px !important;
    }

    .birth-date input {
        width: 100%;
    }

    a.pcalBtn {
        top: 10px !important;
    }

}

@media screen and (max-width: 992px) {


}

@media screen and (max-width: 768px) {
    .like-cm-inner {
        display: flex;
        flex-direction: column;
    }

    .placement {
        margin-top: 14px;
        margin-left: 11px;
    }

    .aside-cm svg {
        font-size: 35px;
    }

    .aside-cm {
        padding-top: 10px;
    }

    .aside-cm p {
        margin-top: 5px;
    }
}


@media screen and (min-width: 992px) {

    .section-comment-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .section-comment {
        width: 85%;
    }

    .section-image {
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .intro-content {
        margin: 30% 5% 0 5%;
    }

    h1.ml8 {
        margin: 25% auto 0;
    }

    .section-info {
        text-align: right;
    }

    .comment-box-wrapper {

    }

    .comment-box {
        width: 46%;
        margin: 20px 10px;
    }

    .img-desc-tool ul li {
        width: 50%;
        float: unset;
        margin: unset;
        text-align: center;
    }

    .menu-header-info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;

        margin-bottom: 35px;

    }

    .menu-analytic {
        width: 80%;
    }

    .menu-images ul li {
        width: 31%;
    }

    .panel-counter .menu-analytic {
        width: unset;
    }

    .info-btm p {
        margin-top: -10px;
    }

    .panel-comment-box .panel-box-header img {
        width: 80px;
        height: 80px;
    }

    .section-header.panel ul {
        background-color: transparent;
    }

    .signup-info {
        margin-top: -50px;
        padding-top: 250px;
        color: #fff;
        position: relative;
    }

    .sign-up-head {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-evenly;
    }

    .sign-up-head h1 {
        padding-top: 35px;
    }

    .signup-info .head {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .signup-info .head span {
        font-size: 70px;
        padding-right: 5px;
        z-index: 3;
    }


    .signup-info .head h2 {
        margin-top: 20px;
        padding-right: 15px;
        font-size: 25px;
        z-index: 3;
        line-height: 1.6;
    }

    .signup-info p {
        font-size: 15px;
        text-align: justify;
        padding: 0 20px;
        position: relative;
        z-index: 3;
    }

    .signup-info .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }


    #pcal1_pDatePicker {
        left: 358px !important;
    }

    .aside-cm {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .counter {
        width: 300px;
        height: 300px;
    }

    .ml8 .circle-dark-dashed {
        width: 255px;
        height: 255px;
    }

    .loading {
        width: 320px;
        height: 320px;
    }
}


@media screen and (min-width: 1280px) {
    h1.ml8 {
        margin: 150px auto 0;
    }

    .menu-images ul li {
        min-height: 230px;
    }

    .dashed {
        min-height: 220px;
        padding-top: 80px;
    }

    .menu-analytic {
        width: 70%;
    }


    .panel-counter .menu-profile a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        padding-top: 25px;
    }

    .panel-counter .menu-profile p {
        padding-top: 20px;
    }

    .panel-counter .menu-profile img {
        margin-left: 40px;
    }

    .panel-comment-box .panel-box-header img {
        width: 80px;
        height: 80px;
    }

    #pcal1_pDatePicker {
        left: 618px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
    .form-wrapper {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1500px) {
    .signup-container .container-fluid {
        max-width: 1140px !important;
    }

    #pcal1_pDatePicker {
        left: 818px !important;
    }
}

@media screen and (min-width: 1600px) {
    h1.ml8 {
        margin-right: 50px;
    }

    .intro-content {
        margin: 170px 5% 0 5%;
        padding-right: 160px;
    }

    .panel-comment-box .panel-box-header img {
        width: 110px;
        height: 110px;
    }

    .intro-content h1 {
        font-size: 4rem;
        max-width: 550px;
    }

    .intro-content p {
        font-size: 17px;
        line-height: 35px;
    }

    .section-comment {
        width: 90%;
    }

    .comment-box {
        width: 31%;
    }
}

.intro-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

@media screen and (min-width: 1920px) {
    .menu-images ul li {
        width: 23%;
    }
}

@media screen and (min-height: 800px) {
    .signup-info {
        height: 80vh;
    }
}

@media screen and (min-height: 900px) {
    .signup-container {
        margin-top: 150px;
    }
}

.score-shadow form {
    width: 100%;
    margin: 20px;
}

.score-shadow .text-box {
    margin: 20px;
}
