@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');
 :root {
    --primary: #2d2d2d;
    --secondary: #919191;
    --tertiary: #F9F9F9;
    --light-gray: #f4ede9;
    --gray: #eeeeee;
    --dark: #6d6a67;
    --dark-gray: #777777;
    --white: #ffffff;
    --text-color: #919191;
    --text-dark: #201D1D;
    --rounded: 0.5rem;
    --primary-blue: #2563eb;
    --primary-dark: #1e40af;
    --secondary-purple: #9333ea;
    --success-green: #10b981;
    --danger-red: #ef4444;
    --dark-bg: #111827;
    --light-bg: #f9fafb;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kantumruy Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
}

body {
    background-color: #111;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    /* font-weight: 500; */
}

.btn-primary {
    background: #ffffff;
    color: var(--primary);
    border: 0;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary:hover {
    background: #333;
    color: #ffffff;
}

h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin: 4rem 0 5rem;
}

h2 {
    font-size: 2.5rem;
}

header {
    margin: 3rem 0 7rem;
    width: 100%;
}

.offcanvas {
    background: #1b1b1b;
    color: #ffffff;
    padding: 2rem;
}

#contactForm .form-control {
    background: #1b1b1b;
    border: solid 1px #6d6a67;
    color: #ffffff;
}

.offcanvas-header .btn-close {
    filter: invert(1);
}

.offcanvas .text-muted {
    color: #6d6a67 !important;
}
.logo-container img{
    max-width: 400px;
}


.cf7sr-g-recaptcha{
    transform: scale(0.8);
    transform-origin: 0 0;
}