/*
	Main CSS THEME
*/

@import 'reset.css';
@import './general/variables.css';
@import './general/font-sizes.css';
@import './general/font-color.css';
@import './general/font-general.css';
@import './general/containers.css';
@import './general/spacing.css';
@import './general/general.css';
@import './general/grid.css';

@import './components/menu.css';

@import './Headers/header-components/MainBar/mainbar_01.css';

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

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



/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
------------------------------------------ Scrollbar --------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/ 
     body {
        overflow-y: overlay;
     }
    ::-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);
    }
    .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;
    }
    
    /* Divider Color
    -----------------------------------------*/
        .divider {
            background-color: var(--color-main);
        }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Theme Background Colors -------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .theme-b-main {
        background-color: var(--color-main);
    }
    .theme-b-main- {
        background-color: var(--color-main-);
    }

    .theme-b-brown {
        background-color: var(--color-brown);
    }
    .theme-b-brown-light {
        background-color: var(--color-brown-light);
    }
    .theme-b-brown-dark {
        background-color: var(--color-brown-dark);
    }
    .theme-b-brown-black {
        background-color: var(--color-brown-black);
    }

    .theme-b-beige {
        background-color: var(--color-beige);
    }
    .theme-b-beige-light {
        background-color: var(--color-beige-light);
    }
    .theme-b-beige-dark {
        background-color: var(--color-beige-dark);
    }

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

	/* Apply on es: <div class="three-col-grid img-size_01"> */
	.img-size_full img {
		height: 100vh;
	}
	.img-size_full_01 img {
		height: 120vh;
	}
	.img-size_00 img {
	    height: 21.875vw;
	    min-height: 300px;
	}
	.img-size_01 img {
		height: 30.208vw;
		min-height: 420px;
	}
	.img-size_02 img {
		height: 37.5vw;
		min-height: 560px;
	}
    .img-size_03 img {
        height: 43.75vw;
        min-height: 680px;
    }

/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Box Height Classes ------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/

    /* Apply on es: <div class="three-col-grid box-size_01"> */
        .box-size_00 .col-content {
            height: 14.583vw; /*280*/
            min-height: 220px;
        }
        .box-size_01 .col-content {
            height: 16.667vw;
            min-height: 280px;
        }
        .box-size_02 .col-content {
            height: 25vw;
            min-height: 380px;
        }
        .box-size_03 .col-content {
            height: 29.167vw;
            min-height: 460px;
        }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- News Boxes Classes ------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .col-content-info {
        margin-bottom: .6em;
    }


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------- 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;
        z-index: 10 !important;
    }
    #header-content {
        z-index: 1;
    }

    /* Breadcumbs
    ----------------------------------------------------------------*/
        .breadcrumbs .breadcrumbs-divider {
            margin: 0 .729vw
        }
        .breadcrumbs>*:first-child {
            margin-left: 0
        }
        .breadcrumbs>*:last-child {
            margin-right: 0
        }
        .breadcrumbs a {
            font-family: var(--sbd-font);
        }
        #breadcrumbs .current-item {
            font-family: var(--rg-font);
        }
        #breadcrumbs a:hover {
            text-decoration: underline;
            text-underline-offset: 2px;
        }        
        #breadcrumbs {
            position: relative;
            z-index: 2;
        }

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


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


/* ----------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
----------------------------------- Bordered Img ----------------------------------------
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------*/
    .b-img .col-container {
        border: 0.52vw solid var(--color-white); /* 10 */
        border-radius: 2.6vw; /* 10 */
    }
    .b-img img {
        border-radius: 2.08vw; /* 10 */
    }


/* 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: var(--color-beige-light);
        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:hover,
    .page-numbers.current {
        background-color: var(--color-main);
        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.646vw;
        width: 3.646vw;
        min-height: 70px;
        min-width: 70px;
        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: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.7;
        z-index: 3;
        pointer-events: none;
        filter: invert(1);
    }

/* Tabs With filter
------------------------------------------------------------------------------*/
    /* Buttons */
        .handler-filters-buttons {
            display: flex;
            flex-flow: wrap;
            justify-content: center;
            gap: 1.98vw; /* 38 */
        }
        .handler-filters-buttons .filter-button{
            text-transform: unset;
            margin-top: 0;
        }
        .handler-filters-buttons .filter-button.is-active {
            background: #415A3B;
            color: #FFF;
        }

    /* Tab */
        .filter-tab-conn {
            display: none !important;
        }
        .filter-tab-conn.is-active {
            display: grid !important;
            grid-gap: 11.125vw;
        }