@import url('https://fonts.googleapis.com/css2?family=Poppins: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 {
    --rightplace: calc((100vw - 1300px) / 2);
    /* --rightplacevalue:calc(var(--rightplace) / 2); */
}

html,
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    overflow-x: hidden;
    touch-action: manipulation;
    background: #fff;
    font-weight: 400;
    scroll-behavior: smooth;
}

body.modal-open {
    overflow: hidden !important;
    padding: 0 !important;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
    box-shadow: none !important;
}

button:focus,
button:focus-within,
.btn:focus,
.btn:focus-within {
    cursor: pointer;
    outline: 0;
    border: 0;
    box-shadow: none;
}

button,
.btn {
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.btnTheme {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    line-height: 1;
    color: #fff;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-text {
    font-size: 14px;
}

.btnTheme span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btnTheme:hover {
    color: #fff;
}

/* home page css */

/* header css */

.header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    transition: all 0.4s;
}
.header1 {
    top: 0;
    z-index: 5;
    width: 100%;
    transition: all 0.4s;
	background: #ffffff;
	margin-bottom: 40px;
}

.header .logo-box a .logo-white,
.header .logo-box a .logo-black {
    transition: all 0.4s;

}

.header .logo-box a .logo-black {
    display: none;
}

.header.fixed {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
}

.header.fixed .logo-box a .logo-white {
    display: none;
}

.header.fixed .logo-box a .logo-black {
    display: block;
}

.header-container {
    display: block;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-content-box {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header-btn {
    background: #FFE373;
    color: #000;
    padding: 10px 25px;
    transition: all 0.4s;
    font-size: 14px;
}

.header-btn:hover {
    background: #000;
    color: #FFE373;
}

/* endheader css */

/* banner css */
.banner-content-box {
    position: relative;
}

.bannerimg-box {
    position: relative;
    text-align: center;
}

.bannerimg {
    width: 100%;
}

.bannerimg-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(45, 76, 249, .7);
}

.bannertext-box {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
    color: #fff;
}

.bannertext {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-heading {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 6px 20px;
}

.banner-heading2 {
    font-weight: 300;
}

.downloadsec-text {
    font-size: 20px;
}

.downloadsec-text span {
    position: relative;
    font-weight: 600;
}

.downloadsec-text span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 41px;
    left: 0;
    background: url('../images/wepool-vector.svg') no-repeat bottom;
}

.download-btnbx {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.appbtn {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    background: #fff;
    border-radius: 35px;
}


.privacy{
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}
.privacy:hover{
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
.appbtn.appbtn2::after {
    content: "";
    position: absolute;
    bottom: -60%;
    z-index: -1;
    left: 70%;
    width: 116%;
    height: 100%;
    background: url('../images/comming1.svg') no-repeat bottom;
}

/* end banner css */

/* rangeslider css */
.rangeslider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rangesliderBox {
    width: 900px;
    padding: 120px 0;
    background: url('../images/sliderbg.png') no-repeat center;
    background-size: 80%;
    display: flex;
    align-items: last baseline;
}

.homebx {
    text-align: center;
}

.range_container {
    --_marker-border-clr: #000;
    --_marker-size: 16px;
    --_track-heigt: 20px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 20px;
    position: relative;
}

/* .sliders_control::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: dashed 2px #fff;
    top: 10px;
    z-index: 1;
} */

.sliders_control {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-tooltip {
    position: absolute;
    top: 25px;
    left: 0;
    width: fit-content;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    translate: -50% 0;
}

#toSliderTooltip::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    translate: -50% 0;
    width: 35px;
    height: 35px;
    z-index: -1;
    background: url('../images/toslider.svg') no-repeat center;
    background-size: 100%;
    z-index: 2;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 .1rem #fff;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 .1rem #fff;
    cursor: pointer;
}

input#toSlider[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 50px;
    height: 24px;
    background-color: transparent !important;
    background-image: url('../images/car.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    border-radius: 0;
    box-shadow: none !important;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 111;
}

input#toSlider[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 50px;
    height: 24px;
    background-color: transparent !important;
    background-image: url('../images/car.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    border-radius: 0;
    box-shadow: none !important;
    cursor: pointer;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 111;

}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #fff, 0 0 9px #fff;
    -webkit-box-shadow: inset 0 0 3px #fff, 0 0 9px #fff;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: var(--_track-heigt);
    width: 100%;
    position: absolute;
    background-color: var(--_marker-border-clr);
    pointer-events: none;
    border-radius: 20px;
}

#fromSlider {
    height: 0;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: -2px;
}

.scale {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    width: calc(100% - var(--_marker-size));
    margin-inline: auto;
    font-size: 0.8rem;
}

.scale div {
    position: absolute;
    translate: -50% 0;
}

.scale div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -125%;
    width: 1px;
    height: 10px;
    background-color: #666;
}

/* end rangeslider css */

/* thinksec css */
.think {
    padding-bottom: 100px;
}

.thinkTitle {
    font-size: 70px;
    font-weight: 600;
    line-height: 91px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.thinkTitle span {
    color: #b7b7b7;
}

.threecolcontainer {
    margin: 120px 0;
}

.threecolsec {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.threecol {
    width: calc(33% - 27px);
}

.threecoltxtbx {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.threecoltitle {
    font-size: 20px;
}

.threecoltxt {
    line-height: 1.76;
}

.thinkfootbox {
    text-align: center;
}

.hasstxt {
    display: inline-block;
    padding: 8px 20px;
    background: #2D4CF9;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hassp {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    line-height: 31px;
    font-size: 18px;
}

/* end thinksec css */
/* phone css */
.phone {
    padding-top: 100px;
    padding-bottom: 100px;
}

.phonecontainer {
    width: 90%;
    margin: 0 auto;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 30px 75px;
}

.twocolsec {
    display: flex;
    gap: 40px;
}

.btn-black {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    transition: all 0.4s;
}

.btn-black:hover {
    background: #ffffff;
    color: #000;
}

.twocol-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.twocol-left {
    position: relative;
    width: 330px;
    flex-shrink: 0;
}

.twocol-left-imgbx {
    position: absolute;
    bottom: -30px;
}

.twocol-right-content-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* end phone css */

/* footer css */

.footer {
    padding: 70px 0;
    border-top: solid 1px #f0f0f0;
}

.footer-col-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.footerlinks {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 80%;
}

.footerlinks li {
    display: block;
    margin: 0;
    padding: 4px 0;
    list-style-type: none;
}

.footerlinks li a {
    display: block;
    width: 100%;
    padding: 4px 0;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
}

.footerlinks li a:hover {
    color: #2D4CF9;

}

.footerlinks li a.alllink {
    font-weight: 500;
    color: #2D4CF9;
}

.footerlogosec h2 {
    font-size: 38px;
    font-weight: 800;
    margin-top: 50px;
}

.footerlogosec h3 {
    font-size: 38px;
    font-weight: 300;
    margin-top: 15px;
}

.socialicons {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

/* end footer css */
/* popup css */

.modal-content.frmpop {
    padding: 40px;
    border-radius: 0;
    border: 0
}

.frmhdd1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 10px;
}

.frmhdd2 {
    font-size: 38px;
    font-weight: 300;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 25px;
}

.inputgrp {
    display: block;
    width: 100%;
    margin-bottom: 28px;
}

.themeinput {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 2;
    border: solid 2px #ddd;
    font-size: 14px;
    color: #ADADAD;
}

.custpop {
    width: 580px;
    max-width: unset;
}

.enqfrm {
    width: 100%;
}

.frmpop .modal-footer {
    border: 0;
    padding-top: 0;
    justify-content: flex-start;
}

.btn.ssbmt {
    padding-left: 35px;
    padding-right: 35px;
}

.btn.btn-black.ssbmt:hover {
    background: #000;
    color: #fff;
}

/* end popup css */

.copyright-sec {
    color: #fff;
    background: #2D4CF9;
    padding: 25px 0;
}

.copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.container-theme {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container-theme {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-theme {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-theme {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-theme {
        max-width: 1140px;
    }
}

@media (min-width: 1350px) {
    .container-theme {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container-theme {
        max-width: 1360px;
    }
}

@media (min-width: 1500px) {
    .container-theme {
        max-width: 1440px;
    }
}

@media (max-width:922px) {
    .header {
        padding-top: 50px;
    }

    .header.fixed {
        padding-top: 0;
    }

    .logo-box {
        width: 120px;
    }

    .header-btn {
        padding: 10px 15px;
    }

    .rangesliderBox {
        width: 90%;
        background: url('../images/sliderbg1.png') no-repeat left center;
        background-size: 80%;
    }

    .homebx {
        display: none;
    }

    .bannerimg-box {
        position: relative;
        height: 700px;
    }

    .bannertext-box {
        transform: translateY(-40%);
    }

    .bannerimg {
        height: 100%;
        max-width: unset;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }

    .banner-heading1 {
        font-size: 36px;
        display: inline-block;
        margin: 0 30px;
    }

    .banner-heading2 {
        font-size: 34px;
        display: inline-block;
        margin: 0 50px;
    }

    .downloadsec-text {
        width: 350px;
        line-height: 2;
    }

    .downloadsec-text span::after {
        height: 165%;
    }

    .appbtn.appbtn2::after {
        content: "";
        position: absolute;
        bottom: -90%;
        z-index: -1;
        left: -44px;
        width: 116%;
        height: 100%;
        background: url('../images/comming2.svg') no-repeat bottom;
    }

    .thinktextbx {
        width: 282px;
        margin: 0 auto;
    }

    .thinkTitle {
        font-size: 56px;
    }

    .threecol {
        width: 100%;
    }

    .phonecontainer {
        width: 100%;
        padding: 30px;
    }

    .twocolsec {
        flex-direction: column-reverse;
    }

    .twocol-left {
        width: 100%;
    }

    .twocol-left-imgbx {
        position: relative;
        bottom: -30px;
        text-align: center;
    }

    .footerlogosec {
        margin-bottom: 60px;
    }

    .linkssec {
        margin-bottom: 60px;
    }

    .frmhdd1 {
        font-size: 32px;
    }

    .frmhdd2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .modal-content.frmpop {
        padding: 25px 0;
    }

    .custpop {
        width: unset;
    }
}