.BannerSection,

.counterSection,

.whatWeOffer {

    padding: 5rem 0px
}



.BannerSection {

    position: relative;

}



/* .BannerSection:after {

    content: '';

    position: absolute;

    background-image: url(../images/ellipseHalf.png);

    width: 50px;

    height: 50px;

    bottom: 0px;

    right: 0px;

    background-size: 100%;

    z-index: 8;

    background-repeat: no-repeat;

} */

.counterSection {

    background-color: #060219e3;

    color: #fff;

    position: relative;

}

.counterSection:after {

    content: '';

    position: absolute;

    background-image: url(../images/ellipseHalf.png);

    width: 50px;

    height: 100px;

    right: 0px;

    background-size: 100%;

    z-index: 1;

    background-repeat: no-repeat;

    top: -50px;

}



.counterImgBox {

    position: relative;

    width: 30%;

    text-align: center;

    margin-right: 15px;

}

.counterImgBox:before {

    content: '';

    position: absolute;

    background-color: #fff;

    width: 50px;

    height: 50px;

    border-radius: 100%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.counterImgBox:after {

    content: '';

    position: absolute;

    background-color: transparent;

    width: 70px;

    height: 70px;

    border-radius: 100%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border: 1px dashed #ffffff;

}



.counterImgBox i {

    z-index: 2;

    position: relative;

    background: linear-gradient(358deg, var(--pink), var(--primary));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.counterInfoBox {

    padding-left: 30px;

    border-left: 1px solid #ffffff52;

}



.counterInfoBox h2 {

    font-size: 38px;

}



.counterInfoBox h2 span {

    font-size: 28px;

    font-weight: 200;

}

.counterInfoBox h4 {

    font-size: 18px;

}



.counterInfoBox p {

    margin-bottom: 5px;

    font-size: 12px;

    color: var(--border-light);

}



/* what we offer section */

.whOffer-carousel .owl-stage-outer .owl-stage {

    padding: 10px 0px;

}

.whOffer-carousel .owl-item {

    background-color: var(--white);

    border-radius: 15px;

    box-shadow: -7px 14px 17px #0000002E;

    padding: 15px;

    background-position: bottom left;

    background-size: contain;

    background-repeat: no-repeat;

    margin: 0px 0px 40px;

}

.whOffer-carousel .owl-item .clickable {
    width: 100%;
    height: 100%;
}

/* .whOffer-carousel .owl-item .item {    

    padding-bottom: 62px;

}  */

.owl-height {

    min-height: 360px !important;

}


.whOffer-carousel .owl-item:nth-child(3n+1) {

    background-image: url(../images/offerBg1.svg);

}

.whOffer-carousel .owl-item:nth-child(3n+2) {

    background-image: url(../images/offerBg2.svg);

}

.whOffer-carousel .owl-item:nth-child(3n+3) {

    background-image: url(../images/offerBg3.svg);

}



.whOffer-carousel .owl-item .title {

    font-family: var(--font-family-title);

    color: var(--black);

    font-weight: 600;

    line-height: 22px;

    font-size: 20px;

    /* line-height: calc(0.8rem + 0.8vw);

    font-size: calc(0.7rem + 0.55vw); */

}



.whOffer-carousel .owl-item .description {

    font-family: var(--font-family-title);

    color: var(--gray-text);

    font-weight: 400;

    font-size: 14px;

    line-height: 20px;

    height: 70px;

    /* line-height: calc(0.6rem + 0.7vw);

    font-size: calc(0.5rem + 0.4vw); */

}

.whOffer-carousel .owl-item .carImg {

    position: relative;

    margin: 80px 0px 0px 0px;

    height: 30px;

}

.whOffer-carousel .owl-item .carImg img {

    position: absolute;

    /* right: -50px; */
    right: -15px;

    bottom: -49px;

    width: 100%;

}

.whOffer-carousel .owl-prev,
.whOffer-carousel .owl-next {

    font-size: 65px !important;

}



.whofferCont {

    position: relative;

}

.whofferCont .owl-theme .custom-nav {

    position: absolute;

    top: 20%;

    left: 0;

    right: 0;

}

.whofferCont .owl-theme .custom-nav .owl-prev,
.whofferCont .owl-theme .custom-nav .owl-next {

    position: absolute;

    height: 100px;

    color: inherit;

    background: none;

    border: none;

    z-index: 100;

}

.whofferCont .owl-theme .custom-nav .owl-prev i,
.whofferCont .owl-theme .custom-nav .owl-next i {

    font-size: 2.5rem;

    color: #cecece;

}

.whofferCont .owl-theme .custom-nav .owl-prev {

    left: -37px;

    top: 48px;

}

.whofferCont .owl-theme .custom-nav .owl-next {

    right: -37px;

    top: 48px;

}

.whatWeOffer {

    position: relative;

    z-index: 8;

}

.whatWeOffer:after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    height: 72%;

    background: linear-gradient(90deg, #8c00690a, #00387b0d);

    z-index: -1;

}

/* what we offer section ends */









/* how does work sections start */

.howDoesWork-divider {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    overflow: hidden;

    line-height: 0;

}



.howDoesWork-divider svg {

    position: relative;

    display: block;

    width: calc(100% + 1.3px);

    height: 200px;

}



.howDoesWork-divider .shape-fill {

    fill: var(--white);

}



.howDoesWork {

    position: relative;

    color: var(--dark);

    background: var(--default-light-bg);

    padding-bottom: 16rem;

    padding-top: 16rem;
    height: auto;

}

.howDoesWork {

    background: url(../images/cityBg.svg), var(--default-light-bg);

    bottom: 0px;

    left: 0;

    background-size: initial;

    background-repeat: no-repeat;

    width: 100%;

    height: 100%;

    background-position: bottom;
    height: auto;

    /* z-index: -1; */

}



.howDoesWork .headInfo {

    margin-bottom: 5rem;



}

.howDoesWork .headInfo h2 {

    /* font-weight: 600;

    font-size: 32px;

    font-weight: 700; */

    line-height: calc(1.75rem + 0.8vw);

}



.howDoesWork .headInfo h2 span {

    /* -webkit-mask-image: url(../images/clipImgOto.png);

    mask-image: url(../images/clipImgOto.png);

    mask-repeat: no-repeat; */

    background: url('../images/clipImgOto.jpg') no-repeat center;

    background-size: cover;

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    font-size: 38px;



    line-height: calc(1.75rem + 0.8vw);

    font-size: calc(1.75rem + 0.65vw);

}

.howDoesWork .headInfo p {

    margin-bottom: 5px;

}



.offerCard {

    text-align: center;

    padding: 10px 3rem;

    position: relative;

}



.offerCard i {

    position: relative;

    background-color: #333;

    color: #fff;

    width: 50px;

    height: 50px;

    text-align: center;

    border-radius: 50%;

    font-size: 14px;

    padding-top: 18px;

}



.noArrowImg i {

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

}



.offerCard:after {

    content: '';

    position: absolute;

    background-image: url(../images/arrowProcess.png);

    top: 0px;

    left: 0;

    background-size: 100%;

    background-repeat: no-repeat;

    width: 172px;

    height: 100%;

    transform: translate(-50%, 6%);

}

.noArrowImg::after {

    display: none;

}



.offerCard h5 {

    margin-top: 20px;

    margin-bottom: 15px;

    font-size: 20px;

}





.offerCard p {

    color: #7E7E7E;

    font-size: 16px;

}

.fleetHighlight {

    margin-top: -58px;

    z-index: 3;

    position: relative;

    margin-bottom: 5rem;

}

/* how does work sections end */



/*banner section start*/



.bannerImg {
    background-image: url(../images/mainBannerPage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    padding: 6rem 5rem 4rem 5rem;
    background-position: center right;
    border-radius: 15px;
    margin-bottom: 6rem;
}

.bannerImg h1 {

    /* font-size: 50px; */

    font-weight: 600;

    /* line-height: 60px; */

    font-size: calc(2.7rem + 0.4vw);

    line-height: calc(2.9rem + 0.4vw);

    max-width: 42%;

}

.bannerImg h4 {

    /* font-size: 22px; */

    margin: 14px 0px;

    font-size: calc(0.9rem + 0.4vw);

}



.bannerImg p {

    max-width: 40%;

    color: #ebebeb;

    /* font-size: 20px;    */

    font-size: calc(0.9rem + 0.35vw);

    line-height: calc(1.2rem + 0.35vw);

    margin-top: 26px;

    text-shadow: 2px 2px 10px #00000040;

}

.actionBtn {

    margin-top: 26px;

}



.actionBtn .btn {

    background-color: #fff;

    padding: 16px 25px;

    border-radius: 7px;

    position: relative;

    /* padding-left: 56px; */

    font-size: 16px;

    transition: 0.5s;

    line-height: 20px;

}

.actionBtn .callBtn:hover {

    background-color: #2196F3;

    color: #fff;

}



.actionBtn .wpBtn:hover {

    background-color: #4CAF50;

    color: #fff;



}





.actionBtn .btn .fa-phone-alt {

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

    font-size: 16px;

    color: #2196F3;

    margin: 3px 4px 0px 0px;

    /* position: absolute;

    left: 28px;

    top: 17px; */

}

.actionBtn .btn .fa-whatsapp {

    font-size: 20px;

    color: #4CAF50;

    margin: 0px 4px 0px 0px;

    /* position: absolute;

    left: 27px;

    top: 13px; */

}



.actionBtn .callBtn:hover .fa-phone-alt {

    color: #fff;

}



.actionBtn .wpBtn:hover .fa-whatsapp {

    color: #fff;



}



/*banner section end*/



.startingPrice {

    font-size: 13px;

    color: #808080;

    line-height: 22px;

    position: relative;

    top: 10px;

}



.startingPrice span {

    font-weight: 700;

    color: #000;

    display: block;

    font-size: 20px;

}



.startingPrice sup {

    top: -1px;

    left: -4px;

}



.startingPrice span small {

    font-weight: 400;

    font-size: 14px;

}

.startingPrice .currencyLabel {

    font-weight: 400;

    font-size: 14px;

    display: inline;

}

.mobileView {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3rem;
    display: none;
    opacity: 0;
}

.mobileView h1 {
    font-size: 33px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 15px;
    color: #333;
}

.mobileView p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    color: var(--gray-text);
}

.mobileView .actionBtn .btn {
    border: 1px solid #e4e4e4;
    box-shadow: 1px 1px 10px #0000004d;
}



@media screen and (max-width:768px) and (min-width:320px) {
    .mobileView {
        display: block;
        opacity: 1;
    }

    .bannerImg {
        display: none;
    }

    .webBanner {
        display: none;
        opacity: 0;
    }
}

@media screen and (min-width:1900px) and (max-width:3100px) {

    /* .whOffer-carousel .owl-item .item {    

        padding-bottom: 62px;

    }  */



    .whOffer-carousel .owl-item .carImg {

        margin: 70px 0px 0px 0px;

    }

    .whOffer-carousel .owl-item .title {
        line-height: 23px;
        font-size: 20px;
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {



    .whOffer-carousel .owl-item .carImg {

        margin: 70px 0px 0px 0px;

    }

    .whOffer-carousel .owl-item .title {
        line-height: 22px;
        font-size: 20px;
    }

}

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



    .overlayLoading img,

    .overlayLoadingBlack img {

        width: 200px;

        border-radius: 10px
    }



    .bannerImg {

        padding: 5rem 2rem 4rem 2rem;

        margin: 0px 0px 6rem 0px;

    }

    .bannerImg h1 {

        font-size: calc(2.2rem + 0.4vw);

        line-height: calc(2.4rem + 0.4vw);

        max-width: 60%;

    }

    .bannerImg p {

        max-width: 40%;

        font-size: calc(0.75rem + 0.35vw);

        line-height: calc(0.9rem + 0.45vw);

    }



    .BannerSection,
    .counterSection,
    .whatWeOffer {

        padding: 4rem 0px;

    }

    .whOffer-carousel .owl-item .title {

        line-height: 22px;

        font-size: 20px;

    }

    .whOffer-carousel .owl-item .description {

        line-height: 20px;

        font-size: 16px;

    }

    .whOffer-carousel .owl-item .carImg img {

        right: -15px;

        width: 92%;

    }



    .offerCard {

        padding: 10px 1rem;

    }



    .howDoesWork .headInfo h2 span {

        line-height: calc(1.75rem + 0.8vw);

        font-size: calc(1.75rem + 0.65vw);

    }



    .howDoesWork .headInfo {

        margin-bottom: 4rem;

    }

}

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

    .bannerImg {

        padding: 2.8rem 2rem 2.8rem 2rem;

        background-position: center;

        margin: 0px 0px 4rem 0px;

    }

    .bannerImg h1 {

        font-size: calc(1.8rem + 0.4vw);

        line-height: calc(2.0rem + 0.4vw);

        max-width: 60%;

    }

    .bannerImg p {

        max-width: 40%;

        margin-top: 20px;

    }

    .whOffer-carousel .owl-item .title {

        line-height: 21px;

        font-size: 19px;

    }

    .whOffer-carousel .owl-item .description {

        line-height: 20px;

        font-size: 15px;

    }



    .whOffer-carousel .owl-item .carImg img {

        right: -15px;

        width: 92%;

    }

    .offerCard h5 {

        font-size: 20px;

    }

    .offerCard p {

        font-size: 16px;

    }



    .howDoesWork .headInfo {

        margin-bottom: 3rem;

    }

}

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

    .offerCard:after {

        display: none;

    }



    .whofferCont .owl-theme .custom-nav .owl-prev {

        left: -15px;

        top: 48px;

    }

    .whofferCont .owl-theme .custom-nav .owl-next {

        right: -15px;

        top: 48px;

    }

    .howDoesWork .headInfo {

        margin-bottom: 1rem;

    }

}

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

    .BannerSection,
    .counterSection,
    .whatWeOffer {

        padding: 2rem 0px;

    }

    .bannerImg {

        padding: 1.9rem 2rem 1.9rem 2rem;

        background-position: center;

        margin: 0px 0px 4rem 0px;

    }

    .bannerImg h1 {

        font-size: calc(1.5rem + 0.4vw);

        line-height: calc(1.6rem + 0.4vw);

        max-width: 70%;

    }

    .bannerImg p {

        max-width: 55%;

        margin-top: 10px;

    }



    .actionBtn .btn {

        padding: 10px 15px;

        font-size: 14px;

    }

    .actionBtn .btn .fa-phone-alt {

        font-size: 14px;

    }

    .actionBtn .btn .fa-whatsapp {

        font-size: 18px;

    }



    .howDoesWork .headInfo h2 span {

        font-size: calc(2.2rem + 1.15vw);

        line-height: calc(2.2rem + 2vw);

    }



    .howDoesWork {

        padding-bottom: 12rem;

        padding-top: 12rem;

    }

    .howDoesWork-divider svg {

        height: 120px;

    }



    .offerCard h5 {

        font-size: 20px;

    }

    .offerCard p {

        font-size: 14px;

        line-height: 18px;

    }

    .whOffer-carousel .owl-item .carImg {

        margin: 60px 0px 0px 0px;

    }

}

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

    .whOffer-carousel .owl-item .carImg {

        margin: 100px 0px 0px 0px;

    }



    .whOffer-carousel .owl-item .carImg img {

        width: 82%;

    }



    .whofferCont .owl-theme .custom-nav .owl-prev {

        left: -10px;

        top: 35px;

    }

    .whofferCont .owl-theme .custom-nav .owl-next {

        right: -10px;

        top: 35px;

    }



    .whOffer-carousel .owl-item .carImg {

        margin: 90px 0px 0px 0px;

    }

}

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

    .whOffer-carousel .owl-item .carImg img {

        right: 5px;

        bottom: -29px;

        width: 70%;

    }





    .whOffer-carousel .owl-item .carImg {

        margin: 90px 0px 0px 0px;

    }

}

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

    .bannerImg {

        padding: 1.4rem 1.4rem 1.4rem 1.4rem;

        background-position: center;

        margin: 0px 0px 4rem 0px;

    }



    .actionBtn .btn {

        padding: 8px 11px;

        font-size: 13px;

    }

    .actionBtn .btn .fa-phone-alt {

        font-size: 13px;

    }

    .actionBtn .btn .fa-whatsapp {

        font-size: 17px;

    }

    .navbar-toggler {

        padding: 8px 10px;

        font-size: 16px;

        line-height: 24px;

    }



    .howDoesWork {

        padding-bottom: 8rem;

        padding-top: 8rem;

    }

    .howDoesWork-divider svg {

        height: 80px;

    }

}



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

    .actionBtn .btn {

        padding: 7px 10px;

        font-size: 12px;

    }



}