/*
	Main CSS THEME
*/

@import "./general/variables.css";
@import "./general/font-color.css";
@import "./general/font-general.css";
@import "./general/font-sizes.css";

@import "./general/containers.css";

@import "./general/spacing.css";
@import "./general/general.css";
@import "./general/grid.css";

@import "./general/buttons.css";
@import "./general/cf7.css";

@import "./Headers/Menu/menu.css";

@import "./general/effects.css";

@import "./components/popup.css";

@import "./Headers/header-components/MegaMenu/mega-menu.css";

@import "./Headers/mobile-menu/mob-menu_handle.css";



/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------------ Scrollbar --------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/ 
     body {
        overflow-y: overlay;
     }
    *:focus {
        outline: unset !important;
    }
    .sr-only,
    .screen-reader-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }

    /*::-webkit-scrollbar-track
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
    }
    ::-webkit-scrollbar
    {
        width: 11px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
    }
    ::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: rgba(0, 0, 0, 0.3);
    }*/

    /* Divider Color
    -----------------------------------------*/
        .divider {
            background-color: var(--color-main);
        }
        .divider-light {
            background-color: var(--color_5);
        }        
        .divider-light-- {
            background-color: var(--color_5--);
        }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Theme Background Colors -------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .theme-b-main {
        background-color: var(--color-main);
    }
    .theme-b-main- {
        background-color: var(--color-main-);
    }
    .theme-b-main-- {
        background-color: var(--color-main--);
    }
    .theme-b-main--- {
        background-color: var(--color-main---);
    }
    .theme-b-1 {
        background-color: var(--color_1);
    }
    .theme-b-1- {
        background-color: var(--color_1-);
    }
    .theme-b-1-- {
        background-color: var(--color_1--);
    }
    .theme-b-2 {
        background-color: var(--color_2);
    }
    .theme-b-2- {
        background-color: var(--color_2-);
    }
    .theme-b-2-- {
        background-color: var(--color_2--);
    }
    .theme-b-3 {
        background-color: var(--color_3);
    }
    .theme-b-3- {
        background-color: var(--color_3-);
    }
    .theme-b-3-- {
        background-color: var(--color_3--);
    }
    .theme-grad {
        background: rgb(52, 52, 52);
        background: linear-gradient(180deg, rgb(255 87 87) 00%, rgba(179, 20, 38, 1) 100%);
    }
    
/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Img Height Classes ------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/

	.box-size_full {
		height: 100vh;
	}
	.box-size_full_01 {
		height: 120vh;
	}
	.box-size_00 { /* 350 */
	    height: 18.23vw;
	    /* min-height: 300px; */
	}
	.box-size_01 { /* 450 */
		height: 23.44vw;
		min-height: 300px;
	}
	.box-size_02 {
		height: 25vw; /* 480 */
		/*min-height: 560px;*/
	}
    .box-size_03 { /* 760 */
        height: 39.58vw;
        /*min-height: 680px;*/
    }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- News Boxes Classes ------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .col-content-info {
        margin-bottom: .5em;
        gap: 1vw;
    }
    .col-content-excerpt p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------- Title + btn / link structure -----------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .stripe-content.align-c .link-arrow, .stripe-content.align-c .btn {
        min-width: max-content;
    }
    .stripe-title.flex-grow {
        margin-right: 2em;
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Default Header Rules ----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    header {
        position: relative;
    }
    #header-content {
        z-index: 1;
    }

    /* Breadcumbs
    ----------------------------------------------------------------*/
        .breadcrumbs .breadcrumbs-divider {
            margin: 0 0.68vw; /*0 13*/
            font-family: var(--rg-font);
            color: var(--color_5-);
        }
        .breadcrumbs>*:first-child {
            margin-left: 0
        }
        .breadcrumbs>*:last-child {
            margin-right: 0
        }
        .breadcrumbs a {
            color: var(--color-white);
            text-decoration: unset;
        }
        .breadcrumbs a,
        .breadcrumbs a > span {
            font-family: var(--md-font);
        }
        #breadcrumbs .current-item {
            font-family: var(--rg-font);
            color: var(--color_5-);
        }   
        #breadcrumbs {
            position: relative;
            z-index: 2;
        }

        #breadcrumbs a:hover,
        #breadcrumbs a:hover * {
            color: var(--color_5);
        }

    /* Slider timed dots
    --------------------------------------------*/
        @-webkit-keyframes bulletGrow {
            0% { 
                transform: translateX(-100%);
            }
            100% { 
                transform: translateX(0);
            }
        }
        @keyframes bulletGrow {
            0% { 
                transform: translateX(-100%);
            }
            100% { 
                transform: translateX(0%);
            }
        }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------- Swiper Slider General -------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .swiper-container {
        position: relative;
        overflow: hidden;
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------ Stripe with Bg img -----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
.stripe-with-bg-img {
    position: relative;
}
.stripe-with-bg-img .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.stripe-with-bg-img .stripe-content {
    position: relative;
    z-index: 1;
}

/* Pagination
--------------------------------------------------------------------------------------------------------------*/
    #pagination {
        width: 100%;
    }
    .prev.page-numbers, 
    .next.page-numbers {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translatey(-50%);
        padding: 0;
        display: flex;
        align-items: center;
    }
    .prev.page-numbers {
        left: 0;
    }
    .next.page-numbers {
        right: 0;
    }
    .nav-links {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.52vw; /* 10 */
    }
    .page-numbers {
        background-color: rgb(56 61 73 / 72%);
        border-radius: 100%;
        width: 2.08vw; /* 40 */
        height: 2.08vw; /* 40 */
        min-width: 35px;
        min-height: 35px;
        margin-bottom: 0;
        line-height: 1;
        text-decoration: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transition-property: background-color, color;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
    a.page-numbers {
        color: var(--color-main-text);
    }
    a.page-numbers:hover {
        color: var(--color-white);
    }
    .page-numbers.current {
        background-color: var(--color_1);
        color: var(--color-white);
    }
    .prev.page-numbers,
    .next.page-numbers {
        display: none;
    }


/* Video Elements
------------------------------------------------------------------------------*/
    .media-container.with-video {
        position: relative;
    }
    .media-container.with-video .video-container iframe {
        width: 100%;
        height: 100%;
    }
    .media-container.with-video .video-container {
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .media-container.with-video .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        cursor: pointer;
    }
    .media-container.with-video .video-placeholder:before {
        content: '';
        display: block;
        height: 3.13vw; /*60*/
        width: 3.13vw; 
        min-height: 50px;
        min-width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('data:image/svg+xml,<svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="96 64 320 384"><path d="M405.2,232.9L126.8,67.2c-3.4-2-6.9-3.2-10.9-3.2c-10.9,0-19.8,9-19.8,20H96v344h0.1c0,11,8.9,20,19.8,20 c4.1,0,7.5-1.4,11.2-3.4l278.1-165.5c6.6-5.5,10.8-13.8,10.8-23.1C416,246.7,411.8,238.5,405.2,232.9z"></path></svg>');
        background-size: 30%;
        background-position: 52% center;
        background-repeat: no-repeat;
        opacity: 0.7;
        z-index: 3;
        pointer-events: none;
        background-color: #fff;
        border-radius: 100%;
        transition: opacity 0.3s ease-in-out;
    }
    .media-container.with-video .video-placeholder:hover:before {
        opacity: 1;
    }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------- Svg Arrow Inside a Box ------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .arrow-btn svg {
        width: 2.083vw;
        height: 2.083vw;
        display: block;
    }
    .arrow-btn.abs-p {
        right: 1.042vw;
        bottom: 1.042vw;
        -webkit-transition: all .175s cubic-bezier(0.47, -2.05, 0.53, 2.4);
        transition: all .175s cubic-bezier(0.47, -2.05, 0.53, 2.4);
    }
    .arrow-btn svg {
        fill: var(--color-main);
    }
    .arrow-btn.white svg {
        fill: var(--color-white);
    }
    .col-container-inner:hover .arrow-btn {
        right: 0.833vw;
    }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
--------------------------------------- How We Work Stripe --------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    #how-we-work h3 {
        margin-bottom: 20px; /* 20 */
        padding-bottom: 20px; /* 20 */
        border-bottom: 1px solid var(--color_5-);
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------------ Intro Stripe -----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .home #about .stripe-text-container,
    #intro-stripe .stripe-text-container {
        padding-left: 3.13vw; /* 60 */
        padding-right: 3.13vw; /* 60 */
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------------- Contact Stripe ----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
#contact-stripe .stripe-container-inner {
    padding: 3.13vw; /* 60 */
    background-color: #262a33d6;
    backdrop-filter: blur(7px);
}

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------------ yOUR PROJECT -----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    #your-project .open-popup:hover h2 {
        color: var(--color_1) !important;
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
--------------------------------------- Floating Buttons ----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .floating-buttons {
        display: flex;
        gap: 0.36vw; /* 7 */

        padding-bottom: 2.08vw; /* 40 */
        z-index: 10;        
    }
    .floating-buttons > * {
        font-family: var(--sbd-font);
        font-size: 0.68vw; /* 13 */
        line-height: 1 !important;
        color: rgb(38 42 51 / 72%);
        color: var(--color-main);

        padding: 0.31vw 0.89vw 0.31vw 0.31vw; /* 6 17 6 6 */
        background-color: rgb(248 250 252 / 72% ) !important;
        border-radius: 0.78vw; /* 15 */
        backdrop-filter: blur(7px);
        box-shadow: 0px 0px 6px 0px #262a332e;
        
        margin-top: 0;
        border: unset !important;
        text-decoration: unset !important;
        transition-property: background-color, color;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
    .floating-buttons > *:hover {
        color: var(--color-main);
        background-color: rgb(248 250 252 / 100% ) !important;
    }    
    .floating-buttons .icon-button {
        width: 1.46vw; /* 28 */
        height: 1.46vw; /* 28 */
        border-radius: 100%;
        margin-right: 0.36vw; /* 7 */
    }
    .floating-buttons .icon-button svg {
        height: 0.42vw; /* 8 */
    }    
    .floating-buttons .floating-button-jobs .icon-button  {
        background-color: var(--color_1);
    }       
    .floating-buttons .floating-button-project .icon-button  {
        background-color: var(--color_4);
    }   


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------- PHOTO SWIPE BUTTONS --------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
.pswp__button {
    width: 50px !important;
}
.pswp--has_mouse .pswp__button--arrow {
    top: 50% !important;
    width: 74px !important;
    border-radius: unset !important;
}