* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Family: Aileron */
/* Regular */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Thin (100) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* UltraLight (200) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* UltraLight Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Heavy (800) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Heavy Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-HeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


/* Family: SF Pro Display */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-HeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-UltralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


:root {
    --background-color: #770401;
}
    
body {
    font-family: 'Aileron', sans-serif;
    background-color: var(--background-color);
    background-image: url(../img/bg_cons_layer.png);
    background-repeat: no-repeat;
        background-position-x: center;
            background-size: 100%;
    background-position-y: bottom;
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 14px;
  font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.text-18 {
  font-size: 17.5px;
  font-weight: 300;
}
.color-op-50 {
  color: rgb(255 255 255 / 50%);
}

.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: #ffffff54;
    outline: 0;
    box-shadow: none;
}
::placeholder {
  color: rgb(255 255 255 / 40%) !important
}

.btn-primary {
    color: #ffffff;
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, 0.0); 
    border-radius: 8px;
    letter-spacing: 1.3px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-primary:hover {
  background: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, 0.0); 
}

.btn-secondary { 
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
}

.small, small {
    font-size: 12px;
    font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

 


header {
    height: 70px;
    align-content: center;
    box-shadow: 0px 4px 28px 5px rgb(255 255 255 / 3%);
    backdrop-filter: blur(24px);
    background: hsl(120deg 86% 3% / 12%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
main {
    margin-top: 70px;
    padding-top: 50px;
    min-height: calc(100vh - 70px);
}
.hero-banner {
    margin-top: 140px;
}
.header-logo,
.header-icons {
    flex: 1; 
}
.header-logo-centered {
    text-align: center; 
    flex: 0;            
}
.header-icons {
    display: flex;
    justify-content: flex-end; 
    gap: 22px;
    align-items: center;
}

.main-heading {
    font-size: 20px;
    letter-spacing: 1.4px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(102 102 102 / 30%);
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.hero-heading {
  width: 80%;
}

.our-services .card_title {
  margin-top: 20px;  
} 


footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 100px;
  font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
footer .container> .row {
    padding-top: 55px;
    padding-bottom: 80px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.quick-links li a {
    letter-spacing: 2.2px;
    font-weight: 200;
}
.copyright {
    padding: 15px 20px 20px;
}
.copyright p {
    font-size: 12px;
    color: rgb(255 255 255 / 50%);
}

.copyright .quick-links li a {
    font-size: 12px;
    font-weight: 300;
    color: rgb(255 255 255 / 60%);
}




header .dropdown-toggle {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: relative;
    z-index: 101;
}
header .hamburger {
    width: 100%;
    height: 2px;
    /* background: #fff; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header .hamburger::before, header .hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    transition: transform 0.3s ease;
}

header .hamburger::before { top: -6px; }
header .hamburger::after { top: 6px; }

header .dropdown-toggle.show .hamburger {
    background: transparent;
}
header .dropdown-toggle.show .hamburger::before {
    transform: translateY(6px) rotate(45deg);
}
header .dropdown-toggle.show .hamburger::after {
    transform: translateY(-6px) rotate(-45deg);
}
header .dropdown-toggle::after {
  display: none;
}


.sv-row li {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
.sv-row li h2 {
  margin-bottom: 20px;
}
.sv-row li .sv-img {
  width: 100%;
}
.sv-row li .sv-img img {
    width: 100%;
}

