/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

footer {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 18rem;
}

footer .identity {
    position: relative;
    width: 30%;
    margin: 0 auto 0 0;
    display: block;
    text-align: center;
}
footer .footer-wrapper .footer-column-one::before {
    content: '';
    background-image: url(../img/hand.svg);
    width: 5.76544rem;
    height: 12.68875rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -68%);
    -ms-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
footer .identity img {
    width: 50%;
    max-width: 100%;
    mix-blend-mode: darken;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}


footer .footer-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: -144px;
}

footer .footer-wrapper .footer-column-one {
    width: 30%;
    position: relative;
}

footer .footer-wrapper .footer-column-two {
    width: 70%;
    position: relative;
}
footer .footer-wrapper .footer-column-one .footer-time-cursor {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    text-align: left;
    min-width: 15rem;
}

footer .footer-wrapper .footer-column-one .footer-wrap {
    background-color: var(--white);
    border: 3px solid var(--black);
}

footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem;
    border-bottom: 3px solid var(--black);
}

footer .footer-wrapper .footer-column-one .footer-wrap .email-footer {
    position: relative;
    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;
    padding: 1.2rem;
    font-weight: 600;
    font-size: 2vw;
}

footer .footer-wrapper .footer-column-one .footer-wrap .social-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.2rem;
    border-top: 3px solid var(--black);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5.2rem;
}
footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap .qr-wrap {
    width: 12%;
}

footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap .serial-wrap {
    width: 60%;
}

footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

footer .footer-wrapper .footer-column-one .footer-wrap .social-media a {
    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;
}

footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
    font-size: 1.7rem;
}

footer .footer-wrapper .footer-column-two .footer-top-container {
    width: 33%;
    background-color: var(--white);
    padding: 2rem 1.2rem;
    border: 3px solid var(--black);
    position: relative;
}

.footer-bottom-container {
    position: relative;
    background-color: var(--white);
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.3rem;
    border: 3px solid var(--black);
    height: 5.4rem;
    width: calc(100% - 1.5rem);
}

.footer-form-container {}

.platform-timezone-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
}
.footer-form-container h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2rem;
}
form {
    width: 100%;
    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: 1rem;
}
form input {
    width: 100%;
    border: 1px solid var(--black);
    padding: .75rem;
}
.submit-field.button {
    padding: 0;
}
form input[type="submit"] {
    background-color: var(--black);
    color: var(--white);
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    cursor: pointer;
    position: relative;
    z-index: 0
}
form input[type="submit"]:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}
.footer-bottom-container p.copyRight {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
}
.hiden-field {
    display: none;
}

.submit-field {
    position: relative;
    margin-top: 2rem;
}

.submit-field .wpcf7-spinner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    background-color: var(--white);
    border: 1px solid var(--black);
}

.submit-field .wpcf7-spinner::after {
    content: 'در حال ارسال ...';
    color: var(--black);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
    position: absolute;
    -webkit-animation: splotlight 1.5s linear infinite;
    animation: splotlight 1.5s linear infinite;
}
@-webkit-keyframes splotlight{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes splotlight{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}

.submit-field .wpcf7-spinner::before {
    opacity: 0;
}
.dokmeh-copy-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    width: auto;
}

.dokmeh-copy-right img {
    width: 6.30469rem;
    height: auto;
}

.dokmeh-copy-right span {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    padding-top: 8px;
}
footer .footer-wrapper .footer-column-two .footer-top-container::before {
    content: '';
    position: absolute;
    background-image: url(../img/footer-frame-1.svg);
    bottom: 0;
    left: 50%;
    width: 3rem;
    height: 5rem;
    -webkit-transform: translate(-50%, calc(100% - 24px)) rotate(90deg);
    -ms-transform: translate(-50%, calc(100% - 24px)) rotate(90deg);
    transform: translate(-50%, calc(100% - 24px)) rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    background-position: center;
}
.footer-bottom-container:before {
    content: '';
    background-image: url(../img/footer-frame-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-position: center;
    left: 0;
    top: 50%;
    -webkit-transform: translate(calc(-94% - -5px), -50%);
    -ms-transform: translate(calc(-94% - -5px), -50%);
    transform: translate(calc(-94% - -5px), -50%);
    position: absolute;
    width: 3rem;
    height: 5rem;
}
footer .footer-wrapper .footer-column-one .footer-time-cursor span.time-zone {
    font-family: 'Helvetica', sans-serif;
    font-size: .875rem;
    margin-bottom: .75rem;
    display: block;
    direction: ltr;
}
footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap span,footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap{
    font-family: 'Helvetica', sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    direction: ltr;
}
.platform-timezone-wrap .platformWrap,.platform-timezone-wrap .time-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    text-transform: uppercase;
    direction: ltr;
}
.platform-timezone-wrap .platformWrap{
    margin-bottom: .75rem;
}
.platform-timezone-wrap .platformWrap span,.platform-timezone-wrap .time-zone span {
    font-family: 'Helvetica', sans-serif;
    font-size: .875rem;
}
.dinoWrap {position: relative;width: 100%;height: 28vh;mix-blend-mode: darken;overflow: hidden;margin-bottom: 2rem;}
.dinoWrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    position: relative;
}
.footer-time-cursor.mobile {
    display: none;
}
.footer-bottom-container.mobile{
    display: none;
}
.platform-timezone-wrap.mobile{
    display: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}
.wpcf7-not-valid-tip {
    font-size: .85rem;
    margin-top: 6px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 7px;
    text-align: center;
    font-size: .85rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; /* Green */
    color:var(--white)
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232; /* Red */
    color:var(--white)
}
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28; /* Orange */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--black);
    -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (max-width: 768px){
    .footer-bottom-container.desktop{
        display: none;
    }
    .platform-timezone-wrap.desktop{
        display: none;
    }
    .footer-time-cursor.desktop{
        display: none;
    }
    .footer-bottom-container.mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem;
        margin-top: 1rem;
        row-gap: 1rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .platform-timezone-wrap.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        left: auto;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-bottom-container p.copyRight {
        font-size: .9rem;
    }
    footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
        font-size: 1.2rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .email-footer {
        padding: 1rem;
        font-size: 7.4vw;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media {
        height: auto;
        padding: 1rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
        padding: 1rem;
    }
    .dokmeh-copy-right span {
        font-size: .85rem;
    }

    .dokmeh-copy-right img {
        width: 5.1875rem;
    }

    footer {
        padding-top: 7rem;
    }
    footer .identity img {
        width: 100%;
    }
    .footer-time-cursor.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5px;
    }
    .footer-bottom-container.mobile::before {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, calc(-100% + 20px)) rotate(90deg);
        -ms-transform: translate(-50%, calc(-100% + 20px)) rotate(90deg);
        transform: translate(-50%, calc(-100% + 20px)) rotate(90deg);
        width: 2rem;
        height: 4rem;
    }

    footer .footer-wrapper .footer-column-two .footer-top-container::before {
        width: 2rem;
        height: 4rem;
        -webkit-transform: translate(-50%, calc(100% - 22px)) rotate(90deg);
        -ms-transform: translate(-50%, calc(100% - 22px)) rotate(90deg);
        transform: translate(-50%, calc(100% - 22px)) rotate(90deg);
    }
    footer .footer-wrapper .footer-column-two {
        width: 100%;
    }

    footer .footer-wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top: 0;}

    footer .footer-wrapper .footer-column-one {
        width: 100%;
        margin-top: 1rem;
    }
    footer .footer-wrapper .footer-column-two .footer-top-container {
        width: 100%;
        padding: 1rem;
    }
    .footer-time-cursor.mobile span.time-zone {
        width: 10rem;
        display: block;
        font-size: 0.63125rem;
    }
    .platform-timezone-wrap .platformWrap span, .platform-timezone-wrap .time-zone span {
        font-size: 0.73125rem;
    }

    .footer-time-cursor .cursorWrap {
        font-size: 0.73125rem;
    }
    .footer-time-cursor span {
        font-family: 'Helvetica', sans-serif;
        font-size: 0.73125rem;
    }
    form input {
        padding: 0.65rem;
    }
    .dropDown-container .select-dropdown__button{
        padding: 0.65rem;
    }
    .dinoWrap iframe {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .dokmeh-copy-right {
        width: 100%;
    }
    .dinoWrap {
        height: 26vh;
        margin-top: 3rem;
    }
    footer .footer-wrapper .footer-column-one::before {
        opacity: 0;
    }

    footer .footer-wrapper .footer-column-two::before {
        content: '';
        background-image: url(../img/hand.svg);
        width: 2.16544rem;
        height: 9.18875rem;
        position: absolute;
        left: 2rem;
        -webkit-transform: translate(0, -84%);
        -ms-transform: translate(0, -84%);
        transform: translate(0, -84%);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
        font-size: 1.6rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .email-footer {
        padding: 1.5rem;
        font-size: 8.2vw;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
        padding: 1.5rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media {
        padding: 1.5rem;
    }

    .footer-bottom-container.mobile {
        padding: 1.5rem;
    }

    footer .footer-wrapper .footer-column-two .footer-top-container {
        padding: 1.5rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    footer {
        padding-top: 12rem;
    }

    footer .footer-wrapper {
        margin-top: -141px;
    }

    footer .footer-wrapper .footer-column-two .footer-top-container {
        width: 45%;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor span.time-zone {
        font-size: .775rem;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap span, footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap {
        font-size: .775rem;
    }

    .platform-timezone-wrap .platformWrap span, .platform-timezone-wrap .time-zone span {
        font-size: .775rem;
    }

    .footer-bottom-container p.copyRight {
        font-size: 1rem;
    }

    .dokmeh-copy-right span {
        font-size: 1rem;
    }

    .dokmeh-copy-right img {
        width: 5.30469rem;
    }

    .dinoWrap {
        height: 22vh;
    }

    .dinoWrap iframe {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
        font-size: 1.4rem;
    }
    footer .footer-wrapper .footer-column-one::before {
        width: 2.76544rem;
        height: 9.68875rem;
        -webkit-transform: translate(-50%, -85%);
        -ms-transform: translate(-50%, -85%);
        transform: translate(-50%, -85%);
    }
    footer .identity img {
        width: 70%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .dinoWrap iframe {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .dinoWrap {
        height: 40vh;
    }
    footer .footer-wrapper {
        margin-bottom: 0;
    }
    footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
        padding: 1rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .email-footer {
        padding: 1rem;
        font-size: 1.9vw;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
        font-size: 1.25rem;
    }
    .footer-bottom-container p.copyRight {
        font-size: 1rem;
    }

    .dokmeh-copy-right span {
        font-size: 1rem;
    }

    .dokmeh-copy-right img {
        width: 5.30469rem;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor span.time-zone {
        font-size: .775rem;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap span, footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap {
        font-size: .775rem;
    }

    .platform-timezone-wrap .platformWrap span, .platform-timezone-wrap .time-zone span {
        font-size: .775rem;
    }

    footer .footer-wrapper .footer-column-two .footer-top-container {
        padding: 1.5rem 1rem;
        width: 38%;
    }

    .footer-bottom-container {
        height: 5rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media {
        height: 5rem;
    }
    footer {
        padding-top: 11rem;
    }
    footer .footer-wrapper .footer-column-one::before {
        width: 2.76544rem;
        height: 9.68875rem;
        -webkit-transform: translate(-50%, -85%);
        -ms-transform: translate(-50%, -85%);
        transform: translate(-50%, -85%);
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    .dinoWrap iframe {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .dinoWrap {
        height: 35vh;
    }
    footer .footer-wrapper {
        margin-bottom: 0;
    }
    footer .footer-wrapper .footer-column-one .footer-wrap .serialQRWrap {
        padding: 1rem;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .email-footer {
        padding: 1rem;
        font-size: 1.9vw;
    }

    footer .footer-wrapper .footer-column-one .footer-wrap .social-media a span {
        font-size: 1.25rem;
    }
    .footer-bottom-container p.copyRight {
        font-size: 1rem;
    }

    .dokmeh-copy-right span {
        font-size: 1rem;
    }

    .dokmeh-copy-right img {
        width: 5.30469rem;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor span.time-zone {
        font-size: .775rem;
    }

    footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap span, footer .footer-wrapper .footer-column-one .footer-time-cursor .cursorWrap {
        font-size: .775rem;
    }

    .platform-timezone-wrap .platformWrap span, .platform-timezone-wrap .time-zone span {
        font-size: .775rem;
    }

    footer .footer-wrapper .footer-column-two .footer-top-container {
        padding: 1.5rem 1rem;
        width: 38%;
    }
    .footer-bottom-container {
        height: 5rem;
    }
    footer .footer-wrapper .footer-column-one .footer-wrap .social-media {
        height: 5rem;
    }
    footer {
        padding-top: 12rem;
    }
    footer .footer-wrapper .footer-column-one::before {
        width: 3.76544rem;
        height: 10.68875rem;
        -webkit-transform: translate(-50%, -78%);
        -ms-transform: translate(-50%, -78%);
        transform: translate(-50%, -78%);
    }
}