* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif
}
html {
    overflow-x: hidden
}
body {
    overflow-x: hidden;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important
}
a {
    text-decoration: none
}
li {
    list-style-type: none
}
/* Applying font-display: swap to custom font imports */
@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Work Sans';
    src: url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500&display=swap');
    font-display: swap;
  }
  
  /* Root variables for fonts */
  /* optimized fonts */
  :root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: Roboto, sans-serif;
    --font-secondary: "Work Sans", sans-serif;
  }
  
  /* Usage of fonts */
  body {
    font-family: var(--font-default);
  }
  
  h1, h2, h3, h4 {
    font-family: var(--font-primary);
  }
  
  p {
    font-family: var(--font-secondary);
  }
  /* optimized fonts */
  
:root {
    --color-default: #364d59;
    --color-primary: #feb900;
    --color-secondary: #52565e
}
:root {
    scroll-behavior: smooth
}
body {
    color: #444;
    font-family: Open Sans, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #000
}
a {
    color: #ffc451;
    text-decoration: none
}
a:hover {
    color: #ffd584;
    text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif
}
ul {
    list-style-type: none
}
.home-btn-nav {
    z-index: 100000;
    position: relative
}
#top-bar {}
#header {
    display: flex;
    justify-content: space-between;
    align-items: center
}
@media (min-width: 997px) {
    #top-bar {
        background-color: #000
    }
}
@media (max-width: 996px) {
    #header {
        background-color: #000;
        height: 6%
    }
}
#header.header-scrolled, #header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8)
}
#header .logo a {
    color: #fff;
    white-space: nowrap;
    margin: 0;
    transition: font-size .3s ease
}
#header .logo a span {
    color: #16d0fa
}
#header .logo a:hover {
    color: #16d0fa;
    transition: .3s
}
.hero-home-first-p {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 5px
}
@media (max-width: 800px) {
    .home-hero-1-big-txt {
        font-size: 1.8em
    }
}
@media (min-width: 801px) {
    .home-hero-1-big-txt {
        font-size: 3.2em
    }
}
.last-text-hero-home {
    font-weight: 600;
    font-size: 17px
}
.cta-hero-home {
    margin-bottom: 50px
}
.hero-number {
    padding: 10px;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 5px 5px 10px;
    border: rgba(0, 0, 0, 0.1) 2px solid;
    font-size: 1.2em;
    margin-right: 25px;
    background: linear-gradient(90deg, #000 0, #222 100%)
}
.hero-number:hover {
    color: #00d0ff
}
.hero-contact-btn {
    padding: 10px;
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 5px 5px 10px;
    font-size: 1.2em;
    margin-right: 25px;
    background: linear-gradient(90deg, #000 0, #222 100%);
    border: rgba(0, 0, 0, 0.1) 2px solid
}
.hero-contact-btn:hover {
    color: #00d0ff
}
#top-bar {}
#header {}
#header.header-scrolled, #header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8)
}
#header .logo a {
    color: #fff
}
#header .logo a span {
    color: #ffc451
}
#header .logo a:hover {
    color: #ffc451
}
@media (min-width: 1024px) {
    .navbar-menu-mobile {
        display: none
    }
}
@media (max-width: 1024px) {
    .navbar-menu-mobile {
        display: block !important
    }
}
#header p {
    white-space: nowrap;
    font-size: 2em
}
@media (max-width: 770px) {
    #header p {
        font-size: .9em;
        white-space: nowrap;
        bottom: -7px;
        position: relative;
        font-weight: 700
    }
    #header {}
}
@media (min-width: 770px) {
    #header p {
        font-size: 2em;
        white-space: nowrap;
        font-weight: 700
    }
}
@media (max-width: 1024px) {
    .desktop-quote {
        display: none
    }
}
@media (min-width: 1024px) {
    .mobile-quote {
        display: none
    }
}
@media (max-width: 1024px) {
    .mobile-quote {
        margin-left: -25px;
        display: inline-block;
        position: relative;
        margin-top: 22px
    }
}
@media (max-width: 992px) {
    .get-started-btn, .hamburger-menu {
        padding: 7px 20px 8px;
        margin-right: 20px;
        font-size: .9em;
        bottom: 6px;
        flex-shrink: 0
    }
}
@media (max-width: 769px) {
    #navigation #navbar-menu {
        top: 3.1em
    }
}
@media (min-width: 900px) {
    #heroabc .heroabcrow {
        margin-left: 8%;
        margin-right: 10%
    }
}
@media only screen and (min-width: 0em) {
    #heroabc {
        font-size: inherit;
        padding-bottom: 8.5em;
        position: absolute;
        /* position: relative; */
        z-index: 1;
        height: 100vh;
        contain: layout;
    }
    /* #heroabc:before {
        background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.6) 100%);
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -10
    } */
    #heroabc:before {
        content: '';
        position: absolute;
        /* position: relative; */
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: .7;
        top: 0;
        left: 0;
        z-index: -10
    }
    #heroabc picture {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -11
    }
    #heroabc picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover
    }
    #heroabc .hero-content {
        width: 96%;
        margin: auto;
        position: relative;
        z-index: 10;
        text-align: center
    }
    #heroabc .hero-content {
        padding: 0
    }
    #heroabc .heroText {
        width: 100%;
        margin: auto
    }
    #heroabc .button-solid {
        margin: auto;
        display: inline-block;
        width: auto
    }
    #heroabc .call-now {
        height: 2.94444444em;
        width: 9.11111111em;
        font-size: .9em;
        display: inline-block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        margin: 0
    }
    #heroabc .call-now img {
        display: inline-block;
        width: 1.16666667em;
        height: 1.16666667em
    }
    #heroabc .call-now span {
        display: block
    }
    #heroabc .call-now .text {
        font-size: .6em;
        line-height: 1.16666667;
        text-transform: uppercase;
        margin-bottom: .5em
    }
    #heroabc .call-now .number {
        font-weight: 700;
        line-height: 1.16666667;
        font-size: 1em
    }
    #heroabc .business-casual {
        display: none
    }
}
@media only screen and (min-width: 48em) {
    #heroabc {
        z-index: 1;
        overflow: hidden
    }
    #heroabc .hero-content {
        display: flex;
        justify-content: space-between;
        position: relative
    }
    #heroabc .business-casual {
        display: block;
        width: 17.5em;
        position: absolute;
        right: 0;
        top: -3.5em
    }
}
#heroabc {
    background: url(assets/img/Windows/Home-pg/bg-1.webp);
    /* background-size: cover; */
    background-position: center
}
@media (min-width: 1024px) {
    #heroabc {
        background-attachment: fixed
    }
}
#heroabc {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    color: #fff
}
.get-a-quote {
    background: #ffc451;
    padding: 20px 40px;
    border-radius: 5px;
    color: #251b1b;
    font-weight: 700;
    display: block;
    max-width: 400px;
    margin: 0 auto
}
.get-a-quote:hover {
    color: #000;
    background-color: #fff;
    transition: .5s
}
@media (min-width: 770px) {
    #sale {
        background-color: #000;
        font-size: 3rem;
        bottom: 50px;
        position: relative;
        width: 60%;
        left: 20%
    }
}
.onee-start {
    z-index: 750;
    opacity: 1;
    position: absolute;
    margin-top: -500px;
    height: 500px;
    background-color: #fff !important;
    clip-path: polygon(56% 84%, 0% 100%, 100% 100%);
    width: 100%;
    padding-top: 501px
}
.some-services-logo {
    box-shadow: rgba(149, 157, 165, 0.4) 0 0 24px;
    position: relative;
    margin: 0 auto
}
.some-services-logo img {
    box-shadow: rgba(149, 157, 165, 1) 11px 10px 10px;
    position: relative;
    margin: 0 auto
}
@media (max-width: 900px) {
    .some-services-logo img {
        margin-bottom: 80px
    }
}
.top-section {
    margin-top: 80px
}
@media (max-width: 900px) {
    .top-section {
        margin-top: 0;
        margin-bottom: -100px
    }
}
.top-section h3 {}
.top-sub-h3 {}
.top-section p {
    padding-top: 20px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 34px;
    color: #000
}
.white-section-div {
    background: linear-gradient(190deg, #fff 0, #fff 100%)
}
.white-one-h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000;
    text-shadow: 2px 0 #000;
    letter-spacing: 3px;
    font-weight: bolder
}
.white-first-p {
    font-size: 1.4em;
    letter-spacing: 5px;
    font-weight: bolder !important;
    font-style: italic
}
.white-one-span {
    border-bottom: 2px solid #000;
    color: var(--e-global-color-66bd7d4);
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600
}
.two-row-white {
    display: inline-block;
    position: relative
}
.white-one-p {
    margin: 20px 0 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-66bd7d4);
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    border-left: 6px solid #00a7d1
}
#white-one-service {
    margin-top: 9rem;
    color: #3a074e;
    display: inline-block !important;
    position: relative
}
.white-one-p-services {
    font-size: 36px;
    color: var(--e-global-color-66bd7d4);
    font-family: "Poppins", Sans-serif;
    padding: 0;
    line-height: 1;
    font-weight: bolder
}
.white-one-p-span-services {
    border-bottom: 2px solid #000
}
.third-container-white {
    margin-top: 3rem
}
.third-container-white-2nd-div {
    background-color: gray;
    border-radius: 15px;
    padding: 1px;
    width: 50px;
    margin: auto
}
.third-container-white-3nd-div {
    margin-top: 3rem
}
.sub-header-h2 h2 {
    font-size: 1.5em;
    margin-top: 40px
}
.sub-header-h2 span {
    border-bottom: 4px solid red
}
.hero-2-p {
    display: inline-block;
    width: 100% !important;
    background-color: #000;
    box-shadow: 6px 9px 8px -1px #fcfcfc;
    border-radius: 25px;
    color: #fcfcfc;
    font-weight:
}
.process-step-first-div {
    border: 1px solid #000
}
.process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #000
}
.process-step h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 10px
}
.process-step p {
    margin: 0;
    width: 100%;
    text-align: left
}
.arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px
}
#six-cards {
    animation: flicker-one 2s infinite
}
.section-heading {
    margin: auto;
    margin-bottom: 25px;
    font-weight: bolder;
    font-size: 2.2em;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 25px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.9) 0 8px 24px;
    text-shadow: #0cf 4px 4px 1px;
    border: 2px solid rgba(255, 196, 81, 1)
}
.section-bottom span {
    color: #fff;
    font-size: 1.3em;
    text-shadow: #0cf 4px 4px 1px
}
.section-bottom {
    width: 100%;
    display: grid;
    place-items: center;
    margin-top: -150px
}
.row-bottom {
    display: flex;
    flex-wrap: wrap
}
.column-bottom {
    width: 100%;
    padding: 0 1em 1em;
    text-align: center
}
.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#000 50%, #2c7bfe 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: .5s
}
#icon-bottom {
    border: 3px solid rgba(255, 196, 81, 1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1)
}
.bottom-h3 {
    font-size: 20px;
    font-weight: 600;
    color: #e0dcff;
    margin: 1em 0
}
.bottom-p {
    color: #afb5f0;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .03em
}
.icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: .5s
}
.card:hover {
    background-position: 0 100%
}
.card:hover .icon-wrapper {
    background-color: #fff;
    color: #2c7bfe
}
.card:hover h3 {
    color: #fff
}
.card:hover p {
    color: #f0f0f0
}
@media screen and (min-width: 768px) {
    section {
        padding: 0 2em
    }
    .column-bottom {
        flex: 0 50%;
        max-width: 50%
    }
}
@media screen and (min-width: 992px) {
    section {
        padding: 1em 3em
    }
    .column-bottom {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}
.neon-box {
    width: 200px;
    height: 100px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
    border: 2px solid #00f;
    box-shadow: 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 20px #43b7ff, 0 0 20px #43b7ff, 0 0 30px #43b7ff, 0 0 10px #43b7ff;
    animation: flicker 3s infinite
}
@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        box-shadow: 0 0 1px #43b7ff, 0 0 2px #43b7ff, 0 0 5px #43b7ff, 0 0 7px #43b7ff, 0 0 4px #43b7ff, 0 0 4px #43b7ff, 0 0 3px #43b7ff
    }
    20%, 24%, 55% {
        box-shadow: none
    }
}
.section-hand-coded {
    padding: 80px 0;
    background: linear-gradient(to right, #f0f0f0, #ddd);
    text-align: center
}
.section-title {
    font-size: 3em;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}
.section-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.col-md-4 {
    flex: 0 0 30%;
    margin-bottom: 30px
}
.feature-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow .3s
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2)
}
.feature-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase
}
.feature-description {
    font-size: 1.1em;
    color: #666;
    line-height: 1.8
}
@media (max-width: 1200px) {
    .col-md-4 {
        flex: 0 0 45%
    }
}
@media (max-width: 768px) {
    .section-title {
        font-size: 2.5em
    }
    .section-description {
        font-size: 1em
    }
    .feature-title {
        font-size: 1.8em
    }
    .feature-description {
        font-size: 1em
    }
    .footer-col-code {
        flex: 1 1 90%;
        margin-bottom: 40px
    }
}
.section-title-contact h2 {
    position: relative;
    font-size: 2.7rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 2.5rem
}
.section-title-contact h2::after {
    content: attr(data-text);
    position: absolute;
    bottom: -180%;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.2);
    transform: rotateX(130deg) scaleY(2);
    transform-origin: top center;
    z-index: -1;
    transform: rotateY();
    filter: blur(3px);
    perspective: 1000px
}
.section-title-contact p {
    font-size: 1.1em
}
.container-box {}
.service-wrapper-box {}
.service-wrapper-box-h1 {
    font-size: 5em;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: transparent;
    letter-spacing: 4px;
    background: linear-gradient(8deg, rgba(8, 52, 83, 1) 0%, rgba(0, 221, 246, 1) 41%, rgba(41, 17, 45, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    white-space: nowrap
}
.gradient-text {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #43b7ff, #00ddf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px transparent
}
.service-wrapper-box-h1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    height: 8px;
    width: 80%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.04)
}
.service-wrapper-box h1 span {
    position: absolute;
    top: 100%;
    left: 10%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #72e2ae;
    animation: anim 5s linear infinite
}
@keyframes anim {
    95% {
        opacity: 1
    }
    100% {
        opacity: 0;
        left: 88%
    }
}
.services-box {
    margin-top: 80px;
    perspective: 1000px
}
#child-box-1 {
    transform: rotateY(25deg);
    transition: transform .5s;
    transform-origin: right center
}
#child-box-3 {
    transform: rotateY(-25deg);
    transition: transform .5s;
    transform-origin: left center
}
#child-box-3:hover {
    transform: rotateY(0deg);
    transform: rotate(-5deg)
}
#child-box-1:hover {
    transform: rotateY(0deg);
    transform: rotate(5deg)
}
.cards-box {
    background-color: #1c2335;
    padding: 3% 8%;
    border: .2px solid #72e2ae;
    border-radius: 8px;
    transition: .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 5px -1px rgba(15, 15, 15, .5);
    border: 4px solid #00d0ff
}
.cards-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -100px;
    width: 120%;
    transform: rotate(50deg);
    background-color: #fff;
    height: 18px;
    filter: blur(30px);
    opacity: .5;
    transition: 1s
}
.cards-box:hover::after {
    width: 225%;
    top: -100%
}
.cards-box i {
    color: #72e2ae;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1em
}
.cards-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 1px
}
.cards-box p {
    width: 100%;
    margin: 12px 0;
    color: rgba(255, 255, 255, 0.6)
}
.cards-box:hover {
    transform: translateY(-8px);
    border-color: #00ff37;
    background-color: #00232c
}
.cards-box:hover i {
    color: #00ff37
}
@media screen and (min-width:1200px) {
    .cards-box {}
}
@media screen and (max-width:991px) {
    .cards-box {
        margin-bottom: 1rem
    }
    .service-box h1 {
        font-size: 3.5em
    }
    #child-box-1 {
        transform: rotateY(0deg);
        transition: transform .5s;
        transform-origin: left center
    }
    #child-box-3 {
        transform: rotateY(0deg);
        transition: transform .5s;
        transform-origin: left center
    }
}
