* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text-primary-color: #fdf0d5;
    --bg-secondary-color: #003049;
    --video-height: 473px;
    /* font-size */
    --fz-101: 101px;
    --fz-85: 85px;
    --fz-75: 75px;
    --fz-48: 48px;
    --fz-21: 21px;
    --fz-20: 20px;
    --fz-27: 27px;
    --fz-30: 30px;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-BlackItalic.woff2') format('woff2'),

        url('../font/Gordita-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Black.woff2') format('woff2'),

        url('../font/Gordita-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-Bold.woff2') format('woff2'),

        url('../font/Gordita-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-MediumItalic.woff2') format('woff2'),

        url('../font/Gordita-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-Regular.woff2') format('woff2'),

        url('../font/Gordita-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';
    src: url('../font/Gordita-Medium.woff2') format('woff2'),

        url('../font/Gordita-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-Light.woff2') format('woff2'),

        url('../font/Gordita-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-BoldItalic.woff2') format('woff2'),

        url('../font/Gordita-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-LightItalic.woff2') format('woff2'),

        url('../font/Gordita-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gordita';

    src: url('../font/Gordita-Italic.woff2') format('woff2'),

        url('../font/Gordita-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.text-primary-color {
    color: var(--text-primary-color);
}

.bg-secondary-color {
    background: var(--bg-secondary-color);
}

.text-secondary-color {
    color: var(--bg-secondary-color);
}

.fz-101 {
    font-size: var(--fz-101);
}

.fz-85 {
    font-size: var(--fz-85);
}

.fz-21 {
    font-size: var(--fz-21);
}

.fz-20 {
    font-size: var(--fz-20);
}

.fz-75 {
    font-size: var(--fz-75);
}

.fz-48 {
    font-size: 40px;
}

.fz-30 {
    font-size: var(--fz-30);
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}



.logo img {
    height: 30px;
    margin-right: 5px;
    aspect-ratio: 1;
    object-fit: contain;
    position: relative;
    top: 5px;
}

.pt-100 {
    padding-top: 60px;
}

.pb-100 {
    padding-bottom: 60px;
}

.py-100 {
    padding-block: 60px;
}


body {
    font-family: 'Gordita', sans-serif;
}

video {
    max-width: 100%;
}

.logo {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: var(--text-primary-color);
    font-kerning: none;
    text-decoration: none;
    display: flex;
    align-items: baseline;
}

.logo:hover,
.logo:active,
.navbar-brand:focus {
    color: var(--text-primary-color);
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    color: var(--text-primary-color);
    z-index: 999;
    top: 16px;
}

.custom-navbar .nav-link {
    font-weight: 400;
    font-style: normal;
    color: var(--text-primary-color);
    font-kerning: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding-block: 0;
}

.custom-navbar .navbar-nav {
    align-items: center;
}

.custom-navbar .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--text-primary-color);
}

.hero {
    height: var(--video-height);
    position: relative;
}

.hero video {
    max-height: var(--video-height);
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    inset: 0;
    max-height: var(--video-height);
}

.hero-content {
    padding-top: 115px;
    text-align: center;
    position: relative;
}

.hero-text {
    margin-top: 30px;
}

.hero-content .title {
    letter-spacing: 3.5px;
}

.btn {
    color: var(--text-primary-color);
    background: var(--bg-secondary-color);
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-inline: 9px;
    font-weight: 700;
    font-size: 21px;
    width: 100%;
    max-width: 270px;
    min-height: 61px;
    border: 2px solid transparent;
    border-radius: 0%;
}

.btn:hover {
    border: 2px solid var(--bg-secondary-color);
    color: var(--bg-secondary-color);
}

.menu-btn {
    min-height: 39px;
    font-size: 15px;
    letter-spacing: 0.021em;
}

.menu-btn:hover {
    border-color: transparent;
    background: var(--text-primary-color);

}



.bg-dark {
    background: var(--bg-secondary-color) !important;
}

.btn-rounded-blue {
    width: 100%;
    max-width: 174px;
    border-radius: 60px;
    min-height: 50px;
    white-space: nowrap;
    font-weight: 800;
    font-size: 24px;
    background-color: var(--text-primary-color);
    border: none;
    cursor: pointer;
    color: var(--bg-secondary-color)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding-bottom: 3px;
    border: 2px solid transparent;
    transition: .3s;
}
.btn-rounded-blue:hover {
    border-color: var(--text-primary-color);
    color: var(--text-primary-color)!important;
    background: transparent;
}
.hero-btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-btn:hover {
    border-color: var(--text-primary-color);
    background: var(--text-primary-color);
}

.title-big {
    line-height: 90px;
    letter-spacing: -0.05em;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 548px;
}

.custom-form-input {
    min-height: 52px;
    border-radius: 70px;
    font-size: 18px;
    border: 4px solid var(--text-primary-color);
    padding-left: 24px;
    outline-color: var(--text-primary-color) !important;
}

.get-started-form {
    max-width: 344px;
}

.get-started-form input {
    background: transparent;
    color: var(--text-primary-color);
}

.get-started-form input:focus {
    background: transparent;
}

.custom-form-input::placeholder {
    color: #7a7c7d;
    font-size: 18px;
    font-weight: 500;

}

.get-started-form .form-group {
    margin-bottom: 20px;
}

.custom-form-input:focus {
    border-color: rgb(253 240 213 / 72%);
    outline: 0;
    box-shadow: 0 0 0 1px rgb(253 240 213 / 55%);
    color: white;

}

a.forget-password-link {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: var(--text-primary-color);
    font-weight: 500;
    opacity: .8;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.gallery {
    column-count: 4;
    column-gap: 1em;
    padding-top: 48px;
}

.gallery img {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 8px;
    display: block;
    break-inside: avoid;
}

.bg-primary-color {
    background-color: var(--text-primary-color);

}

.gallery-title {
    letter-spacing: -0.05em;
    line-height: 73px;
    font-weight: 400;
}

.about-title {
    margin-bottom: 28px;
}

.steps-card {
    background: none;
}

.steps-card .card-title {
    font-size: 19px;
    color: rgb(0, 48, 73);
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 24px;

}

.steps-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--bg-secondary-color);
}

.full-height-img-wrap {
    background-color: #ddd;
    height: 100%;
}

.full-height-img-wrap img {
    height: 100%;
    object-fit: cover;
}

.title-large {
    font-size: var(--fz-85);
    line-height: 1;
    margin-bottom: 65px;
    letter-spacing: -0.05em;
}

.farward-thinking .content {
    margin-bottom: 48px;
    max-width: 573px;
    margin-left: auto;
}

.farward-img {
    height: 100%;
}

.farward-img img {
    width: 100%;
    max-width: 650px;
    height: 100%;
    object-fit: cover;
}

.sub-title {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -0.05em;

}

.farward-thinking .title-large {
    margin-bottom: 100px;
    letter-spacing: -0.05em;
}

.farward-thinking .content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.proven-card .card-img img {
    height: 253px;
    width: 100%;
    object-fit: cover;
}

.proven-row {
    flex-wrap: wrap;
    display: flex;
}

.proven-row>div {
    width: 20%;
    padding: 12px;
}

.proven-card .card-title {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500;
}

.btn-primary-color {
    background-color: var(--text-primary-color);
    color: var(--bg-secondary-color);
}

.btn-primary-color:hover {
    border-color: var(--text-primary-color);
    background: transparent;
    color: var(--text-primary-color);
}

.custom-table td,
.custom-table th {
    background: none;
    color: var(--text-primary-color);
    border-color: var(--text-primary-color);
}

.custom-table.table>:not(caption)>*>* {
    padding: 0.5rem 1rem;
    border-color: var(--text-primary-color);
    border-width: 2px;
    white-space: nowrap;
}

.custom-table th {
    font-size: 24px;
}

.custom-table td {
    font-size: 18px;
}

.custom-table tr td:first-child,
.custom-table tr td:last-child {
    font-weight: 600;
}

.custom-table th span {
    font-size: 28px;
}

.client-card {
    padding-inline: 12px;
    color: var(--bg-secondary-color);
}

.client-card .user-name {
    font-weight: 500;
    font-size: 24px;
}

.client-card .user-profile {
    font-size: 14px;
}

.client-card .client-msg {
    font-size: 18px;
}

.custom-swiper-nav .swiper-button-next,
.custom-swiper-nav .swiper-button-prev {
    position: static;
}

.custom-swiper-nav {
    display: flex;
    align-items: center;
    gap: 24px;


}

.custom-swiper-nav>div {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-secondary-color);
    color: var(--text-primary-color);
}

.custom-swiper-nav>div.swiper-button-disabled {
    background-color: white;
    color: var(--bg-secondary-color);
    opacity: 1;
}

.custom-swiper-nav .swiper-button-next:after,
.custom-swiper-nav .swiper-button-prev:after {
    display: none;
}

.testimonail-slides {
    margin-top: 50px;
}

.testimonaial-action-wrap {
    margin-top: 70px;
}

.text-red {
    color: #ed1c24;
}

.text-green {
    color: #1eba23;
}

.faq-title {
    font-size: 117px;
    color: var(--bg-secondary-color);
    letter-spacing: -0.05em;
}

.faq-btn {
    margin-top: 16px;
}

.custom-dropdown {
    background: transparent;
}

.accordion-item,
.accordion-button {
    background: none;
    font-weight: 400;
    font-size: 18px;
    border-inline: 0px;
    border-color: var(--bg-secondary-color);

}

.accordion-button {
    padding-block: 20px;
    font-weight: 500;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background: none;
    border-radius: 0;

}

.accordion-button::after {
    content: '\2b';
    background: none;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    background: none;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    border-radius: 0 !important;
    background: none;
    box-shadow: none;
}

.business-card {
    background: var(--text-primary-color);
    color: var(--bg-secondary-color);
    border: none;
    border-radius: 20px;
    padding: 24px;
    min-height: 600px;
}

.business-card .card-header {
    border-color: var(--text-secondary-color);
    background-color: var(--text-primary-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0;
}

.business-card .card-body {
    padding-inline: 0;
}

.business-card p,
.business-card li {
    font-size: 18px;
    max-width: 80%;
}

.btn-full {
    width: 100%;
    max-width: none;
}

.business-card .title {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.business-card p li {
    font-size: 18px;
}

.business-card .btn {
    margin-top: auto;
}

.business-card .list {
    margin-top: 24px;

}

.business-card .list li {
    position: relative;
    line-height: 1.8;
}

.business-card .list li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    margin-right: 16px;

}



.get-started .btn {
    max-width: 530px;
}

.social {
    display: flex;
    list-style: none;
    color: var(--text-primary-color);
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 80px;
}

.social li a i {
    color: #fff;
    font-size: 24px;
}

.about-text {
    color: var(--bg-secondary-color);
}

.offer .title {
    text-transform: none;
}

.text-transform-none {
    text-transform: none;
}

.offer .title {
    font-weight: 600;
}

p {
    letter-spacing: 0.85px;
}

.transform-check {
    rotate: 358deg;
    font-size: 40px;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    background-color: var(--bg-secondary-color);
    color: var(--text-primary-color);
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: none;
    border: 1px white solid;
}


/* 404 page CSS  */


.error-404 .page-title {
    font-size: 3.5rem;
    color: var(--bg-secondary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.error-404 .error-message {
    font-size:22px;
      color: var(--bg-secondary-color);
    margin-bottom: 2rem;
}

.error-404 .page-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.error-404 .btn-primary {
    background-color: #0073aa;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.error-404 .btn-primary:hover {
    background-color: #005a87;
}



#not_found_form{
    justify-content: center;
}


.error-404 input[type="search"] {
    width: 100%;
    max-width: 522px;
    padding: 0.5rem;
    font-size: 2rem;
    margin-top: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 10px;
}

.not_found_page {
   padding-block: 85px;
   /* background: hsl(39.5, 100%, 92%); */
   background: var(--text-primary-color);
}
body:has(.error-404 ) .header{
    background: var(--text-primary-color);
}
body:has(.error-404 ) .logo{
    color: var(--bg-secondary-color);
}
 body:has(.error-404 )  .custom-navbar .nav-link{
     color: var(--bg-secondary-color);
  }
  body:has(.error-404 ) .menu-btn:hover{
    border-color: var(--bg-secondary-color);
  }
      body:has(.error-404 ) .navbar-toggler {
        border: none;
      }
    body:has(.error-404 ) .navbar-toggler i{
color: var(--bg-secondary-color)!important;
  }
@media(min-width:1200px) and (max-width:1600px) {
    :root {
        --video-height: 373px;
        --fz-75: 56px;
        --fz-20: 18px;
    }

    .hero-content {
        padding-top: 85px;
    }

    .hero-text {
        margin-top: 16px;
    }

    .hero-btn {
        bottom: 40px;
    }

    .fz-101 {
        font-size: 64px;
    }

    .about-text {
        margin-bottom: 16px;
    }

    section.generation,
    .vision-sec {
        padding-top: 30px;
    }


}

@media(min-width:1200px) {
    .custom-navbar .nav-link {
        padding-inline: 28px !important;

    }

    .about-content {
        max-width: 470px;
    }

    .custom-navbar .nav-item:last-child .nav-link {
        padding-inline-end: 0px !important;

    }



    .max-width-90per {
        max-width: 90%;
    }

    .offer .title {
        font-size: 40px;
    }
    .not_found_page {
   padding-block: 60px;
}

}

@media(max-width:1024px) {
    :root {
        --video-height: 400px;
    }

    .gallery {
        column-count: 2;
    }

    :root {

        /* font-size */
        --fz-101: 60px;
        --fz-85: 55px;
        --fz-75: 45px;
        --fz-48: 36px;
        --fz-21: 21px;
        --fz-20: 20px;
        --fz-27: 27px;
        --fz-30: 30px;
    }

    .py-100 {
        padding-block: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .fz-48 {
        font-size: 32px;

    }

    .title-large {
        margin-bottom: 54px;
    }

    .business-card p,
    .business-card li {
        max-width: 100%;
    }

    .farward-thinking .title-large {
        margin-bottom: 60px;
    }

    .farward-thinking .content {
        max-width: 95%;
        margin-bottom: 40px;
    }

    .proven-row>div {
        width: 25%;
    }

    .proven-design {
        padding-bottom: 0;
    }

    .custom-table th {
        font-size: 20px;
    }

    .custom-table td {
        font-size: 18px;
    }

    .faq-title {
        font-size: 80px;
    }

    .custom-table th span {
        font-size: 30px;
    }

    .offer .title {
        font-size: 36px;
    }

    .proven-card .card-img img {
        height: 160px;
    }



    .menu-btn {
        margin-inline: 0;
        width: 100%;
        max-width: none !important;
        padding-inline: 16px;
    }

    .menu-btn.btn:focus-visible {
        background: var(--text-primary-color) !important;
        opacity: 1;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 16px;
    }
.error-404 .page-title{
    font-size: 2rem
}
.error-404 .page-content{
    padding-top: 60px;
}
.error-404 .error-message{
    font-size: 18px;
}

}

@media(max-width:991px) {
    :root {

        /* font-size */
        --fz-101: 48px;
        --fz-85: 42px;
        --fz-75: 45px;
        --fz-48: 36px;
        --fz-21: 21px;
        --fz-20: 20px;
        --fz-27: 27px;
        --fz-30: 30px;
    }

    .title-big {
        line-height: 1;
    }

    .btn-rounded-blue {
        font-size: 24px;
        min-height: 54px;
    }

    .proven-card .card-img img {
        height: 150px;
    }

    .menu-btn {
        margin: 0;
        background: var(--text-primary-color);
        color: var(--bg-secondary-color) !important;
    }

    .navbar-nav {
        background: var(--bg-secondary-color) !important;
        padding-inline: 16px;
        padding-block: 16px;
        margin-top: 12px;
        min-height: 200px;
    }

    .custom-navbar .navbar-nav {
        flex-direction: column;
        justify-content: center;
    }

    .menu-btn {
        margin: 0;
        background: var(--text-primary-color);
        color: var(--bg-secondary-color) !important;
    }

    .menu-btn {
        margin-inline: 0;
        margin-top: 24px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }

}

@media(max-width:767px) {
    :root {
        --video-height: 450px;
    }

    .gallery {
        column-count: 1;
    }



    .custom-navbar .nav-link {
        font-size: 18px;
    }

    .navbar-toggler:hover {
        border: none;
        outline: none;
    }

    .full-height-img-wrap {
        background: none;
    }

    .full-height-img-wrap img {
        height: auto;
    }

    .proven-row>div {
        width: 100%;
    }

    .gallery {
        padding-top: 0;
    }

    .gallery-title {
        margin-bottom: 16px;
    }

    :root {
        /* font-size */
        --fz-101: 32px;
        --fz-85: 28px;
        --fz-75: 28px;
        --fz-48: 24px;
        --fz-21: 20px;
        --fz-20: 20px;
        --fz-27: 22px;
        --fz-30: 24px;
    }

    .custom-table th span {
        font-size: 26px;
    }

    .hero-content .title {
        font-size: 44px;
    }

    .custom-swiper-nav {
        display: none;
    }

    .testimonail-slides {
        margin-top: 0;
    }

    .testimonaial-action-wrap {
        margin-top: 40px;
    }

    .sub-title {
        font-size: 28px !important;
    }

    .social {
        margin-top: 40px;
    }

    .py-100 {
        padding-block: 34px;
    }

    .pt-100 {
        padding-top: 34px;
    }

    .pb-100 {
        padding-bottom: 34px;
    }

    .btn {
        min-height: 50px;
        font-size: 18px;
        max-width: 90%;
        margin-inline: auto;
        display: flex;
        margin-top: 24px;
    }


    .menu-btn {
        margin: 0;
        margin-top: 24px;
        background: var(--text-primary-color);
        color: var(--bg-secondary-color) !important;
    }

    .faq-left {
        padding-bottom: 24px;
    }

    .faq-title {
        font-size: 42px;
    }

    .title-large {
        margin-bottom: 24px;
    }

    .accordion-button {
        padding-right: 16px;
    }

    .about-content {
        padding-bottom: 34px;
    }

    .title-big {
        margin-bottom: 24px;
    }

    .proven-row>div {

        padding: 0;
    }

    .business-card .title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .offer .title {
        font-size: 34px;
    }

    .proven-card .card-img img {
        height: 200px;
        object-position: center 25%;
    }

    .hero-text {
        margin-top: 20px;
    }

    .get-started-form {
        max-width: 100%;
    }

    .generation {
        padding-top: 0;
    }

    .vision-sec {
        padding-top: 0;
    }

    .farward-thinking .content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .faq-btn {
        margin-left: 0;
    }
        .not_found_page {
            padding-block: 40px;
            }
            .error-404 .page-title{
    font-size: 1.5rem;
            
}
.error-404 .page-content{
    padding-top: 60px;
}
}

@media(min-width:1400px) {
    .container {
        max-width: 1232px;
    }

}