@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --base: #EFF7FF;
    --primary-bgcolor: #21D0B2;
    --primary-color: #000;
    --secondary-color: #fff;
    --stats-bx-brdr: 1px solid #C5C5C5;
    --stats-bxtwo-brdr: 1px solid #9E9E9E;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}


.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 16px;
}

/*banner*/
.banner {
    background-image: url(../images/bev_bg.png);
    height: 562px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
}

.banner .head {
    color: var(--secondary-color);
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    width: 57%;
}

.banner .para {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    width: 42%;
}

.banner span {
    color: #21D0B2;
}

.banner-btns a {
    text-decoration: none;
}

.banner-btns {
    display: flex;
    gap: 25px;
}

.primary-btn,
.secondary-btn {
    color: var(--primary-color);
    background: var(--primary-bgcolor);
    border-radius: 40px;
    padding: 16px 37px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid;
    transition: .3s ease-in-out;
}

.primary-btn:hover {
    color: #21D0B2;
    border: 1px solid #21D0B2;
    background: none;
}

.secondary-btn {
    color: #21D0B2;
    background: none;
    background: none;
}

.secondary-btn:hover {
    color: #000 !important;
    background: #21D0B2 !important;
    background: none;
}

/*banner*/


/*cards*/
.cards-main {
    background: var(--base);
}

.cards-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.cards-main .para {
    padding-top: 30px;
    color: var(--primary-color);
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
}

.crd-wrapss {
    border: 1px solid #DBDCE0;
    padding: 27px 15px 29px 15px;
    border-radius: 10px;
    box-shadow: 9px 9px #21d0b22b;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
}

.cards-main .imgs {
    height: 76px;
}

/*cards*/

/*start*/
.start {
    justify-content: center;
    display: flex;
    text-align: center;
}

.start .head {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
}
.phone-slider {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    padding-bottom: 40px;
}
.phone-slider .owl-carousel button.owl-dot {
    border: 1px solid #000;}
.phone-slider .owl-carousel button.owl-dot.active {
    border: 1px solid transparent;}

    .phone-slider-wrap{
        grid-template-columns: 41% 1fr !important;
    }

    .phone-slider .owl-dots {
        bottom: -50px;
    }

.start .para {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25.6px;
    font-weight: 500;
    color: #000;
}

.start-btns {
    gap: 29px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.start .startbtn {
    background: #F18F4A;
    border: 1px solid #F18F4A;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 13px 34px;
    border-radius: 22px;
    font-weight: 500;
    transition: .5s;
}

.start .startbtn:hover {
    background: none;
    color: #F18F4A;
}

.start .cntctbtn:hover {
    background: #000;
    color: #fff;
}

.start .cntctbtn {
    background: #fff;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    padding: 13px 43px;
    background: none;
    text-decoration: none;
    border-radius: 22px;
    font-weight: 500;
    transition: .5s;
}

/*start*/

/*focuses*/
.owl-nav {
    position: absolute;
    top: 169px;
    width: 100%;
    display: none;
}

.owlbrands-product video {
    width: 563px !important;
    height: 100%;
}

.video-outer-one {
    border-radius: 0px 15px 0px 0px;
}

.video-outer-two {
    border-radius: 15px 0px 0px 0px;
}

.product-slider {
    overflow: hidden;
    background: #fff;
    border-radius: 0px 15px 15px 0px;
}

.product-slider-two {
    border-radius: 15px 0px 0px 15px;
}

.product-slider .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.vdo-focuses ul li {
    list-style: none;
}
.fpara span.nmes {
    color: var(--primary-color);
    font-weight: bold;
}
.vdo-focuses {
    color: var(--primary-color);
}
.statsCarousel{
    list-style: none;
}
.vdo-focuses .nmes {
    color: var(--primary-color);
    font-weight: bold;
}

.focuses,
.vdo-focuses {
    background-image: url(../images/moden_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.vdo-focuses .focus-divisions {
    display: grid;
    grid-template-columns: 47% 1fr;
}

.vdo-focuses .focus-division-two {
    display: grid;
    grid-template-columns: 1fr 47%;
}

.vdo-focuses .focus-border-four {
    border-radius: 0px 15px 15px 0px;
}

.vdo-focuses .focus-one-conts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 8%) -1px 0px 10px;
}

.fcsses_images {
    max-width: 392px;
}
.product-slider * {
    height: 100%;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-radius: 11px;
    height: fit-content !important;
}

.owl-carousel button.owl-dot {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 0 !important;
    font: inherit;
    margin: 15PX 5px;
    width: 24px;
    height: 10px;
    border-radius: 10px;
    background: unset;
}

button.owl-dot.active {
    background: var(--primary-bgcolor);
    border: none;
}

.focuses .head {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px;
}

.fcs-hdtwo {
    display: none;
}

.focus-division {
    display: flex;
}

.focus-division-two {
    display: flex;
}

.fhead {
    color: #141414;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.focus-one-cont {
    width: 53%;
    background: #fff;
    padding: 40px 50px 40px 52px;

}

.focus-one-img {
    width: 47%;
}

.fpara {
    color: #5E5E5E;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.product-slider > .container-fluid {
    line-height: 0;
}
.focuses .fcsbtn {
    text-decoration: none;
    color: #21D0B2;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #21D0B2;
    padding: 17px 37px 16px 37px;
    border-radius: 40px;
}

.focus-one-img img {
    width: 100%;
    display: block;
}

.focus-division {
    margin-bottom: 65px;
    margin-top: 65px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.focus-border-one,
.focus-border-three {
    border-radius: 15px 0px 0px 15px;
}

.focus-border-two,
.focus-border-four {
    border-radius: 0px 15px 15px 0px;
}

/*focuses*/


/*locations*/
.locations-wrapper {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 31px;
}

.locations .head {
    color: var(--primary-color);
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}

.locations .para {
    color: #5E5E5E;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.loc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*locations*/
/*footer*/
.footer_info {
    background: #eff7ff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.footer_info .head {
    text-align: center;
    padding-bottom: 20px;
}

.email_phone_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 75px;
}

.email_phone_wrapper a {
    display: inline-flex;
    gap: 10px;
    color: #000;
    padding: 0px 15px;
    font-weight: 600;
    text-decoration: none;
}

/*footer*/

/*media queries*/
@media(max-width: 900px) {
    .cards-main-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 768px) {
    .fcsses_images {
        padding-top: 15px;
    }
    .owl-carousel.owl-drag .owl-item{max-width: 100%;}
    .vdo-focuses .container-fluid img {
        height: auto;
    }
.phone-slider{
    order: -1;
}
.phone-slider-wrap {
    grid-template-columns: 1fr !important;
}
    .banner {
        background-image: url(../images/bev_bgmob.png);
        background-position: 90% top;
        height: 500px;
        padding-top: 0px;

    }

    .muti_im4_t {
        width: auto;
        height: 103px;
    }
    
    .owl-carousel .owl-item img{width: auto;  }


    .primary-btn {
        margin-right: 30px;
    }

    .banner .head {
        width: 100%;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .banner .para {
        font-size: 16px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 8px;
    }

    .banner-btns {
        flex-wrap: wrap;
        gap: 5px;
    }

    .secondary-btn,
    .primary-btn {
        padding: 11px 26px;
        font-size: 14px;
    }

    .one .navs-wrapper,
    .two .navs-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .navs .one,
    .cards-main,
    .start,
    .vdo-focuses,
    .locations {
        padding: 40px 0px;
    }

    .bannerwrapper {
        padding-top: 300px;
    }

    .start .cntctbtn,
    .start .startbtn {
        padding: 11px 26px;
        font-size: 14px;
    }

    .start .para {
        font-size: 14px;
    }

    .start .head {
        font-size: 26px;
    }

    .start-btns {
        gap: 15px;
        display: flex;
        justify-content: center;
    }

    .cards-main-wrapper {
        grid-template-columns: 1fr;
    }

    .two .navs-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .vdo-focuses .focus-one-conts {
        order: 1;
        border-radius: 0px 0px 15px 15px;
        padding: 16px 25px;
    }

    .vdo-focuses .focus-division-two,
    .vdo-focuses .focus-divisions {
        display: flex;
        flex-wrap: wrap;
    }

    .product-slider {
        border-radius: 15px 15px 0px 0px;
    }

    .vdo-focuses .focus-division-two,
    .vdo-focuses .focus-divisions {
        padding-bottom: 40px;
    }

    .vdo-focuses .fhead {
        margin-bottom: 8px;
    }

    .locations-wrapper {
        grid-template-columns: 1fr;
    }

    .fpara {
        line-height: 24px;
        font-size: 15px;
    }

    .locations .head {
        font-size: 27px;
        line-height: 33px;
    }

    .locations .para {
        font-size: 15px;
        line-height: 25px;
    }

    .fcsses_images {
        max-width: 300px;
    }

    .email_phone_wrapper {
        gap: 10px;
    }

    .footer_info {
        padding-bottom: 40px;
    }

    .chargess,
    .trafficss,
    .realls,
    .modernsss, .hybridss, .alexass {
        max-width: 264px;
    }
    .cnnctss {
        max-width: 243px;
    }
}

/*media queries*/
.multiimgs {
    max-width: 337px;
}
