
/* start Global Style */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #ED1C24;
    --primary-color-rgba: 237, 28, 36;
}
html, body {
    font: normal 200 1em 'Overpass', sans-serif;
}
section {
    /* padding-block: 6rem; */
    padding-block: 10rem;
}
.spinner-off[type=number] {
    -moz-appearance: textfield;
}
.spinner-off[type=number]::-webkit-outer-spin-button,
.spinner-off[type=number]::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.btn {
    --bs-btn-border-radius: 50px
}
.btn.btn-theme {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 4rem;
}
main :is(h1, h2, h3, h4, h5, h6) {
    font-size: calc(100% + 2.2rem);
}
main:not(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
    font-size: calc(100% + .5rem);
}

[class^=swiper-button] {
    width: 3rem;
    height: 3rem;
    display: flex;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    transition: all .5s ease
}
/* end Global Style */


.brand-logo {
    min-width: 12rem;
    color: var(--primary-color);
    transition: all .5s ease;
}
.brand-logo #tagLine {
    color: var(--bs-light);
}
.bwd-nav {
    --bs-bg-opacity: 0;
    --bs-navbar-color: #acacac;
    --bs-navbar-active-color: #fff;

    --bs-navbar-padding-y: 0.8rem;
    transition: all .5s ease;
}
.bwd-nav .nav-link:focus, 
.bwd-nav .nav-link:hover{
    --bs-nav-link-hover-color: #fff;
}
.bwd-nav .nav-item .nav-link.active {
    --bs-navbar-active-color: rgba(var( --primary-color-rgba));
}
.bwd-nav .navbar-toggler {
    --bs-navbar-toggler-border-color: #fff;
    filter: brightness(10);
}
header#masthead {
    transition: all .8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
header#masthead.fixed {
    position: fixed;
    background-color: #000;
}
#masthead.fixed .brand-logo {
    min-width: 10rem;
}
#masthead.fixed .bwd-nav {
    /* --bs-navbar-padding-y: 0.5rem; */
    --bs-navbar-padding-y: 1rem;
}
.nav-search {
    --search-radius: 50px;
}
.nav-search input[type=search] {
    padding-right: 2.6rem;
    border-radius: var(--search-radius);
    --bs-body-color: #fff;
    --bs-form-control-bg: transparent;
}
.nav-search input[type=search]:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgba), 25%);
    border-color: #fff;
}
.nav-search input[type=search]::placeholder {
    color: var(--bs-body-color);
}
.nav-search .btn[type=submit] {
    --bs-form-control-bg: transparent;
    --bs-btn-color: rgba(var(--primary-color-rgba));
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-hover-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    margin-left: -2.6rem;
    border-radius: var(--search-radius);
}

@media only screen and (max-width: 991px){
    .bwd-nav .navbar-collapse {
        transition: all .2s ease;
        margin-top: 2rem;
    }
    .bwd-nav:has(.navbar-collapse.show) {
        --bs-bg-opacity: 0.8;
        --bs-tertiary-bg-rgb: 0, 0, 0;
        backdrop-filter: blur(4px);
    }
}



.banner-top {
    background: linear-gradient(45deg, #131313, #000000);
}
.banner-top .img-wrap {
    /* margin-left: -2.1rem; */
    margin-left: -4.1%;
}
.banner-top .banTitle {
    color: #fff;
    text-align: center;
    font-weight: 900;
}
.banner-top .banTitleTwo {
    color: var(--primary-color);
}



.why-choose {
    background-color: var(--primary-color);
    color: #fff;
}
.why-choose .why-choose-cont .title {
    font-weight: 200;
}
.why-choose .why-choose-cont .title span {
    display: block;
    font-weight: 800;
}
@media only screen and (min-width: 1400px) {
    .why-choose .why-choose-cont {
        max-width: 650px;
        margin-left: auto;
        padding-right: 10rem;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    .why-choose .why-choose-cont {
        padding-right: 7rem;
        margin-left: auto;
        max-width: 550px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .why-choose .why-choose-cont {
        padding-right: 7rem;
        margin-left: auto;
        max-width: 450px;
    }
}

/* @media only screen and (min-width: 992px) {
    .why-choose .why-choose-cont {
        padding-right: 10rem;
    }
} */
@media only screen and (max-width: 991px) {
    .why-choose .why-choose-cont {
        max-width: 720px;
        margin-inline: auto;
        /* padding-right: 10rem; */
    }
}




.sec-slide {
    background-color: #000;
}
.callInfoSlide .swiper-wrapper .swiper-slide {}
.callInfoSlide .swiper-wrapper .swiper-slide {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.callInfoSlide .swiper-wrapper .swiper-slide .img-wrapper {
    position: relative;
}
.callInfoSlide .swiper-wrapper .swiper-slide .img-wrapper img {
    border-top-right-radius: 10rem;
}
.callInfoSlide .swiper-wrapper .swiper-slide .img-wrapper .text-wrap {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.callInfoSlide .swiper-wrapper .swiper-slide .img-wrapper .text-wrap .textBig {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    padding-inline: 5rem;
    filter: drop-shadow( 1px 5px 2px #0000003b);
}
.callInfoSlide .swiper-wrapper .swiper-slide .cont {
    margin-block: 3rem;
}
.callInfoSlide .swiper-wrapper .swiper-slide .cont .cont-wrap {
    display: flex;
    flex-direction: column;
    padding-inline: 1rem;
}
.callInfoSlide .swiper-pagination {
    --swiper-pagination-top: 0;
    --swiper-pagination-bottom: auto;
    --swiper-pagination-color: rgba(var(--primary-color-rgba));
    --swiper-pagination-bullet-inactive-color: rgba(var(--primary-color-rgba));
    text-align: right;
    padding-inline: 2rem;
}
@media only scrreen and (min-width: 1200px) {
    .callInfoSlide .swiper-wrapper .swiper-slide .img-wrapper {
        padding-right: 5rem;
    }
}




.sec-science {
    background: linear-gradient(#000000b3, #000000b3), var(--sec-bg) no-repeat center/cover;
    color: #fff;
}
.sec-science .sec-tite {
    color: rgba(var(--primary-color-rgba));
}
.sec-science .img-science {
    width: 28rem;
    display: flex;
    margin: auto;
    border-radius: 10px;
}
.sec-science .img-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}
@media only screen and (min-width: 767px){
    .sec-science .img-wrap img {
        max-width: 25rem;
    }
}








.sec-TechSpec .sec-tite {
    color: rgba(var(--primary-color-rgba));
}
.sec-TechSpec .slide-title {
    text-align: center;
}
.sec-TechSpec .swiper-wrapper .swiper-slide {
    text-align: center;
}
.sec-TechSpec .swiper-wrapper .swiper-slide .slideWrap {
    list-style: none;
    padding: 0;
    font-size: 1.5rem;
}
.sec-TechSpec .swiper-wrapper .swiper-slide .slideWrap .specLabel {
    color: rgba(var(--primary-color-rgba));
    line-height: 1.3;
    display: block;
}




.sec-contact {
    background-color: #000;
}
.sec-contact .secTitle {
    /* text-align: center;
    line-height: 1.2; */
    color: var(--primary-color);
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .sec-contact .secTitle span {
        display: block;
    }
}
.sec-contact .secTitle span {
    font-weight: 700;
    color: #fff;
}




footer {
    background-color: var(--primary-color);
}
footer .footer-bottom a:has(.fooBrand-logo) {
    color: #fff;
}
footer a {
    text-decoration: none;
}
footer ul li a {
    /* color: #e6e6e6; */
    color: #fff;
    -webkit-text-stroke: .4px transparent;
    transition: all .5s ease;
}
footer ul li a:hover {
    /* color: #fff; */
    -webkit-text-stroke: 0.4px currentColor;
}
footer ul.fooNav {
    margin: 0;
}
footer .footer-top {
    padding-block: 6rem;
}

.fooNav-search {
    --search-radius: 50px;
}
.fooNav-search input[type=search] {
    padding-right: 2.6rem;
    border-radius: var(--search-radius);
    --bs-body-color: #fff;
    --bs-form-control-bg: transparent;
}
.fooNav-search input[type=search]:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-color-rgba), 25%);
    border-color: #fff;
}
.fooNav-search input[type=search]::placeholder {
    color: var(--bs-body-color);
}
.fooNav-search .btn[type=submit] {
    --bs-form-control-bg: transparent;
    --bs-btn-color: #fff;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-hover-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    margin-left: -2.6rem;
    border-radius: var(--search-radius);
}

footer .footer-bottom a:has(.fooBrand-logo) {
    color: #fff;
}
footer .footer-bottom .terms {
    text-align: right;
}
footer .footer-bottom .terms li:not(:first-child) {
    padding-left: 0.4rem;
    position: relative;
}
footer .footer-bottom .terms li:not(:last-child) {
    margin-right: 0.4rem;
}
footer .footer-bottom .terms li:not(:first-child):before {
    content: "";
    height: 0.9rem;
    border-right: 2px solid #fff;
    position: absolute;
    left: -1.5px;
    top: 50%;
    transform: translateY(-50%);
}






.floated-wa {
    position: fixed;
    right: 1%;
    /* bottom: 10%; */
    top: 2%;
    height: 3rem;
    width: 3rem;
    background-color: #25D366;
    color: #fff;
    padding: 0.5rem;
    border: 1px solid #ffffffde;
    /* mix-blend-mode: difference; */
    border-radius: 50px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 999999;
}




