/*
Theme Name: DeeZe
Theme URI: https://www.novinvision.com
Author: Mehran Ranji
Author URI: https://www.novinvision.com/
Version: 1.1.8
Description: خرسندیم که وظیفه طراحی و برنامه نویسی وب سایت شما بر پایه وردپرس توسط نوین ویژن انجام شده است. از اعتماد شما سپاسگذاریم و امیدواریم در راه استفاده از این پروژه کسب و کار شما همیشه پر رونق و موفق باشد.
Text Domain: deeze
*/

body {
    position: relative;
}

.header {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.header ul > li {
    display: inline-block;
}

.header ul > li > a {
    display: block;
    position: relative;
    padding: 10px 15px;
    font-weight: 800;
    color: var(--bs-primary-light);
}

.header ul > li > a:hover {
    color: var(--bs-primary-dark);
}

.header ul > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    border-bottom: 2px solid var(--bs-primary);
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
}

.header ul > li.menu-item-has-children:hover > a:after {
    visibility: visible;
    opacity: 1;
}

.header ul > li > .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    background-color: #ffffff;
    border-top: 1px solid #f7f7f7;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    padding: 30px 0;
    transition: opacity ease 0.3s, transform ease 0.3s, visibility ease 0.3s, z-index ease 1s;
    z-index: -1;
    height: 0;
    transform: translateY(10%);
    opacity: 0;
    visibility: hidden;
}

.header ul > li.menu-item-has-children.open > .sub-menu {
    z-index: 9;
    height: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header ul > li > .sub-menu .menu-column {
    text-align: right;
}

.header ul > li > .sub-menu .menu-column .menu-column-header {
    display: block;
    padding: 10px 0;
    font-weight: 900;
    font-size: 1.05rem;
    cursor: pointer;
    color: var(--bs-primary);
}

.header ul > li > .sub-menu .menu-column ul > li {
    display: block;
    text-align: right;
}

.header ul > li > .sub-menu .menu-column ul > li > a {
    display: inline-block;
    padding: 7px;
    color: #666666;
    font-weight: 400;
}

.header ul > li > .sub-menu .menu-column ul > li > a:not(.btn):hover {
    padding-right: 10px;
    color: var(--bs-primary);
}

.header ul > li > .sub-menu .menu-column ul > li > a.btn-primary {
    padding: 12px 25px;
}

.header ul > li > .sub-menu .menu-column ul > li > a.btn-link {
    border-bottom: 1px dashed var(--bs-primary);
}

/*.header ul > li.menu-item-has-children.open > .sub-menu .sub-menu .sub-menu .sub-menu {*/
/*    display: none;*/
/*}*/

.header ul > li.menu-item-has-children.open > .sub-menu .sub-menu .sub-menu .open > .sub-menu {
    display: block;
}

.featured-link-item {
    color: #666666;
}

.featured-link-modal .modal-dialog {
    max-width: 800px !important;
}

.featured-link-modal p:last-child {
    margin-bottom: 0 !important;
}

.image-caption-box {
    position: relative;
}

.image-caption-box.image-caption-box-wide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.image-caption-box .image-caption-box--overly {
    background-image: none;
}

.image-caption-box .image-caption-box--content {
    width: 65%;
}

.image-caption-box.caption-left .image-caption-box--content {
    margin-right: auto;
}

.image-caption-box .image-caption-box--title {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.image-caption-box-arrow:hover {
    transform: translateY(-5px);
}


.image-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-link:hover,
.image-link:hover img {
    border-radius: .5rem;
}

.image-link .image-link--overly {
    background-image: none;
}

.image-link img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.image-link.image-link-half-size img {
    height: calc(172px - .25rem);
}

.image-link:hover img {
    opacity: 0.8;
}

.image-link:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.image-link .image-link--overly {
    overflow: hidden;
}

.image-link,
.image-link img,
.image-link .image-link--action,
.image-link .image-link--title,
.comment-link--product .comment-link--product-action {
    transition: all ease 0.6s;
}

.comment-link--product .comment-link--product-action,
.image-link .image-link--action {
    transform: translateY(150%);
    opacity: 0;
}

.comment-link--product:hover .comment-link--product-action,
.image-link:hover .image-link--action {
    transform: translateY(0);
    opacity: 1;
}


.image-link:hover .image-link--title {
    transform: translateY(10px);
}

.image-link-bottom-text .overly {
    background-image: none;
}

.image-link-bottom-text .image-link--action {
    transform: translateY(0);
    opacity: 1;
}


.comment-carousel-item {
    position: relative;
}

.comment-carousel-item .comment-carousel-item-inner {
    overflow: hidden;
}

.comment-carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    background-color: var(--bs-light);
    z-index: -1;
}

.swiper-slide:nth-child(2) .comment-carousel-item:before {
    background-color: rgb(249, 245, 245);
}

.swiper-slide:nth-child(3) .comment-carousel-item:before {
    background-color: rgb(245, 247, 253);
}

.swiper-slide:nth-child(3) .comment-carousel-item:before {
    background-color: rgb(242, 244, 243);
}

.comment-carousel-item .comment-carousel-item--comment i {
    font-size: .7rem;
}


.comment-link--product {
    display: block;
    position: relative;
    overflow: hidden;
}

.comment-link--product .comment-link--product-overly {
    background-image: none;
}

.comment-carousel-item--author img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--bs-light);
    border: 3px solid rgba(0, 0, 0, 0.03);
}

.comments-carousel .comments-carousel-prev,
.comments-carousel .comments-carousel-next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    color: #333333;
    outline: none;
    border: 1px solid #eeeeee;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
}

.comments-carousel:hover .comments-carousel-prev,
.comments-carousel:hover .comments-carousel-next {
    visibility: visible;
    opacity: 1;
}

.comments-carousel .comments-carousel-prev {
    right: -40px;
}

.comments-carousel .comments-carousel-next {
    left: -40px;
}

.intro-box {
    background-image: url("img/intro-bg.jpg");
    background-size: cover;
    min-height: 300px;
}

.intro-box .intro-box-inner {
    background-color: rgb(245, 245, 240);
}

.intro-box-two .intro-box-inner {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.intro-box-two img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.video-box {
    position: relative;
    display: block;
}

.video-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.video-box .video-box-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 140px;
    z-index: 1;
    color: #ffffff;
}

.video-box.video-box-2 .video-box--action {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 1;
}

.modal-video .modal-body {
    overflow: hidden;
}

.modal-video .btn-close,
.modal-video .btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 2rem;
}

footer, footer a {
    color: #ffffff !important;
}

footer h5 {
    font-size: 1rem;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li a {
    color: #ffffff;
    display: block;
    padding: 5px;
}

footer ul li a:hover {
    padding-right: 10px;
}

footer .social-links li a:hover {
    border-color: #cccccc;
}

.column-border .elementor-column:first-child {
    border-left: 1px solid #eeeeee !important;
}

.image-zoom {
    cursor: zoom-in;
}

.help-box {
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.help-box .help-box-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.video-banner {
    position: relative;
}

.video-banner--title,
.video-banner--btn {
    position: absolute;
    z-index: 2;
}

.video-banner--title {
    top: 20px;
    right: 20px;
    left: 30%;
}

.video-banner--btn {
    bottom: 20px;
    right: 20px;
}

.video-banner video {
    width: 100% !important;
}

.wide-banner {
    position: relative;
}

.wide-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wide-banner .wide-banner-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.wide-banner .wide-banner--title {
    width: 700px;
    max-width: 100%;
}

.wide-banner .wide-banner--subtitle {
    position: absolute;
    color: #cccccc;
    right: 0;
    bottom: 0;
}

.vertical-tab-banner .tab-content .tab-pane {
    background-image: url("img/stars-bkgd.png");
    background-size: cover;
    background-position: center center;
    padding: 30px;
}

.vertical-tab-banner .nav-tabs {
    border: 0 !important;
}

.vertical-tab-banner .nav-tabs .nav-item {
    position: relative;
    border: 0;
    padding: 0 20px 0 0 !important;
}

.vertical-tab-banner .nav-tabs .nav-item > .nav-link {
    background-color: transparent !important;
    border: 0;
    padding: 0 !important;
    outline: none;
}

.vertical-tab-banner .nav-tabs .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 30px;
    background-color: #cccccc;
}

.vertical-tab-banner .nav-tabs .nav-item > .nav-link.active:before {
    width: 3px;
    background-color: var(--bs-primary);
    height: 100%;
}

.blog-single-header {
    background-color: #dfe5ea;
}

.blog, .blog-post {
    line-height: 2 !important;
}

.related-posts {
    background-color: #646D92;
}

.post-item .post-item--image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.post-item .post-item--title {
    height: 90px;
    overflow: hidden;
}

.post-item .post-item--excerpt {
    line-height: 2;
}

.post-item .post-item--readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 65px;
    width: 65px;
    background-color: #A7C0B9;
    font-size: 1.5rem;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
}

.post-item:hover .post-item--readmore {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .related-posts .swiper-slide {
        width: 300px;
    }
}

.blog {
    background-color: #f7f5f3;
}

.blog-header {
    background-color: #d1d7d2;
}

.blog-header-categories .btn-link .border-bottom {
    border-bottom-width: 3px !important;
}

.featured-posts-area {
    padding-bottom: 250px !important;
    margin-bottom: -250px;
}

.mirror {
    position: relative;
}

.mirror:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 200px 300px;
    border-left-color: #C4CEDB;
    border-bottom-color: #C4CEDB;
}

.loginform input {
    width: 100%;
}

.elementor-swiper-button {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    transition: all ease 0.3s;
}

.elementor-swiper-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.quote-swipper .swiper-slide {
    width: 700px;
    transition: all ease 0.5s;
}

.quote-swipper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.2;
}

.sidebar {
    position: relative;
}

.sidebar ul li {
    position: relative;
}

.sidebar ul li a {
    display: block;
    padding: 5px;
    color: #333333;
}

.sidebar ul li a:hover {
    color: var(--bs-primary);
}

.sidebar ul li > span {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 80%;
    color: #999999;
    font-family: iranyekanfanum, iranyekan, Tahoma, Verdana, arial;
}

.sidebar ul li ul {
    flex: 0 0 auto;
    width: 100%;
}

