:root{
    --bs-primary: #141f35;
    --bs-secondary: #dde270;
    --bs-primary-rgb: 20, 35, 68;
    --bs-secondary-rgb: 221, 226, 112;
}
html{
    font-size: 18px;
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.font-100 { font-size: 5.556rem; }
.font-70 { font-size: 3.889rem; }
.font-56 { font-size: 3.111rem; }
.font-40 { font-size: 2.222rem; }
.font-36 { font-size: 2rem; }
.font-24 { font-size: 1.333rem; }
.font-22 { font-size: 1.222rem; }
.font-20 { font-size: 1.111rem; }
.font-16 { font-size: 0.889rem; }

.bg-tertiary { background-color: #f1f1f1; }

.header-bg {
    background-color: #142344;
    padding: 10px 0;
    height: 100px;
}

.tagline {
    color: white;
    font-style: italic;
}

.nav-link {
    color: #f1f1f1 !important;
    margin: 0 10px;
    font-weight: 400;
    font-size: 18px;
}

.nav-link:hover {
    color: #dde270 !important;
}

.logo-box img { width: 138px; height: 65px; }

.contact-btn {
    background-color: #dde270;
    color: #142344;
    border-radius: 5px;
    padding: 8px 20px;
    border: none;
    font-weight: 600;
}

.contact-btn:hover {
    background-color: #dde270;
    color: #142344;
}
/*Banner Style*/
.banner {
    background: url('../images/Banner.png') no-repeat center center/cover;
    height: 640px;
    display: flex;
}

.banner h1 {
    font-size: 64px;
    margin-bottom: 10px;
}

.banner .lead {
    font-size:16px;
}

.description-box {
    border-left: 8px solid #dde270; 
    padding-left: 1.2rem;
    padding-bottom: 50px;
    font-size: 1.333rem;
}

.img-vid-place {
    aspect-ratio: 1.69/1;
    background-color: #000;
}

.what-we-do .nav-link {
    font-size: 2.778rem;
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #2e3951 !important;
    color: #2e3951 !important;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: baseline;
    line-height: 1;
    padding-block: 20px;
}
.what-we-do .nav-link > span {
    flex-shrink: 0;
}

.what-we-do .nav-link.active, .what-we-do .nav-link.active span, .what-we-do .nav-link.active:hover {
    color: var(--bs-secondary) !important;
}
.what-we-do .nav-link.active > span {
    color: #fff !important;    
}
.what-we-do .nav-link span {
    font-size: 1.333rem;
    font-style: italic;    
}
.what-we-do .nav-link:hover {
    color: #fff !important;
}

.what-we-do .nav-item:last-child .nav-link {
    border: none !important;
}

.size-60 {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;    
}

.step-2 { margin-top: 40px; }
.step-3 { margin-top: 80px; }
.step-4 { margin-top: 120px; }
.step-5 { margin-top: 160px; }


.list-proof{
    font-size: 1.222rem;
}

.list-proof li {
    border-bottom: 1px solid #dde270;
    position: relative;
    display: flex;
    align-items:top;
    padding: 20px 10px;
}
.list-proof li:last-child {
    border-bottom: 0;
}

.list-proof li::before {
    content: url("../images/bullet-proof-list.png");    
    height: 36px;
    width: 36px;
    margin-right: 20px;
}

.arrow-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    color: initial;
}
.arrow-link:hover { text-decoration: underline; }

.swiper-button-prev {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    background-size: 28px 29px;
    background-position: center;
}

.swiper-button-next {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    background-size: 28px 29px;
    background-position: center;
}

.swiper-button-next::after, .swiper-button-prev::after { display: none; }

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-grid div{
    flex: 0 0 calc(20% - 20px);
    margin: 10px;
}

.testimonial-box {
    min-height: 530px;
}

.testimonial-box span{
    border-width: 10px !important;
    height: 50px;
    width: 50px;
    display: block;
}

footer a:hover { text-decoration: underline !important; }

.navbar-toggler-icon { filter: invert(100%); }
header nav a{
    border-bottom: 2px solid #142344 !important;
}
header nav a.active {

    border-bottom:2px solid  rgba(221, 226, 112,1) !important;
 
}
header .logo-box.active{
    border-bottom: 0 !important;

}
.color-lightBlack{
    color: #212529;

}
header nav a.contact-btn.active{
    background-color: #dde270 !important;
}
.btn--full-width{
    width: 100%;
}
#contactModal .modal-body,
#spotlightModal .modal-body{

    padding: 24px;
}
#contactModal .form-group,
#spotlightModal .form-group{
    margin-bottom: 16px;
}

footer .custom-icon{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#myTab button[data-bs-toggle="tab"] {
    cursor: default !important;
}
.flownxt-logo{
    margin-top: 20px;
}
.logo-grid a{
    cursor: default !important;
}
@media screen and (min-width:320px) {
    .logo-grid div{
        flex: 0 0 calc(50% - 20px);
    }
}

@media screen and (min-width:992px) {
    .mt--70 { margin-top: -70px; }
    section { min-height: calc(100vh - 100px)}
}

@media screen and (min-width:576px) {
    .logo-grid div{
        flex: 0 0 calc(33.33% - 20px);
    }
}
@media screen and (min-width:768px) {
    .mt--30 { margin-top: -30px; }
}
@media screen and (min-width:992px) {
    .logo-grid div{
        flex: 0 0 calc(25% - 20px);
    }
}

@media screen and (min-width:1200px) {
    .logo-grid div{
        flex: 0 0 calc(20% - 20px);
    }
}

@media screen and (max-width:991px) {
    .testimonial-box {
        min-height: auto;
    }
}

@media screen and (max-width:1200px) {
    .font-100 { font-size: 4.444rem; }
    .font-70 { font-size: 2.778rem; }
    .font-56 { font-size: 2.222rem; }
    .font-40 { font-size: 2rem; }
    .font-36 { font-size: 1.667rem; }
    .font-24 { font-size: 1.222rem; }
    .font-22 { font-size: 1.111rem; }
    .font-20 { font-size: 1rem; }
    .font-16 { font-size: 0.778rem; }
    .what-we-do .nav-link { font-size: 2.5rem; }
}

@media screen and (max-width:992px) {
    html{
        font-size: 16px;
    }
    .font-100 { font-size: 3.75rem; }
    .font-70 { font-size: 2.5rem; }
    .font-56 { font-size: 2.25rem; }
    .font-40 { font-size: 1.875rem; }
    .font-36 { font-size: 1.5rem; }
    .font-24 { font-size: 1.25rem; }
    .font-22 { font-size: 1.125rem; }
    .font-20 { font-size: 1rem; }
    .font-16 { font-size: 0.938rem; }
    .what-we-do .nav-link { font-size: 2rem; }
}

@media screen and (max-width:768px) {    
    html{
        font-size: 15px;
    }
    .font-100 { font-size: 2.667rem; }
    .font-70 { font-size: 2.4rem; }
    .font-56 { font-size: 2rem; }
    .font-40 { font-size: 1.867rem; }
    .font-36 { font-size: 1.6rem; }
    .font-24 { font-size: 1.333rem; }
    .font-22 { font-size: 1.2rem; }
    .font-20 { font-size: 1.067rem; }
    .font-16 { font-size: 1rem; }
    .logo-box img { width: 100px; height: auto; }
    .tagline { font-size: 12px !important; }
    .what-we-do .nav-link { font-size: 1.5rem; }
    .step-2, .step-3, .step-4, .step-5 { margin-bottom: 16px; margin-top: 0; }
}



