:root {
    --primarycolor: #d72924;
    --secondarycolor: #d72924;
    --gradientprimary: #d72924;
    --gradientsecondary: #d72924;
    --white: white;
}
header {
    background-color: var(--primarycolor);
}
/* Mobile Devices (up to 767 pixels) */
@media screen and (max-width: 767px) {
    /* Add your styles for mobile devices here */
    header {
        background-color: var(--white);
    }
    .padding-unset {
        padding: 0;
    }
    .p-t0 {
        padding-top: 0 !important;
    }
    .sm-hide {
        display: none;
    }
    .footer-bottom .row {
        flex-direction: column-reverse;
    }
    .flex-direction-reverse {
        flex-direction: column-reverse;
    }
    .top-ads {
        margin-top: 1em;
    }
    .img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white);
		opacity: 0.1;
        z-index: 1; /* Make sure the overlay is above the image */
        pointer-events: none; /* Allow clicking through the overlay */
    }
}
/* ====================== MOBILE SIDEBAR ================================== */

::-moz-selection {
    background: #f35b3f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #f35b3f;
    color: #fff;
    text-shadow: none;
}
/***** Sidebar *****/

.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #fff;
    color: black;
    transition: all 1500ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

.sidebar.active {
    left: 0;
    transition: all 1500ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    color: var(--primarycolor);
    /* top: 10px; */
    right: 10px;
    transition: all 0.3s;
    /* background: var(--primarycolor); */
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

/* .dismiss:hover,
.dismiss:focus {
    background: var(--primarycolor);
    color: #fff;
} */

.sidebar .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 
.sidebar .logo a {
    display: inline-block;
    width: 172px;
    height: 34px;
    background: url(../img/logo.png) left top no-repeat;
    border: 0;
    text-indent: -999999px;
} */

.sidebar ul.menu-elements {
    padding: 10px 0;
    /* border-bottom: 1px solid var(--primarycolor); */
    transition: all 0.3s;
}
.sidebar ul li {
    width: 100%;
}
.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    /* color: #fff; */
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
    outline: 0;
    background: var(--primarycolor);
    color: #fff;
    width: 100%;
}

.sidebar ul li a i {
    margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
    background: var(--primarycolor);
    color: #fff;
    width: 100%;
}

.sidebar ul ul a {
    background: var(--primarycolor);
    padding-left: 30px;
    font-size: 14px;
}

.sidebar ul ul li.active > a {
    background: var(--primarycolor);
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar .to-top {
    padding: 20px;
    text-align: center;
}

.sidebar .dark-light-buttons {
    padding: 10px 20px 30px 20px;
    text-align: center;
}

/* sidebar light */

.sidebar.light {
    background: #fff;
    color: #888;
}
.mobile-menu.active {
    background: #000000ad;
    height: 110vh;
    position: fixed;
    top: 0;
    opacity: 1;
    left: 0;
    transition: all 1500ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
}
.mobile-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0);
    transition: all 1s ease;
    visibility: visible;
    transition: all 1500ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
}

.sidebar.light .dismiss {
    background: #ddd;
    color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light .logo {
    border-color: #eee;
}
.sidebar.light .logo a {
    background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
    border-color: #eee;
}

.sidebar.light ul li a {
    color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light ul li.active > a,
.sidebar.light a[aria-expanded="true"] {
    background: #ddd;
    color: #888;
}

.sidebar.light ul ul a {
    background: #ddd;
}

.sidebar.light ul ul li.active > a {
    background: #ccc;
}

.sidebar.light a.btn-customized-3 {
    background: #ddd;
    color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(
        .disabled
    ):active:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
    background: var(--primarycolor);
}
.sidebar.light a.btn-customized-4.btn-customized-light {
    background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
        .disabled
    ):active,
.sidebar.light
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(
        .disabled
    ):active:focus {
    background: #ccc;
    color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
        .disabled
    ):active,
.sidebar.light
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(
        .disabled
    ):active:focus {
    background: #ccc;
    color: #fff;
}

.menu-icon i {
    font-size: 40px;
}
/* .right-nav.search-block ul {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid;
    height: 54px;
} */
