:root {
    --main: #760b4f;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    font-family: IRANSans;
}

::-moz-placeholder { /* Firefox 19+ */

    font-family: IRANSans;
}

:-ms-input-placeholder { /* IE 10+ */

    font-family: IRANSans;
}

:-moz-placeholder { /* Firefox 18- */

    font-family: IRANSans;
}

body, div, a, ul, li, h1, h2, h3, h4, h5, h6, p, span, strong, input {
    font-family: IRANSans !important;
}

a, ul, li, p, span, h1, h2, h3, h4, h5, h6 {
    direction: rtl !important;
}

.bg-main {
    background-color: var(--main) !important;
}

.crtl {
    text-align: right !important;
}

.cdir {
    direction: rtl !important;
}

/*body, div, h1, h2, h3, h4, h5, h6, a, p, ul, li, span {*/
/*font-family: IRANSans !important;*/
/*}*/

.mt-7 {
    margin-top: 70px;
}

.mr-3 {
    margin-right: 30px;
}

.footer-list {
    list-style-type: none;
    padding-right: 0;
}

.full-width-pull-menu span.dropdown-toggle {
    position: absolute;
    left: 0 !important;
    right: 100% !important;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 43px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.blog-post-style4 figure figcaption {
    padding: 45px;
    bottom: 0px;
    position: absolute;
    background: var(--main) !important;
    opacity: 80%;
    width: 100%;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
}

.footer-bg {
    background-color: var(--main) !important;
}

/*.text-medium-gray, .btn.text-medium-gray {*/
/*color: white;*/
/*}*/

/*a:hover {*/
/*color: #6f6f6f !important;*/
/*}*/

/*a.text-deep-pink-hover:hover, a.text-deep-pink-hover:focus {*/
/*color: #6f6f6f !important;*/
/*}*/

a.chover:hover, a.chover:focus {
    color: #6f6f6f !important;
}

.border-color-medium-dark-gray {
    border-color: white !important;
}

.btn-primary {
    background-color: var(--main);
}

.btn-primary:hover {
    color: var(--main);
    background-color: white;
    border: var(--main) solid 2px;
}

/* Pre-loader CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #272727;
    z-index: 1000;
}

.txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

/* Spinner animation */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.testimonial-style3 .arrow-bottom:after {
    border-top-color: #d6d5d5;
    left: 0;
    right: 13%;
    border-width: 10px;
    margin-left: -10px;
}

.list-style-4 li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.list-style-4 li {
    position: relative;
    padding: 0 22px 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.select-style {
    width: 100%;
    overflow: hidden;
    background: url(../images/select-arrow.png) no-repeat 3% 50%;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.full-width-pull-menu .link-style-2 ul li a {
    font-size: 32px;
}

.service-filter {
    font-size: 24px !important;
}

.about {
    /*background-image: url('http://miracleland.maticandemo.com/wp-content/uploads/2023/10/concept-research-of-beauty-and-skincare-dietary-su-2022-01-19-00-28-24-utc-scaled.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

input[type="email"]:-moz-placeholder {
    text-align: right;
}

input[type="email"]:-ms-input-placeholder {
    text-align: right;
}

input[type="email"]::-webkit-input-placeholder {
    text-align: right;
}

@media (max-width: 768px) {
    .service-filter {
        font-size: 18px !important;
    }

    .mobile-padding {
        padding: 3rem 0 !important;
    }

    .mobile-dropdown a {
        padding: 1.5rem 0 !important;
        font-size: 20px !important;
    }

    .mobile-dropdown-child a {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .hover-option3 .grid-item figure {
        bottom: 200px !important;
    }
}

.close-button-menu:after, .close-button-menu:before {
    background: white;
    /*background-color: transparent;*/
}

.dropdown-toggle {
    background-color: transparent !important;
}

.full-width-pull-menu .dropdown .dropdown-toggle:before, .full-width-pull-menu .dropdown .dropdown-toggle:after {
    background: white;
}

/*.full-width-pull-menu .dropdown .dropdown-toggle:after {*/
/*background: white;*/
/*}*/

.hover-option6 .grid-item figure:hover img {
    opacity: 0.6;
}

