:root{
    --primary-100-bg:  #2A5ADA;
    --primary-200-bg:  #2E90FA;
    --primary-300-bg:  #53B1FD;
    --primary-400-bg:  #84CAFF;
    --base-0: #131518;
    --base-100: #16181B;
    --base-200: #1C1D21;
    --base-300: #212327;
    --base-400: #272B30;
    --base-500: #3B3C44;
    --base-600: #4C4E58;
    --base-700: #555862;
    --base-800: #5D616C;
    --base-900: #7F848E;
    --base-1000: #A2A7B0;
    --base-1200: #E7E7E7;
    --base-1300: #F2F2F2;
    --base-1500: #FAFAFA;
}

:not(.dis-sec) .container, :not(.footer) .container{
    max-width: 1056px;
}

/* .container{
    max-width: 1056px;
} */
.brand-banner-sec{
    padding-top: 63px;
    text-align: center;
    background: linear-gradient(180deg, #FBFBFD 0%, #FFFFFF 100%, #F5F5F7 100%);
    border-bottom: 1px solid  #F2F2F2;
    padding-bottom: 128px;
    position: relative;
    overflow: hidden;
}
.brand-banner-sec .btn-light:hover,.brand-banner-sec  .btn-light:focus,.brand-banner-sec  .btn-light:hover:focus {
    color: var(--ffly-light-600);
}


.brand-banner-sec:before,
.brand-banner-sec:after {
    content: '';
    width: 484px;
    height: 490px;
    z-index: 2;
    display: block;
    bottom: 0px;
    position: absolute;
}
.brand-banner-sec:before{
    left: 0px;
    background: #F7B809;
    opacity: 0.1;
    /* opacity: 0.04; */
    filter: blur(200px);
}
.brand-banner-sec:after{
    right: 0px;
    background: #2E90FA;
    opacity: 0.1;
    /* opacity: 0.04; */
    filter: blur(200px);
}



.bar-sec {
    background-color: #e6f0ff;
    color: var(--black);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 10px 9px 10px;
    margin-bottom: 72px;
}

.bar-sec a {
    position: relative;
    top: 0
}

.bar-sec a:focus,.bar-sec a:hover,.bar-sec a:hover:focus {
    color: var(--black)!important;
    opacity: .7
}


.bar-sec a {
    color: var(--ffly-link-blue)
}

.bar-sec a span {
    font-feature-settings: 'ss03' on,'ss04' on,'ss01' on,'salt' on,'liga' off;
    font-weight: 500
}

.bar-sec a:focus,.bar-sec a:hover,.bar-sec a:hover:focus {
    color: var(--ffly-link-blue)!important;
    opacity: .7
}
.bar-sec .ve-roc {
    margin-right: 5px;
}

.bar-sec a span {
    display: inline-block;
    height: 20px
}

.bar-sec a svg {
    margin-left: 4px
}
.brand-banner-sec .logo{
    margin-bottom: 32px;
}
.brand-banner-sec .h2{
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.04em;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on;
    color: #16181B;
    margin-bottom: 12px;
}
.brand-banner-sec .p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #4C4E58;
    margin-bottom: 27px;
}

.version-row{
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    justify-content: center;
    margin-bottom: 34px;
}
.version-row .ccol{
    max-width: 120px;
}
.version-row .ccol p span{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #4C4E58;
    display: block;
    margin-bottom: 4px;
}
.version-row .ccol p b{
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #16181B;

}

/*bluefin-logos*/
.bluefin-logos{ 
    padding-top: 80px;
}
.bluefin-logos .title{
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #1C1D21;
    margin-bottom: 32px;
    text-align: center;
}
.bluefin-logos .logos-row{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.bluefin-logos .logos-row .box{
    width: 240px;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    padding: 16px;
    max-width: 100%;
}
.bluefin-logos .logos-row .box p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5D616C;
    margin-bottom: 12px;
}
.bluefin-logos .logos-row .box b{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #272B30;
}
.bluefin-logos .download-link{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-100-bg) !important;

}
.image-frame{
    width: 100%;
    height: 60px;
    display: flex;

}
/*bluefin-logos*/

/*bluefin-colors*/
.bluefin-colors{ 
    padding-top: 64px;
}
.bluefin-colors .title{
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #1C1D21;
    margin-bottom: 32px;
    text-align: center;
}
.bluefin-colors .color-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}
.bluefin-colors .color-row .box{
    width: 258px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    max-width: 100%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.05));
}
.bg{
    height: 100px;
}
.primary-100-bg{
    background-color: var(--primary-100-bg);
}
.primary-200-bg{
    background-color: var(--primary-200-bg);
}
.primary-300-bg{
    background-color: var(--primary-300-bg);
}
.primary-400-bg{
    background-color: var(--primary-400-bg);
}
.bluefin-colors .color-row .box p{
    padding: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.bluefin-colors .color-row .box p b{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #272B30;
    display: block;
    margin-bottom: 8px;
}
.bluefin-colors .color-row .box p span{
    display: block;
    margin-bottom: 4px;
}
.bluefin-colors .color-row .box p span:last-child{
    margin-bottom: 0px;
}
.base-0-bg{
    background-color: var(--base-0);
}
.base-100-bg{
    background-color: var(--base-100);
}
.base-200-bg{
    background-color: var(--base-200);
}
.base-300-bg{
    background-color: var(--base-300);
}
.base-400-bg{
    background-color: var(--base-400);
}
.base-500-bg{
    background-color: var(--base-500);
}
.base-600-bg{
    background-color: var(--base-600);
}
.base-700-bg{
    background-color: var(--base-700);
}
.base-800-bg{
    background-color: var(--base-800);
}
.base-900-bg{
    background-color: var(--base-900);
}
.base-1000-bg{
    background-color: var(--base-1000);
}
.base-1200-bg{
    background-color: var(--base-1200);
}
.base-1300-bg{
    background-color: var(--base-1300);
}
.base-1500-bg{
    background-color: var(--base-1500);
}
.bluefin-colors .color-row-2{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}
.bluefin-colors .color-row-2 .box{
    width: 144px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    max-width: 100%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.05));
}
.bluefin-colors .color-row-2 .box p{
    padding: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}
.bluefin-colors .color-row-2 .box p b{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #272B30;
    display: block;
    margin-bottom: 8px;
}
.bluefin-colors .color-row-2 .box p span{
    display: block;
    margin-bottom: 4px;
}
.bluefin-colors .color-row-2 .box p span:last-child{
    margin-bottom: 0px;
}
/*bluefin-colors*/
/*media queries*/
/*media queries*/
@media (max-width: 1040px) {
    .brand-banner-sec {
        padding-top: 52px;
    }
}
@media (max-width: 554px){
    .bluefin-colors .color-row .box {
        max-width: 240px;
    }
    .bluefin-logos .logos-row{
        gap: 16px;
    }
}
@media (max-width: 430px){
    .brand-banner-sec .h2{
        font-size: 45px;
        line-height: 55px;
    }
    .version-row{
        gap: 20px;
    }
    .version-row .ccol p b{
        font-size: 22px;
        line-height: 28px;
    }
    .version-row .ccol p span {
        font-size: 15px;
        line-height: 22px;
    }


}

@media (max-width: 326px){
    .bluefin-colors .color-row-2 .box{
        max-width: 240px;
        width: 100%;
    }
}


