/*
Theme Name: Digitalparc Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

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.
*/

html,body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Prevent horizontal scrolling */
	font-family: 'Rubik';
}
p:only-child{
    margin-top: 0;
    margin-bottom: 0;
}
p:last-child{
    margin-bottom: 0;
}

:root{
    /* Font Family*/
    --primary-font: 'Rubik';

    /* Spacing */
    --s140: 140px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
}
@media (max-width: 1540px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 40px;
        --s60: 50px;
        --s60special: 40px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1200px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 35px;
        --s60: 40px;
        --s60special: 20px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1024px){
    :root{
        /* Spacing */
        --s140: 100px;
        --s100: 60px;
        --s80: 40px;
        --s50: 25px;
        --s60: 30px;
        --s60special: 10px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
@media (max-width: 767px){
    :root{
        /* Spacing */
        --s140: 70px;
        --s100: 50px;
        --s80: 30px;
        --s50: 20px;
        --s60: 20px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
/* Text Editor headings */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
    margin-top: 0;
    margin-bottom: 0
}
/* End Text Editor headings */

/* Lightbox gallery slideshow header */
.elementor-slideshow__header{
    width: calc(100% - 100px) !important;
}
/* End Lightbox gallery slideshow header */

.main-header{
    transition: 0.3s ease all;
    width: 100% !important;    
}
header.active-sticky .headerDarkLogo img{
    width: 100% !important;
/*     max-width: 80% !important; */
    height: 55px !important;
}
header.active-sticky{
    padding-top: 10px;
    padding-bottom: 10px;
	background-color:white;
/*     background: rgb(0 0 0 / 60%); */
/*     backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
    transition: 0.3s ease all;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
header.active-sticky .headerMenu ul li a {
    color: #333333 !important;
}
header.active-sticky .headerMenu ul li a svg path{
    fill: black;
}
.headerDarkLogo{
	display:none;
}
header.active-sticky .headerDarkLogo{
	display:block;
}
header.active-sticky .headerLightLogo{
	display:none;
}

.elementor-loop-container .type-work:nth-child(odd) .workSingleRow {
    display: flex;
    flex-direction: row-reverse;
}

.elementor-button-icon svg {
    height: auto;
    width: 1.5em !important;
}
.hoverEffect:hover .hoverIcon img{
        scale: 1.2;
}
/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
	.elementor-loop-container .type-work:nth-child(odd) .workSingleRow {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}