/*
Theme Name: 	   Arvana
Text Domain: 	   arvana
Template: 			cosmobit
Version:            1.0.1
Tested up to:       6.3
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/arvana-free/
Description:        Arvana is lightweight, highly extendable and multi-purpose WordPress Theme, it will enable you to create almost any type of website with a beautiful & professional design. Arvana supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. Arvana Pro demo https://preview.desertthemes.com/pro/arvana/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
 */

 :root {
    --dt-base-color: #4d5765;
    --dt-pri-color: #eb0029;
    --dt-sec-color: #010f1c;
    --dt-whi-color: #ffffff;
    --dt-gray-high: #f6f6f6;
    --dt-base-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --dt-title-font: "Roboto", sans-serif;
    --dt-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* Header Twelve */

.header--twelve {
    color: var(--dt-whi-color);
    background-color: var(--dt-sec-color);
}

.header--twelve .cart--icon strong {
    color: inherit;
}

.header--twelve .cart--icon strong:after,
.header--twelve .cart--icon strong {
    border-color: #fff;
}

.header--twelve .site--logo a,
.header--twelve .site--logo a .site-title {
    color: inherit;
}

.header--twelve .dt__mobilenav-mainmenu .hamburger span {
    background-color: var(--dt-whi-color);
}

.header--twelve .dt__mobilenav.is--sticky.on {    
    background-color: var(--dt-sec-color);
}

@media (min-width: 62em) {
    .header--twelve .dt-container {
        max-width: 100%;
        padding: 0;
    }
    
    .header--twelve .dt__header-navwrapperinner .dt__navbar-wrapper > .dt-container > .dt-row {
        --dt-gutter-x: 0
    }

    .header--twelve .dt__header-topbar {
        position: relative;
        z-index: 0;
        color: var(--dt-whi-color);
        background-color: var(--dt-pri-color);
    }

    .header--twelve .dt__header-topbar:before {
        content: "";
        position: absolute;
        top: 0;
        left: -70%;
        width: 2000%;
        height: 102%;
        background: inherit;
        z-index: -1;
    }

    .header--twelve .dt__header-topbar .dt__header-widget > .dt-container > .dt-row {
        padding-right: 3rem;
        padding-left: 3rem;
    }
	
	.header--twelve .dt__header-widget .widget--left .widget:not(:last-child):after {
		background: rgba(255, 255, 255, 0.2);
	}

    .header--twelve .dt__header-topbar .dt__header-widget .widget_social li a {
        border: 0.1rem solid rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        background-color: transparent;
        color: var(--dt-whi-color);
    }

    .header--twelve .dt__header-topbar .dt__header-widget .widget_social li a:hover,
    .header--twelve .dt__header-topbar .dt__header-widget .widget_social li a:focus {
        border-color: var(--dt-pri-color);
        background-color: var(--dt-pri-color);
        color: var(--dt-whi-color);
    }

    .header--twelve .dt__header-topbar .dt__header-widget .contact__list i,
    .header--twelve .dt__header-topbar .dt__header-widget .contact__body a:hover,
    .header--twelve .dt__header-topbar .dt__header-widget .contact__body a:focus {
        color: var(--dt-whi-color);
    }

    .header--twelve .dt__navbar-wrapper.is--sticky.on {
        background-color: var(--dt-sec-color);
    }

    .header--twelve .dt__header-navwrapperinner,
    .header--twelve .dt__navbar-menu {
        height: auto;
        min-height: 8rem;
    }

    .header--twelve .dt__navbar-menu {
        justify-content: space-between;
        padding-right: 5rem;
        padding-left: 2.5rem;
    }
    
    .header--twelve .dt__navbar-wrapper .site--logo {
        min-width: 22rem;
        height: 100%;
        padding: 0.5rem 3rem 0.5rem 5rem;
        display: flex;
        align-items: center;
        color: #fff;
        background-color: var(--dt-pri-color);
        -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
        position: relative;
        z-index: 1;
    }

    .header--twelve .dt__navbar-wrapper .site--logo::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--dt-sec-color);
        -webkit-clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

    body:not(.menu__active-two) .header--twelve .dt__navbar-nav .dt__navbar-mainmenu > li > a {
        line-height: 8rem;
    }
    
}

.header--twelve+.dt__pagetitle:before {
    opacity: 0.65;
}


/* Slider Three Style (3) */

.dt__slider--four.style3 {
    color: var(--dt-whi-color);
}

.dt__slider.dt__slider--four.style3 .dt__slider-content {
	max-width: 72rem;
}

.dt__slider--four.style3 .dt__slider-content h1,
.dt__slider--four.style3 .dt__slider-content p {
    color: inherit;
}

.dt__slider--four.style3 .dt__slider-content h3 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.7rem 8rem;
    color: var(--dt-pri-color);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 76%, rgba(255,255,255,0) 100%);
}

.dt__slider.dt__slider--four.style3 .dt__slider-content h3:before,
.dt__slider.dt__slider--four.style3 .dt__slider-content h3:after {
	display: none;
}

.dt__slider--four.style3 .dt__slider-content h1 {
    font-size: 7.2rem;
}

.dt__slider--four.style3 .dt__slider-rightimg img {
    box-shadow: rgba(0, 0, 0, 0.30) 0 2.2rem 3rem 0;
    border-radius: 2.5rem;
}

/* Infoservices Eight */

.dt__infoservices--eight .dt__infoservices-row {
    margin-top: -8.8rem;
    --dt-gutter-x: 3rem;
}

@media (max-width: 74.938rem) {
    .dt__infoservices--eight .dt__infoservices-row {
        margin-top: -5.9rem;
    }
}

.dt__infoservices--eight .dt__infoservices-block {
    overflow: hidden;
}

.dt__infoservices--eight .dt__infoservices-block .overlay {
    width: 100%;
    min-height: 26.2rem;
    mix-blend-mode: luminosity;
    background-color: var(--dt-sec-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dt__infoservices--eight .dt__infoservices-block .dt__infoservices-inner {
    position: absolute;
    left: -4.4rem;
    bottom: -8.7rem;
    width: 26.3rem;
    height: 26.3rem;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 500ms ease;
    padding: 4.5rem 2rem 2rem 7rem;
    z-index: 0;
}

.dt__infoservices--eight .dt__infoservices-block .dt__infoservices-back::before,
.dt__infoservices--eight .dt__infoservices-block .dt__infoservices-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dt-pri-color);
    opacity: 0.9;
    border-radius: inherit;
    z-index: -1;
}

.dt__infoservices--eight .dt__infoservices-block.active .dt__infoservices-inner,
.dt__infoservices--eight .dt__infoservices-block:hover .dt__infoservices-inner {
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.dt__infoservices--eight .dt__infoservices-block .icon {
    width: 5.2rem;
    height: 5.2rem;
    background-color: var(--dt-whi-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--dt-pri-color);
    margin: 0 0 1.5rem;
}

.dt__infoservices--eight .dt__infoservices-block .title {
    font-size: 2rem;
}

.dt__infoservices--eight .dt__infoservices-block .title a {
    text-decoration: none;
}

.dt__infoservices--eight .dt__infoservices-block .title,
.dt__infoservices--eight .dt__infoservices-block .title a,
.dt__infoservices--eight .dt__infoservices-block .text {    
    color: var(--dt-whi-color);
}

.dt__infoservices--eight .dt__infoservices-block .title a:focus,
.dt__infoservices--eight .dt__infoservices-block .title a:hover {
    color: var(--dt-sec-color);
    text-decoration: underline;
}

.dt__infoservices--eight .dt__infoservices-block .text,
.dt__infoservices--eight .dt__infoservices-block .dt-btn {
    margin-top: 1rem;
}

.dt__infoservices--eight .dt__infoservices-block .dt-btn {
    display: inline-block;
    line-height: 1.2;
    padding: 0.85rem 1.8rem;
}

.dt__infoservices--eight .dt__infoservices-block .dt__infoservices-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    visibility: hidden;
    opacity: 0;
    padding: 3rem 4rem 2rem 2.6rem;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.dt__infoservices--eight .dt__infoservices-block.active .dt__infoservices-back,
.dt__infoservices--eight .dt__infoservices-block:hover .dt__infoservices-back {
    visibility: visible;
    opacity: 1;
    animation-delay: .3s;
    animation-name: fadeInDown;
}




/* Services--four */

.dt__services--four .dt__services-block {
    position: relative;
    text-align: left;
    z-index: 0;
    border: 0.1rem solid rgba(189, 189, 189, 0.3);
    background-color: var(--dt-whi-color);
	border-radius:1rem;
	overflow:hidden;
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--dt-sec-color);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dt__services--four .dt__services-block:hover .dt__services-inner .dt__services-img::before,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .dt__services-img::before {
    opacity: .9;
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dt__services--four .dt__services-block:hover .dt__services-inner .dt__services-img img,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .dt__services-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.dt__infoservices--four .dt__infoservices-block:hover .dt__infoservices-inner .dt__infoservices-icon img,
.dt__infoservices--four .dt__infoservices-block:hover .dt__infoservices-inner .dt__infoservices-icon i,
.dt__infoservices--four .dt__infoservices-block:focus-within .dt__infoservices-inner .dt__infoservices-icon img,
.dt__infoservices--four .dt__infoservices-block:focus-within .dt__infoservices-inner .dt__infoservices-icon i {
    -webkit-animation: dance_hover 1s ease-in-out 1;
    animation: dance_hover 1s ease-in-out 1;
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-icon {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 3.5rem;
    color: var(--dt-pri-color);
    background-color: var(--dt-whi-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
    z-index: 1;
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt__services--four .dt__services-block:hover .dt__services-inner .dt__services-icon,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .dt__services-icon {
    color: var(--dt-whi-color);
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dt-pri-color);
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dt__services--four .dt__services-block:hover .dt__services-inner .dt__services-icon:before,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .dt__services-icon:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-icon img {
    height: 3.5rem;
}

.dt__services--four .dt__services-block .dt__services-inner .dt__services-content {
    flex: 1;
    padding: 5.3rem 3rem 0;
    position: relative;
}

.dt__services--four .dt__services-block .dt__services-inner .title {
    position: relative;
    margin-bottom: 2.2rem;
    padding-bottom: 2.1rem;
}

.dt__services--four .dt__services-block .dt__services-inner .title:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: var(--dt-pri-color);
    -webkit-box-shadow: 29px 0 0 0 var(--dt-pri-color), 39px 0 0 0 var(--dt-pri-color), 20px 0 0 0 var(--dt-pri-color), 49px 0 0 0 var(--dt-pri-color);
    box-shadow: 29px 0 0 0 var(--dt-pri-color), 39px 0 0 0 var(--dt-pri-color), 20px 0 0 0 var(--dt-pri-color), 49px 0 0 0 var(--dt-pri-color);
}

.dt__services--four .dt__services-block .dt__services-inner .readmore {
    position: relative;
    display: block;
    padding: 1.4rem 3rem;
    margin: 0 -3rem;
    color: var(--dt-sec-color);
    font-weight: 500;
    text-decoration: none;
    z-index: 0;
    border-top: 0.1rem solid rgba(189, 189, 189, 0.3);
}

.dt__services--four .dt__services-block:hover .dt__services-inner .readmore,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .readmore {
    color: var(--dt-whi-color);
}

.dt__services--four .dt__services-block .dt__services-inner .readmore:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dt__services--four .dt__services-block:hover .dt__services-inner .readmore:after,
.dt__services--four .dt__services-block:focus-within .dt__services-inner .readmore:after {
    width: 100%;
    left: 0;
    background-color: var(--dt-pri-color);
}

.dt__services--four .dt__services-block .dt__services-inner .readmore i {
    font-size: 1.8rem;
    margin-left: 0.35rem;
}

.dt__services--four .dt__services-block .dt__services-inner .text {
    margin-bottom: 3rem;
}


/* About--Why-Two */

.dt__about--why-two {
    background-color: var(--dt-sec-color);
}

.dt__about--why-two .dt__funfact-block .description,
.dt__about--why-two .dt__siteheading .title,
.dt__about--why-two .dt__siteheading .text {
    color: var(--dt-whi-color);
}

.dt__about--why-two .dt__funfact-block .title {
    font-size: 5rem;
    color: var(--dt-pri-color);
}

.dt__about--why-two .dt__funfact-block .title sup {
    margin-left: 0.8rem;
}

.dt__about--why-two .dt__funfact-block .description {
    font-weight: 500;
    margin-top: 0.8rem;
}


/*.dt__about--why-two .dt__about-content.why-right {
    background: var(--dt-pri-color);
}

.dt__about--why-two .dt__about-content.why-right .subtitle,
.dt__about--why-two .dt__about-content.why-right .dt__funfact-block .title {
    color: var(--dt-whi-color);
}*/

.dt__about-feature-classic .media {
    background-color: rgba(246, 246, 246, 0.2);
}

.dt__about-feature-classic .media .media-icon {
    background-color: var(--dt-sec-color);
}

.dt__about-feature-classic .media .media-content,
.dt__about-feature-classic .media .media-body .media-title {
    color: var(--dt-whi-color);
}

.dt__about-content.why-right .dt__about-funfact .dt__funfact-block {
    position: relative;
    padding-left: 2.3rem;
    z-index: 0;
}

.dt__about-content.why-right .dt__about-funfact .dt__funfact-block:before {
    content: '';
    width: 4px;
    height: 22px;
    background-color: var(--dt-pri-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.dt__about-content.why-right .dt__about-funfact .dt__funfact-block:hover:before {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.dt__about-content.why-right .dt__about-funfact .dt__funfact-block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: rgba(88,88,88,.35);
}

@media (min-width: 36em) {
    .dt__about-content.why-right .dt__about-funfact .dt-row > .dt-col-12:first-child .dt__funfact-block {
        padding-left: 0;
    }

    .dt__about-content.why-right .dt__about-funfact .dt-row > .dt-col-12:first-child .dt__funfact-block:after,
    .dt__about-content.why-right .dt__about-funfact .dt-row > .dt-col-12:first-child .dt__funfact-block:before {
        display: none;
    }
}


/* Posts Two */

.dt__posts--two .dt__post .dt__post-thumb {
    margin-bottom: 3rem;
}

.dt__posts--two .dt__post .dt__post-thumb+.dt__post-outer {
    margin-top: -6.2rem;
}

.dt__posts--two .dt__post .dt__post-outer {
    background-color: var(--dt-whi-color);
    position: relative;
    padding: 2.5rem 2rem 1.5rem;
    -webkit-box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.07);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
}

.dt__posts--list .dt__post .dt__post-top-meta,
.dt__posts--two .dt__post .dt__post-top-meta {
    margin-bottom: 1.2rem;
}

.single-post .dt__post .dt__post-top-meta>ul>li .dt__post-category a,
.dt__posts--list .dt__post .dt__post-top-meta>ul>li .dt__post-category a,
.dt__posts--two .dt__post .dt__post-top-meta>ul>li .dt__post-category a {
    padding-right: 0;
    padding-left: 0.5rem;
    margin-right: 0;
    position: relative;
}

.single-post .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus),
.dt__posts--list .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus),
.dt__posts--two .dt__post .dt__post-top-meta .dt__post-category a:not(:hover,:focus) {
    color: var(--dt-sec-color);
    text-decoration: none;
}

button[type=submit],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.dt-btn,
.button:not(.add_to_cart_button) {
    border-radius: 0.8rem;
}


/* Copyright */

.dt__footer--one .dt__footer-copyright > .dt-container > .dt-row {
    background-color: transparent;
    padding: 2.8rem 0 0;
    border-top: 0.1rem solid rgba(189, 189, 189, 0.2);
}

.wp-block-latest-posts__post-date {
    color: var(--dt-pri-color);
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.wp-block-calendar table caption {
    color: #fff;
    background-color: var(--dt-pri-color);
}

.wc-block-components-product-title a, 
.wc-block-components-product-title a:hover, 
.wc-block-components-product-title a:focus {
    text-decoration: none;
}

.wp-block-quote .wp-block-search {
    padding-bottom: 5px;
}

.wp-block-details summary {
    font-weight: 600;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--dt-sec-color);
}