html {
    font-size: 14px;
}


.activate {
    border-bottom: solid;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.common-bg-1 {
    /*background-image: url(../bloosat-img/stripes.png);*/
    background-size: inherit;
    z-index: 20;
}

.common-bg-2 {
    background-image: url(../bloosat-img/stripes.png);
    background-size: cover;
}

.contact-us-background {
    /*background: url(../bloosat-img/contact-us-background.png) no-repeat center / 100%;*/
}

.kit-bloosat-background {
    /*background: url("../bloosat-img/kit-bloosat-background.png") center / cover no-repeat;*/
    width: 100% !important;
}

body {
}

.partners {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin: 5rem 0;
}

.partner {
    flex-basis: 25%;
}

.header-text-color {
    color: #092A7A !important;
}

.banner-bg {
    background-image: url(../bloosat-img/boosat-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-header {
    letter-spacing: 8px;
    font-size: 3rem;
}

.banner-text {
    width: 61%;
}

.banner-height {
    min-height: 500px;
}

.page-bg-color {
    background-color: #092A7A;
    z-index: 19;
}


.products-bg {
    background-image: url(../bloosat-img/stripes.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 66%;
    background-position-y: 0;
}

.product-img {
    width: 22rem;
    z-index: 4;
    padding: 1.5rem 0;
}

.product-img-1 {
    height: 11rem;
}

.product-img-outline {
    width: 14rem;
    outline: 2px solid #0E60B5;
}

.advantage-bg {
    background-image: url(../bloosat-img/nos-equipment.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantage-items {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
}

.advantage-item {
    flex-basis: 30%;
}



.footer-bg {
    background-image: url(../bloosat-img/white-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offers-bg {
    /*background-image: url(../bloosat-img/stripes.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.width-left {
    width: 50%;
}

.width-right {
    width: 50%;
}

.width-left-fs-size {
    font-size: 3.5rem;
}

.bloosat-footer-bg {
    position: absolute;
    height: auto;
    opacity: 0.2;
    left: 3%;
    top: 5%;
}

.padding-top {
    padding-top: 10rem !important;
}

.kit-font-size {
    font-size: 3rem;
}

.placeholder-style::placeholder {
    color: #fff;
    font-weight: bolder;
    font-size: 1.3rem;
    padding-left: 1rem;
}

.inform-fs {
    font-weight: 700;
    font-size: 5rem;
}

.inform-p-fs {
    font-size: 2rem;
}

.widget-width {
    border-radius: 0 10px 10px 10px;
    width: 90%;
    margin: auto;
}

.offers-heading-fs {
    font-size: 1.3rem;
}

.offers-connection-fs {
    font-size: 0.7rem;
}


.carousel-indicators [data-bs-target] {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50% !important;
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
}

.about-img-outline {
    z-index: 6;
    outline: 2px solid #fff;
    width: 23rem;
    height: 25rem;
}

.about-img {
    width: 27rem;
    height: 23rem;
}

.offers-img-outline {
    z-index: 6;
    outline: 5px solid;
    outline-color: #0E60B5;
    width: 23rem;
    height: 25rem;
}

.offers-img {
    width: 27rem;
    height: 23rem;
}

.residential-kit-img {
    height: 28rem;
    top: 60%;
    bottom: 0;
    right: -100px;
    object-fit: contain;
    width: 100%;
    position: absolute;
}

.social-height-1 {
    height: auto;
}

.social-height-2 {
    height: 145px;
}

.img-small-height {
    height: 2rem;
}

.line {
    border-right: 1px solid #fff !important;
    margin-bottom: 2rem !important;
}

.option-fs {
    font-size: calc(1rem + .5vw);
}

.kit-mari-outline {
    z-index: 6;
    outline: 2px solid #0E60B5;
    width: 19rem;
    height: 23rem;
}

.kit-mari-img {
    width: 27rem;
    height: 26rem;
}

.meta-img {
    width: 28rem;
    height: 20rem;
}

.meta-outline {
    z-index: 6;
    outline: 5px solid !important;
    outline-color: #0E60B5 !important;
    width: 22rem;
    height: 23rem;
}

.padding-fixed-top {
    padding-top: 5rem;
}



/* SMALL SCREEN MEDIA QUERY */
@media screen and (max-width: 500px) {

    .meta-img {
        width: 28rem;
        height: 20rem;
    }

    .meta-outline {
        width: 18rem;
        height: 21rem;
    }

    .kit-mari-outline {
        width: 15rem;
        height: 21rem;
    }

    .kit-mari-img {
        width: 22rem;
        height: 20rem;
    }


    .option-fs {
        font-size: calc(0.5rem + .5vw);
    }

    .residential-kit-img {
        height: 11rem;
        object-fit: initial;
        left: 7%;
        right: 0;
    }

    .offers-img-outline-2 {
        z-index: 6;
        outline: 5px solid !important;
        outline-color: #0E60B5 !important;
        width: 21rem;
        height: 29rem;
    }

    .offers-img-outline {
        z-index: 6;
        outline: 5px solid;
        outline-color: #0E60B5;
        width: 22rem;
        height: 23rem;
    }

    .offers-img {
        width: 24rem;
        height: 19rem;
    }

    .product-bg {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        transform: translate(-31.209364%, -9.646479%) rotate(90deg) scale(10);
    }

    .about-img-outline {
        z-index: 6;
        outline: 2px solid #fff;
        width: 20rem;
        height: 21rem;
    }

    .about-img {
        width: 22rem;
        height: 20rem;
    }

    .offers-heading-fs {
        font-size: initial;
    }

    .offers-connection-fs {
        font-size: initial;
    }

    .offers-bar-heading-fs {
        font-size: 0.8rem;
    }

    .offers-bar-text-fs {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 759px) {

    .inform-fs {
        font-weight: 700;
        font-size: 3rem;
    }

    .inform-p-fs {
        font-size: 1.3rem;
    }

    .margin-top {
        margin-top: 6rem;
    }

    .center-product {
        margin: auto;
        width: 56%;
    }

    .width-left {
        width: 100%;
    }

    .width-right {
        width: 100%;
    }

    .width-left-fs-size {
        font-size: 3rem;
    }

    .bloosat-footer-bg {
        position: absolute;
        height: auto;
        opacity: 0.2;
        left: 11%;
        top: 69%;
    }
}

@media screen and (max-width: 998px) {

    .padding-fixed-top {
        padding-top: 11rem;
    }

    .meta-img {
        width: 20rem;
        height: 20rem;
    }

    .meta-outline {
        width: 17rem;
        height: 21rem;
    }

    .img-small-height {
        height: 0.8rem;
    }

    .fs-small {
        font-size: 0.5rem !important;
    }

    .offers-heading-fs {
        font-size: 2rem;
    }

    .social-height-1 {
        height: 100px;
    }

    .social-height-2 {
        height: 60px;
    }
}
/* LARGE SCREEN MEDIA QUERY */

@media screen and (min-width: 760px) {

    .bg-view {
        background: linear-gradient(to left, #0E60B5, #53CFDF) !important;
    }

    .margin-right {
        margin-right: -1rem;
    }

    .proof-border-right {
        border-right: 1px solid #fff !important;
        margin-bottom: 2rem !important;
    }

    .offers-img-outline {
        z-index: 6;
        outline: 5px solid !important;
        outline-color: #0E60B5 !important;
        width: 22rem;
        height: 23rem;
    }

    .offers-img-outline-2 {
        z-index: 6;
        outline: 5px solid !important;
        outline-color: #0E60B5 !important;
        width: 21rem;
        height: 25rem;
    }

    .offers-img {
        width: 27rem;
        height: 23rem;
    }

    .offers-img-2 {
        width: 23rem !important;
        height: 25rem !important;
    }

    .product-img-1 {
        height: 8rem;
    }

    .product-img-outline {
        width: 10rem;
        outline: 2px solid #0E60B5;
    }

    .product-bg {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        transform: scale(8);
        transform-origin: 67% 31%;
    }


    .kit-font-size {
        font-size: 5rem;
    }

    .padding-top {
        padding-top: 13rem !important;
    }

    .bloosat-footer-bg {
        position: absolute;
        height: auto;
        opacity: 0.2;
        left: 3%;
        top: 55%;
    }

    .product-center {
        place-items: baseline;
        display: grid;
    }

    .banner-header {
        letter-spacing: 10px;
        font-size: 6rem;
    }

    .banner-text {
        width: 61%;
    }

    .banner-height {
        min-height: 755px;
    }

    .products-header-margin {
        margin-top: -10rem;
    }

    .products-bg {
        background-image: url(../bloosat-img/stripes.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 352%;
        background-position-x: 66%;
        background-position-y: -11rem;
    }

    .width-left {
        width: 50%;
    }

    .width-right {
        width: 50%;
    }
}

@media screen and (min-width: 998px) {
    .product-img-outline {
        width: 12rem;
        outline: 2px solid #0E60B5;
    }

    .product-img-1 {
        height: 11rem;
    }

    .widget-line {
        border-right: 1px solid #fff;
        margin-right: -1rem;
    }

    .product-bg {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        transform: scale(3.5);
        transform-origin: 67% 31%;
    }
}

@media screen and (min-width: 1400px) {


    .kit-mari-outline {
        width: 20rem;
        height: 25rem;
    }

    .kit-mari-img {
        width: 27rem;
        height: 27rem;
    }

    .offers-img-outline {
        z-index: 6;
        outline: 2px solid #fff;
        width: 33rem;
        height: 27rem;
    }

    .offer-img-2 {
        width: 30rem;
        height: 22rem;
    }

    .offers-img {
        width: 35rem;
        height: 25rem;
    }

    .product-img-outline {
        width: 14rem;
        outline: 2px solid #0E60B5;
    }

    .about-img-outline {
        z-index: 6;
        outline: 2px solid #fff;
        width: 23rem;
        height: 25rem;
    }

    .about-img {
        width: 27rem;
        height: 23rem;
    }

    .kit-font-size {
        font-size: 9rem;
    }

    .width-left {
        width: 100%;
    }

    .width-right {
        width: 100%;
    }

    .width-left-fs-size {
        font-size: 6.5rem;
    }

    .bloosat-footer-bg {
        position: absolute;
        height: auto;
        opacity: 0.2;
        left: 33%;
        top: 43%;
    }
}

@media screen and (min-width: 1700px) {

    .kit-font-size {
        font-size: 9rem;
    }

    .padding-bottom {
        padding-bottom: 29rem;
    }

    .margin-top {
        margin-top: 21rem !important;
    }

    .product-bg {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        transform: scale();
        transform-origin: 56% 31%;
    }
}
