@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Montserrat:wght@400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
    font-family: "Eurostile Extended";
    src: url("../fonts/EurostileExtended-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat Black";
    src: url("../fonts/Montserrat-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Rubik", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/* Header */
header {
    background: #0c212c;
    padding: 22px 0;
}

.topbar {
    display: flex;
    align-items: center;
}

.topbar .col {
    flex: 1;
}
.progress-bar-container {
    display: inline-block;
}
.upsell-progress .progress {
    width: 450px;
    --bs-progress-height: 1.6rem;
    --bs-progress-border-radius: 13px;
    font-family:Rubik;
    font-size:13px;
}
.media-trust {
    display: flex;
    align-items: center;
}
.media-trust > * {
    margin-left: 12px;
}
.media-trust span {
    color: #ffffffc9;
    display: block;
    font-size: 10px;
    letter-spacing: -0.03em;
}

.media-trust h4 {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.trust_top {
    display: flex;
    justify-content: flex-end;
    margin: 0 -15px;
}

.trust_top li {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
header .container-fluid {
    padding: 0 60px;
}

.topBlueBar {
    background: #5dc3ec;
}

.topBlueBar p {
    font-family: "Rubik", sans-serif;
    margin: 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 32.15px;
    color: #0c212c;
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    text-align: center;
    max-width: 885px;
    margin: 0 auto 44px;
}

.title h2 {
    font-family: "Montserrat Black";
    font-weight: 900;
    font-size: 42px;
    letter-spacing: -0.04em;
    line-height: 44px;
    text-align: center;
    color: #0c212c;
    margin: 0;
}

.title h2 span {
    display: block;
    color: #5dc3ec;
}

.hero-main {
    padding: 35px 0 80px;
}

.heroSlider {
    margin-bottom: 43px;
}

.heroSlider .imgHolder img {
    width: 100%;
}

.heroSlider .swiper-button-next:after,
.heroSlider .swiper-button-prev:after {
    content: none;
}

.heroListing li {
    display: flex;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    text-align: left;
    color: #0c212c;
}

.heroListing li i {
    margin-right: 10px;
}

.heroListing li span {
    flex: 1;
    font-weight: 300;
}

.hero-main {
    overflow: hidden;
    position: relative;
}

.hero-main .imgCard img {
    max-width: 100%;
}

.hero-main .bg-img {
    position: absolute;
    top: 0;
    right: 0;
}

.hero-main .container {
    position: relative;
    z-index: 5;
}

.titleLead {
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: #2a2a43;
}

.brandListing {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandListing li {
    margin-right: 25px;
}

.cta-buy {
    max-width: 476.54px;
    width: 100%;
    text-align: center;
}

.btn {
    height: 62.05px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border: none;
}

.cta-primary:hover {
    background: #5dc3ec;
    color: #fff;
}

.cta-primary {
    background: #43a047;
    color: #fff;
    border-radius: 4px;
}

.cta-buy span {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.cta-buy i {
    padding: 15px;
}

.cta-buy {
    margin-left: 60px;
}

.paymentCard {
    text-align: center;
    margin-top: 14px;
}

.paymentCard img {
    max-width: 100%;
}

.brandMain {
    padding-bottom: 71px;
}

.gradeCard {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -15px;
}

.gradeCard li {
    padding: 0 15px;
}

.repels-water .title {
    max-width: 100%;
    margin: 0 auto 80px;
    position: relative;
    z-index: 100;
}

.repels-water .title h2 {
    line-height: 39px;
}

.repels-water .title span {
    display: inline-block;
}

.repels-water {
    padding: 115px 0 210px;
    background: url(../images/mainbanner.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    background-size: cover;
}

.content p {
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    color: #0f212c;
    margin-bottom: 125px;
}

.repels-water .content {
    max-width: 443px;
}

.repels-water .img-holder {
    position: relative;
}

.repels-water .img-holder .amazonImg {
    position: absolute;
    left: -475px;
    max-width: inherit;
    transform: translate(-0%, -33%);
}

.easy-to-use .title {
    max-width: 100%;
}

.easy-to-use .title p {
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #2a2a43;
    margin: 15px auto;
}

.easy-to-use {
    padding: 105px 0 130px;
}
.easy-to-use .imgTitle img {
    width: 100%;
}
.mySwiper img {
    max-width: 100%;
}

/* .mySwiper {
    max-width: 1277px;
    margin: 0 auto;
} */

.cardSlider {
    text-align: center;
}

.cardSlider h2 {
    font-family: "Eurostile Extended";
    font-weight: 900;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 44px;
    text-align: center;
    color: #1e292e;
    margin-bottom: 15px;
}

.cardSlider p {
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #1e292e;
    line-height: 23px;
    max-width: 339px;
    margin: 0 auto;
}

.titleCard .icon {
    text-align: center;
    margin-bottom: 20px;
}
.titleCard .icon img {
    height: 110px;
}

.cardSlider .imgTitle {
    text-align: center;
    margin-bottom: 51px;
}

.mySwiper {
    max-width: 1216px;
    margin: 0 auto;
}

/******* GUARANTEE SEC ******/
.guarantee-sec {
    background: #0c212c url(../images/guarantee-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 0 109px 0;
}

.guarantee-title {
    text-align: center;
}

.guarantee-title h3 {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat Black";
    font-weight: 900;
    line-height: 43px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.guarantee-title p {
    font-size: 23px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}

.badge-icon {
    text-align: center;
    margin: -95px 0 15px 0;
}

.badge-icon img {
    height: 270px;
}

.guarantee-inner {
    max-width: 1244px;
    width: 100%;
    margin: 15px auto 0;
}

.guarantee-box {
    display: flex;
    align-items: center;
    padding: 32px 0;
}

.guarantee-box .image-holder {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarantee-box .text-box {
    flex: 1;
    padding-left: 16px;
    width: 100%;
}

.guarantee-box .text-box p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}
.guarantee-box .guarantee-title {
    font-family: 'Montserrat Black';
    font-size: 22px;
    text-align: start;
}
.guarantee-box .guarantee-description {
    font-weight: 300;
}
.buy-btn {
    height: 66px;
    font-size: 31px;
    max-width: 508px;
    width: 100%;
    margin: 30px auto 0;
}

/***** REVIEW SEC ******/
.review-sec {
    padding: 110px 0 75px;
}

.review-title {
    text-align: center;
}

.review-title h2 {
    color: #0c212c;
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 15px 0px;
}

.review-title p {
    color: #2a2a43;
    font-size: 23px;
    font-weight: 300;
}

.review-inner {
    margin: 47px 0 0 0;
}

.review-inner .swiper {
    padding: 30px 0;
}

.review-box {
    background: #fff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.16);
}

.review-box .image-holder img {
    width: 100%;
}

.review-box .text-box {
    padding: 50px 20px 85px;
}

.review-box .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-box .text-box ul li {
    padding: 0 5px;
}

.review-user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 15px;
}

.review-user span {
    max-width: 54px;
    width: 100%;
}

.review-user .user-text {
    padding-left: 20px;
}

.review-user .user-text h4 {
    color: #2a2a43;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 6px 0;
}

.review-user .user-text strong {
    color: #2a2a43;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    display: block;
}

.review-box .text-box p {
    color: #06243b;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
}

/******* FOOTER *****/
footer {
    background-color: #0c212c;
    padding: 50px 0;
}

.footer-logo {
    text-align: center;
}

.social-media {
    max-width: 160px;
    width: 100%;
    margin: -13px 0 0 0;
}

.social-media h4 {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #5dc3ec;
    text-align: center;
}

.social-media ul {
    display: flex;
    justify-content: space-between;
}

.social-media ul li {
    margin-right: 18px;
}

.social-media ul li:last-child {
    margin: 0;
}

.footer-inner .text-box {
    padding-top: 10px;
}
.footer-inner .text-box h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin: 24px 0 21px 0;
}

.footer-inner .text-box p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.footer-link {
    padding: 30px 0 0 0;
}
.footer-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-link ul li {
    padding: 0 13px;
}

.footer-link ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
}
.footer-link ul li a:hover {
    color: #5dc3ec;
}

.payment-accept {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-top: -13px;
}

.payment-accept h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 12px 0;
    font-family: "Rubik", sans-serif;
    color: #5dc3ec;
}

.payment-accept ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.payment-accept ul:last-child {
    margin: 0;
}

.payment-accept ul li {
    margin-right: 15px;
}

.payment-accept ul li:last-child {
    margin: 0;
}

/****** MOBILE *****/
.mobile-footer-left ul li {
    margin-bottom: 31px;
}
.mobile-footer-left ul li:last-child {
    margin: 0;
}
.mobile-footer-left ul li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    display: block;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    /* display: none; */
}

.priceBanner {
    background-color: #fff;
    position: relative;
    padding:  0px 0 0;
}
.priceBanner .imgHero {
    width: 100%;
    height: 100%;
}

header .topbar p {
    margin: 0;
    text-align: center;
    color: #fff;
}
header .topbar p a {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 32.15px;
    text-align: left;
    color: #fff;
}
.imgWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.cardPrcing {
    background: #fff;
    padding: 40px;
    margin-right: 0px;
    margin-left: 40px;
    box-shadow: #00000027 7px 13px 50px;
}

.priceBanner .container {
    position: relative;
    z-index: 5;
}

.cardPrcing h1 {
    font-family: "Montserrat Black";
    font-weight: 900;

    text-align: left;
    color: #0c212c;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #5dc3ec;
}
.cardPrcing h1 span {
    font-size: 45px;
    letter-spacing: -0.02em;
    line-height: 1;
    display: block;
    font-family: "Eurostile Extended", sans-serif;
    font-weight: 900;
    color: #0c212c;
    text-align: center;
}

.cardPrcing h3 {
    font-family: "Montserrat Black", sans-serif;
    font-weight: 900;
    font-size: 35px;
    letter-spacing: -0.04em;
    line-height: 36px;
    text-align: left;
    color: #0c212c;
    text-align: center;
}

.cardPrcing h3 span {
    color: #5dc3ec;
}

.cardPrcing ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cardPrcing ul li:last-child {
    margin-bottom: 5px;
}
.cardPrcing ul li span {
    flex: 1;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    color: #0c212c;
    font-family: 'Montserrat Black';
}
.cardPrcing ul li i {
    margin-right: 8px;
}
.cardPrcing .price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 65px;
    letter-spacing: -0.06em;
    color: #0c212c;
}
.cardPrcing .price del {
    font-size: 48px;
    color: #bbbbbb;
}

.cardPrcing .review ul {
    display: flex;
    align-items: center;
}
.cardPrcing .review span {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #0f212c;
}

.cardPrcing .review {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.cardPrcing .review ul {
    margin-right: 13px;
}

.cardPrcing .btn span {
    flex: 1;
}
.cardPrcing .btn {
    height: 89.91px;
    border-radius: 3px;
}
.cardPrcing h3 .introduction{
    font-size:20px;
}
.cardPrcing .kit-list {
    margin:auto 119px;
}
.no-thanks-text {
    text-decoration: underline;
    color:#0C212C;
    font-weight:300;
}

.kit-description .title h2 {
    font-size: 45px;
    line-height: 1;
}
.kit-description .product-card-title{
    text-align: center;
    font-weight:500;
    font-size:20px;
}
.kit-description .sub-heading{
    text-align: center;
}
.hero-main .content {
    max-width: 543px;
    position: relative;
}
.hero-main .content p {
    margin-bottom: 28px;
}

.hero-main .content .btn span {
    flex: 1;
}
.hero-main .content h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.hero-main ul li {
    width: fit-content;
}
.sliderContent {
    max-width: 600px;
    margin-left: auto;
}

.eramicSpray {
    position: absolute;
    top: -213px;
    max-width: 949px;
    left: 200px;
}


.review-inner {
    max-width: 1182px;
    margin: 0 auto;
}

.cardReview {
    margin-top: 50px;
}
.cardReview .titleRate {
    display: flex;
    margin-bottom: 20px;
}
.cardReview .titleRate span {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    color: #2a2a43;
    margin-left: auto;
}
.cardReview .media {
    display: flex;
    margin: 0 0 15px 0;
}
.cardReview .media .text-box{
    flex: 1;
    width: 100%;
    padding-left: 20px;
}
.cardReview .name {
    font-weight: 300;
    font-size: 28px;
    color: #2a2a43;
}

.cardReview h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 33px;
    color: #2a2a43;
    margin-bottom: 14px;
}

.cardReview p {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: -0.04em;
    line-height: 25px;
    text-align: left;
    color: #06243b;
    max-width: 351px;
}

.ceramicSpray {
    text-align: center;
    padding-bottom: 85px;
    padding-top: 60px;
}
.ceramicSpray .review-title span {
    color: #5dc3ec;
}
.ceramicSpray .review-title h2 {
    font-size: 55px;
}
.ceramicSpray .btn {
    display: inline-flex;
    height: 80px;
    border-radius: 3px;
    padding: 0 20px;
    width: 435px;
    font-size: 22px;
}
.ceramicSpray .img-holder {
    margin-bottom: 40px;
}

.ceramicSpray .btn .media-body {
    flex: 1;
    padding: 0 40px;
}
.ceramicSpray .btn .media-body .text {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.ceramicSpray .paragraphs {
    font-weight:300;
    font-size:23px;
}
.contentInner {
    position: relative;
    z-index: 5;
}
.easeContent {
    max-width: 1216px;
    margin: 0 auto;
}

.faqs {
    padding: 50px 0 0;
}
.card-faqs h3 img {
    vertical-align: middle;
}
.card-faqs h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
}
.card-faqs p {
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    color: #0f212c;
}

.faqs .card-faqs {
    margin-bottom: 21px;
}

.easy-to-use .title h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
