:root {
    --primary-color: #212121;
    --accent-color: #212121;
    --secondary-color: #9e9e9e;
    --bs-secondary: #9e9e9e;
    --accent-hover: #383838;
    --red-color: #e63946;
    --light-red: #ee767a;
    --yellow-color: #ffb32d;
    --light-yellow: #f8be5e;
    --green-color: #029c54;
    --light-green: #4cbf88;
    --blue: #6b66da;
    --dark: #212529;
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    --bs-border-color-translucent: #e0e0e0;
}

* {
    scrollbar-width: thin; /* Options: auto, thin */
    scrollbar-color: var(--primary-color) #fff; /* Thumb color, Track color */
}
@font-face {
    font-family: "FM Bolyar Pro";
    src: local("FM Bolyar Pro 500"), local("FM-Bolyar-Pro-500"),
        url("/frontend/font/FMBolyarPro-500.woff2") format("woff2"),
        url("/frontend/font/FMBolyarPro-500.woff") format("woff"),
        url("/frontend/font/FMBolyarPro-500.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}
.accent {
    color: var(--accent-color);
}
.red {
    background-color: var(--red-color) !important;
}
.yellow {
    background-color: var(--yellow-color) !important;
}
.green {
    background-color: var(--green-color) !important;
}
.light-red {
    background-color: var(--light-red) !important;
}
.light-yellow {
    background-color: var(--light-yellow) !important;
}
.light-green {
    background-color: var(--light-green) !important;
}
.text-light-red {
    color: var(--light-red) !important;
}
.text-light-yellow {
    color: var(--light-yellow) !important;
}
.text-light-green {
    color: var(--light-green) !important;
}
.text-red {
    color: var(--red-color) !important;
}
.text-green {
    color: var(--green-color) !important;
}
.text-yellow {
    color: var(--yellow-color) !important;
}
.text-blue {
    color: var(--blue) !important;
}
.fa-whatsapp {
    color: #25d366;
}
a {
    text-decoration: none;
    color: var(--accent-color);
}
img {
    max-width: 100%;
    object-fit: cover;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-size: 14px;
    letter-spacing: 2.6px;
    overflow-x: hidden;
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-1 {
    font-family: "FM Bolyar Pro", sans-serif;
}
.w-fit {
    width: fit-content;
}
.aspect5-3 {
    aspect-ratio: 5/3;
}
.fa-facebook-f {
    color: #4267b2;
}
.fa-instagram {
    color: #dd2a7b;
}
.fa-linkedin-in {
    color: #0077b5;
}
.logo {
    width: 130px;
}
.z-11 {
    z-index: 11;
}.z-100 {
    z-index: 100;
}
.aspect-1{
	aspect-ratio:1;
}
/* sidebar css */
.menuBars {
    cursor: pointer;
}
 .menuBars {
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        font-size: 30px;
        position: relative;
        color: var(--primary);
    }
.sideMenu {
    transition-property: transform, opacity, visibility;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.6, 0.07, 1);
    transform: translateY(100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: calc(clamp(80px, 7.5vw, 120px) / 2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    visibility: hidden;
    padding-block: clamp(80px, 7.5vw, 120px);
    padding-inline: clamp(30px, 4vw, 80px);
    background-color: #fff;
    padding-top: calc(clamp(80px, 7.5vw, 120px) 1.5);
    opacity: 0;
    pointer-events: none;
    z-index: 29;
}
.openSideMenu {
    transform: none;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.custom-border-bottom {
    border-bottom: 2px solid var(--accent-color); /* Set your desired width and color */
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: var(--accent-color);
	font-weight:bold;
    background-color: white;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
	font-weight:bold;
    background-color: white;
}
#nav-button__icon-close {
    position: absolute;
    right: 0;
}
#nav-button__icon-open,
#nav-button__icon-close {
    transition-property: transform;
    transition-duration: 0.6s;

    transition-timing-function: cubic-bezier(0.15, 0.6, 0.07, 1);
}
html.nav-opened :is(#nav-button__icon-open, #nav-button__icon-close) {
    transform: rotate(-90deg);
}
html.nav-opened #nav-button__icon-open,
html:not(.nav-opened) #nav-button__icon-close {
    opacity: 0;
}

.navbar-collapse {
    top: 76px;
    padding: 0px 12px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23212121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Floating CTA Button */
.cta-button {
    background-color: var(--accent-color);
    padding: 10px 20px;
    border-radius: 50px;
}
.fixed-cta-button {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    background-color: var(--accent-color);
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 50;
    font-size: 14px;
}

.cta-button:hover {
    background-color: var(--accent-hover);
}

/* From Uiverse.io by MuhammadHasann */
.button {
    --black-700: hsla(0 0% 12% / 1);
    --border_radius: 9999px;
    --transtion: 0.3s ease-in-out;
    --offset: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transform-origin: center;
    padding: 1rem 2rem;
    background-color: transparent;
    border: none;
    border-radius: var(--border_radius);
    transform: scale(calc(1 + (var(--active, 0) * 0.1)));
    transition: transform var(--transtion);
}

.button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;
    background-color: var(--accent-color);

    border-radius: var(--border_radius);
}

.button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    background-image: radial-gradient(
            at 51% 89%,
            var(--accent-color) 0px,
            transparent 50%
        ),
        radial-gradient(at 100% 100%, var(--accent-color) 0px, transparent 50%),
        radial-gradient(at 22% 91%, var(--accent-color) 0px, transparent 50%);
    background-position: top;

    opacity: var(--active, 0);
    border-radius: var(--border_radius);
    transition: opacity var(--transtion);
    z-index: 2;
}

.button:is(:hover, :focus-visible) {
    --active: 1;
}
.button:active {
    transform: scale(1);
}

.button .dots_border {
    --size_border: calc(100% + 5px);

    overflow: hidden;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: var(--size_border);
    height: var(--size_border);
    background-color: transparent;

    border-radius: var(--border_radius);
    z-index: -10;
}

.button .dots_border::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform-origin: left;
    transform: rotate(0deg);
    width: 100%;
    height: 2rem;
    background-color: black;
    mask: linear-gradient(transparent 0%, white 120%);
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.button .sparkle {
    position: relative;
    z-index: 10;

    width: 1.75rem;
}

.button .sparkle .path {
    fill: currentColor;
    stroke: currentColor;

    transform-origin: center;

    color: hsl(0, 0%, 100%);
}

.button:is(:hover, :focus) .sparkle .path {
    animation: path 1.5s linear 0.5s infinite;
}

.button .sparkle .path:nth-child(1) {
    --scale_path_1: 1.2;
}
.button .sparkle .path:nth-child(2) {
    --scale_path_2: 1.2;
}
.button .sparkle .path:nth-child(3) {
    --scale_path_3: 1.2;
}

@keyframes path {
    0%,
    34%,
    71%,
    100% {
        transform: scale(1);
    }
    17% {
        transform: scale(var(--scale_path_1, 1));
    }
    49% {
        transform: scale(var(--scale_path_2, 1));
    }
    83% {
        transform: scale(var(--scale_path_3, 1));
    }
}

.button .text_button {
    position: relative;
    z-index: 10;
    background-image: linear-gradient(
        90deg,
        hsla(0 0% 100% / 1) 0%,
        hsla(0 0% 100% / var(--active, 0)) 120%
    );
    background-clip: text;
    color: white;
}
/* new header */
.navbar-nav {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px var(--accent-color) (242, 97, 103, 0.4);
}

/* button */
.customBtn {
    background-color: #000000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.customBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 1s ease-in-out;
}

.customBtn:hover::before {
    left: 100%;
}

.customBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out;
}

.customBtn:hover::after {
    width: 100%;
}

.customBtn span {
    position: relative;
    z-index: 1;
}

.customBtn:hover {
    color: #ffffff;
    background-color: var(--accent-color);
}
.customBtn2 {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--accent-color);
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.customBtn2:hover {
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--accent-color);
    box-shadow: 0 5px 15px var(--accent-color) (242, 97, 103, 0.4);
    color: #fff;
}

.customBtn2:focus {
    outline: none;
}

.cookieConsent {
    position: fixed;
    right: 10px;
    background-color: white;
    bottom: 10px;
    color: var(--accent-color);
    max-width: 500px;
    font-size: 10px;
    z-index: 1200;
    display: none;
}
.cookieConsent button {
    font-size: 12px;
}
.consentClose {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: var(--accent-color);
    outline: none;
}
@media (min-width: 768px) {
    .customBtn {
        padding: 15px 32px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 200px;
    }
    .navbar-collapse {
        padding: 0px;
        position: static;
    }
    .nav-link {
        padding: 5px !important;
        color: var(--accent-color);
        position: relative;
    }
    .navbar-nav {
        font-weight: 700;
    }
    .nav-item {
        padding: 0 10px;
    }
    .nav-link::before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background-color: var(--accent-color);
        bottom: 0;
        left: 0;
        transition: all 0.3s ease-in;
    }
    .nav-link:hover::before {
        width: 100%;
    }
    .nav-link.active {
        font-weight: 900;
        position: relative;
    }
    .nav-link.active::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--accent-color);
        bottom: 0;
        left: 0;
    }
}
.loader {
  width: 60px;
  margin:auto;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#fff 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}