@font-face {
 font-family: ultra-light;
 src: url(../fonts/NEUEPLAK-WIDEULTRALIGHT.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDEULTRALIGHT.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}
@font-face {
 font-family: black;
 src: url(../fonts/NEUEPLAK-WIDEBLACK.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDEBLACK.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}
@font-face {
 font-family: bold;
 src: url(../fonts/NEUEPLAK-WIDEBOLD.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDEBOLD.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}
@font-face {
 font-family: extra-black;
 src: url(../fonts/NEUEPLAK-WIDEEXTRABLACK.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDEEXTRABLACK.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}
@font-face {
 font-family: light;
 src: url(../fonts/NEUEPLAK-WIDELIGHT.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDELIGHT.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}

@font-face {
 font-family: regular;
 src: url(../fonts/NEUEPLAK-WIDEREGULAR.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDEREGULAR.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}

@font-face {
 font-family: semibold;
 src: url(../fonts/NEUEPLAK-WIDESEMIBOLD.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDESEMIBOLD.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}

@font-face {
 font-family: thin;
 src: url(../fonts/NEUEPLAK-WIDETHIN.TTF) format("woff2"), url(../fonts/NEUEPLAK-WIDETHIN.TTF) format("woff");
 font-weight: 300;
 font-style: normal
}
* {
    list-style: none;
    text-decoration: none !important;
    font-family: regular, sans-serif;
}

.fs-title {
    font-size: 5em;
    font-family: semibold;
}

:root {
    --text-color: #000a11;
    --text-hover-color: #555;
    --link-transition: all 0.2s ease-in-out;
    --line-height-default: 1.5;
    --title-font-size: 2.3em;
    --blue-color: #0b8fe4;
    --blue-gradient: linear-gradient(163.82deg, #81c9fc 13.52%, #c8e8ff 115.71%),
        linear-gradient(0deg, #81c9fc, #81c9fc);
    --drop-shadow: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.2));
}

body{
    overflow-x:hidden;
}

.page-title {
    font-size: 2.5em !important;
    font-weight: 700;
    font-size: var(--title-font-size);
}

.page-subtitle {
    color: rgba(108, 117, 125, 1);
    font-weight: 400;
    line-height: var(--line-height-default);
    font-size: 1em;
}

.page-title-light {
    color: #fff;

    font-weight: 700;
    font-size: 3em;
}

.page-subtitle-light {
    color: #fff;
    font-weight: 400;
    line-height: var(--line-height-default);
    font-size: 1em;
}

.blue-bg {
    background-color: var(--blue-color);
}
/* Header CSS */

.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}

.sky-gradient {
    background: linear-gradient(
        295.36deg,
        rgba(11, 143, 228, 0.24) -50.74%,
        #0b8fe4 98.57%
    );
    /*background: url(../img/Scrool-blue.png);    */
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}
.sky-gradient-img {

    background: url(../img/Scrool-blue.png);    
    background-size: contain;
    background-repeat: no-repeat;
}

.header .logo-light {
    flex: 1;
}

.header .logo-dark {
    display: none;
}

.header ul li.nav-item {
    color: #fff;
    padding: 0 30px;
    transition: var(--link-transition);
}

.header ul li.nav-item:hover {
    color: #efefef;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    flex: 6;
}

.header-menu-right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex: 1.5;
}

.header-menu-right li.nav-item.right {
    padding-right: 0;
    padding-left: 8px;
}

.circle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2f2fc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0.7em;
    margin: 0 5px 0 0;
    transition: var(--link-transition);
}

a.circle-button:hover {
    filter: var(--drop-shadow);
    transform: translate(0, -4px);
}

header .nav-bg-img {
    width: 100%;
    margin-top: 2%;
    margin-bottom: -7.5%;
}

/*HOME Page START*/

.banner-section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index:1;
}

 .banner-text{
    z-index: 999999 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(10%,-50%);
}

div.banner-text .banner-title{
font-size: 3.5em;
    font-weight: 700;
    padding: 0.5em 0;
    border-radius: 16px;
    color: #fff;
}

.banner-button{
    max-width:300px;
}
img.scrool{
    position: absolute;
    bottom: 0;
    left: 45%;
    height: auto;
    width: 10%;
    margin-bottom: 40px;
    z-index:99;
    animation: scrool_wheel 10s forwards infinite linear;
}

@keyframes scrool_wheel {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

img.arrow{
    position: absolute;
    bottom: 6%;
    left: 49%;
    height: auto;
    width: 2%;
    margin-bottom: 40px;
    z-index: 99;
}


img.waterfall{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 40px;
    object-fit: cover;
}

img.mountain{
    position: absolute;
    bottom: 40%;
    right: -20%;
    width: 100%;
    height: auto;
}

img.sky{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}

img.birds{
    position: absolute;
    top: 20%;
    right: 40%;
    max-width: 300px;
    height: auto;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}

img.rock1{
    position: absolute;
    right: -15%;
    bottom: -5%;
    width: 50%;
    height: auto;
    transition:transform 1.5s ease;
    transition-delay: 0.05s;
}

img.rock3{
    position: absolute;
    right: -500px;
    bottom: -15%;
    max-width: 700px;
    height: auto;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}

img.rock4{
    position: absolute;
    left: -100px;
    bottom: -150px;
    max-width: 800px;
    height: auto;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}

img.middlerock{
    position: absolute;
    right: -10%;
    bottom: -15%;
    max-height: 260px;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}

img.waterbottle{
    position: absolute;
    right: 0%;
    bottom: -80px;
    max-width: 768px;
    width: 100%;
    height: auto;
    transition:transform 1.5s ease-in;
    transition-delay: 0.05s;
}



.video-thumb {
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-slide-img-overlay > div {
    border-radius: 200px 200px 0 0;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-slide-img {
    padding: 10px;
    max-height: 400px;
    margin: -40px 0 auto;
    width: auto;
}

.certificate-slide-img {
    max-height: 400px;
    width: auto;
}

.gallery-slide-img {
    display: block;
    max-height: 400px;
    width: auto;
}

.swiper-scrollbar-drag {
    background-color: var(--blue-color) !important;
}

#product-118 {
    margin: -120px auto;
    width: 110%;
    height: auto;
}

div.water-inner-box {
    /*border: 1px dashed #a8a8a8;*/
    /*padding: 20px;*/
    width: fit-content;
    height: fit-content;
    border-radius: 200px 200px 0 0;
    margin: 120px auto;
    position: relative;
}

div.water-inner-img {
    width: fit-content;
    border-radius: 200px 200px 0 0;
}

div.water-inner-img img {
    width: 100%;
    /*margin-top: -70px;*/
}
.water-inner{
    position:relative;
}
.water-inner-mg{
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 5;
    opacity: 0.1;
}
.water-inner-ca{
    position: absolute;
    bottom: -15%;
    right: 5%;
    z-index: 5;
    opacity: 0.1;
}
.water-inner-hco{
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 5;
    opacity: 0.1;
}
.water-inner-k{
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 5;
    opacity: 0.1;
}
.bordered-button {
    padding: 10px;
    border: 1px dashed #a6a6a6;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
    position: absolute;
}

div.water-inner-box .bordered-button:nth-child(1) {
    top: 0;
    left: -100px;
}

div.water-inner-box .bordered-button:nth-child(2) {
    top: 40%;
    left: -130px;
}

div.water-inner-box .bordered-button:nth-child(3) {
    top: 80%;
    left: -130px;
}

div.water-inner-box .bordered-button:nth-child(4) {
    top: 0;
    right: -100px;
}

div.water-inner-box .bordered-button:nth-child(5) {
    top: 40%;
    right: -130px;
}

div.water-inner-box .bordered-button:nth-child(6) {
    top: 80%;
    right: -130px;
}
.water-inner .row {
    justify-content: space-around;
}
.play-btn {
    position: relative;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #0b8fe438;
    border-radius: 50%;
    z-index: -1;
    animation: anime-btn 0.8s infinite linear;
}

.product-cat-nav-link {
    background-color: #e2f2fc;
    color: var(--blue-color);
    border: transparent;
    border-radius: 8px;
    outline: #e2f2fc;
    padding: 0.8em 4em !important;
}

.product-cat-nav-link.active {
    background-color: var(--blue-color);
    color: #fff;
}

@keyframes anime-btn {
    0% {
        width: 130px;
        height: 130px;
        opacity: 0.8;
    }

    50% {
        width: 180px;
        height: 180px;
        opacity: 0.7;
    }

    100% {
        width: 130px;
        height: 130px;
        opacity: 0.8;
    }
}

ul.mobile-menu {
    background-color: var(--blue-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: var(--link-transition);
    opacity: 1;
    z-index: 1;
}

.mobile-menu .nav-item{
    font-size: 1.5em;
}

ul.mobile-menu .close-button{
    color: var(--blue-color);
    position: absolute;
    top: 20px;
    right: 20px;
}
ul.mobile-menu.deactive{
    display: none;
 }
/*HOME Page END*/

/* Product Details START*/
.product-slide-nav{
    display: flex;
    flex-direction: column;
}

.product-slide-nav .product-slide-nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 1em;
    background-color: #fff;
    width: 80px !important;
    height: 80px !important;
    box-shadow: 1px 1px 1px #d8d8d8;
    cursor: pointer;
}


.product-slide-nav .product-slide-nav-link img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details-bg {
    margin-top: -150px;
    background-color: #fffffff0;
    position: relative;
    z-index: 3;
}

.product-slide-single-img {
    padding: 2em;
}

.product-slide-single-img img{
    width: 100%;
}
div.thumbsSlider{
    height: fit-content;
    box-sizing: border-box;
}
.accordion-button:not(.collapsed){
    background-color: transparent !important;
}

.accordion-body{
    line-height: var(--line-height-default);
}
/* Product Details END*/

/* Blog Section */

section.page-section {
    padding: 60px 0;

}

.card-text {
    line-height: var(--line-height-default);
}

.card-link span {
    margin-right: 10px;
}

.card-footer {
    background-color: #fff;
}

.blog-body-text {
    color: var(--text-hover-color);
    line-height: var(--line-height-default);
}

.blog-img {
    border-radius: 8px;
    width: 100%;
    min-height: 200px;
    max-height: 100vh;
    object-fit: cover;
}

/*About US*/

.about-us-banner {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about-us-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 99, 170, 0.5);
    border-radius: 16px;
}
.about-us-banner .banner-text {
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-us-banner .banner-title {
    color: #fff;
    font-weight: 600;
    font-size: 3em;
}

.about-us-banner .banner-subtitle {
    color: #fff;
    line-height: var(--line-height-default);
}

.about-us-banner .banner-bottles {
    z-index: 1;
}

.about-us-banner .banner-bottles img {
    width: 100%;
    height: 100%;
}

div.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2f2fc;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: var(--link-transition);
    cursor: pointer;
}

div.circle:hover {
    filter: var(--drop-shadow);
    transform: translate(0, -4px);
}

.about-us-why-title {
    font-weight: 600;
}

.about-us-why-description {
    color: var(--text-hover-color);
    text-align: center;
    line-height: var(--line-height-default);
}

img.about-us-info-1-bg {
    position: absolute;
    bottom: -250px;
    right: 0;
    width: 50%;
    height: auto;
}

.about-us-info-1 > div:nth-child(2) {
    z-index: 1;
}

.about-info-img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 16px;
}

.light-btn {
    display: inline-block;
    padding: 1em 2em;
    color: var(--blue-color);
    background-color: #e2f2fc;
    border-radius: 64px;
    font-weight: 500;
    transition: var(--link-transition);
    font-size: 1.2em;
}

.light-btn:hover {
    filter: var(--drop-shadow);
    transform: translate(0, -4px);
}

/*CART Page START*/

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none !important;
}

button.nav-link {
    color: #000;
    width: 100%;
}

.nav-tabs li.nav-item {
    flex-grow: 1;
}

.nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid var(--blue-color) !important;
}

table.cart-table {
    width: 100%;
    margin: 20px 0;
}
table.cart-table th {
    color: var(--blue-color);
}
table.cart-table th,
table.cart-table tr {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 20px 20px 0;
    font-size: 0.86em;
    padding-right: 15px;
}
table.cart-table tr .cart-product-img {
    background-color: #0b8de450;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    padding: 15px;
    border-radius: 8px;
    margin: 30px 0px;
}

table.cart-table .price,
table.cart-table .currency {
    color: #767676;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}
.calc-qty {
    border: 2px solid #e1f1fb;
    width: fit-content;
    border-radius: 8px;
    padding: 12px 8px;
}

input.product-qty {
    border: none;
    outline: none;
    max-height: 40px;
    max-width: 40px;
    text-align: center;
    color: #767676;
    padding: 0;
}

button.decrease-qty {
    border: none;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    max-height: 40px;
    color: #767676;
}

button.increase-qty {
    border: none;
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
    max-height: 40px;
    color: #767676;
}

button.remove-cart-product {
    outline: none;
    border: none;
    background-color: #fff;
    color: #767676;
}

div.cart-totals {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid var(--blue-color);
    padding: 30px;
    margin: 30px 0;
}

div.cart-totals h6 {
    margin-bottom: 20px;
}

div.cart-totals-table {
    display: flex;
    flex-direction: column;
}

div.cart-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

div.cart-totals-row:last-child {
    border: none;
}

div.cart-totals-row div.cart-totals-data {
    font-size: 0.86em;
    font-weight: 500;
}

div.cart-totals-data label {
    padding-left: 10px;
}

.cart-checkout-btn {
    display: block;
    text-align: center;
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--blue-color);
    border-radius: 8px;
    color: #fff;
    padding: 20px;
    transition: var(--link-transition);
}

.banner-text .cart-checkout-btn{
    display: block;
    text-align: center;
    width: 100%;
    outline: none;
    border: none;
    font-size: 2em;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 50px;
    color: #0b8fe4;
    padding: 20px;
    transition: var(--link-transition);
}


.cart-checkout-btn:hover {
    filter: var(--drop-shadow);
    transform: translate(0px, -4px);
}

.address-todo-box {
    border-radius: 8px;
    border: 1px solid var(--blue-color);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.address-todo-box .address-edit-btn {
    border: none;
    outline: none;
    background-color: var(--blue-color);
    border-radius: 8px;
    color: #fff;
    padding: 12px 16px;
    margin-top: 20px;
    transition: var(--link-transition);
}

.address-todo-box .address-edit-btn:hover {
    filter: var(--drop-shadow);
    transform: translate(0px, -4px);
}

.address-todo-box h6 {
    margin-bottom: 20px;
}

.address-todo-add-box {
    border-radius: 8px;
    border: 1px solid var(--blue-color);
    display: inline-block;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.address-todo-add-box .address-todo-add-btn {
    outline: none;
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    background-color: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.tab-pane input,
.tab-pane textarea {
    /*padding: 8px 16px;*/
    padding:0;

}

.input-group-text {
    background-color: transparent;
}

div.checkout-form {
    margin: 20px 0;
}

div.order-completed-icon {
    margin: auto;
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: var(--blue-color);
    color: #fff;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 75px;
}

.order-completed-details {
    border: 1px dashed #222;
    padding: 30px;
    border-radius: 8px;
}
.partner-slide img{
     webkit-filter: grayscale(100%) !important;
     filter: grayscale(100%) !important; 
     -webkit-transition: -webkit-filter .3s ease !important; 
     transition: -webkit-filter .3s ease !important; 
    -o-transition: filter .3s ease !important;
     transition: filter .3s ease !important; 
     transition: filter .3s ease,-webkit-filter .3s ease !important; 
}
.partner-slide img:hover {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}
/*CART Page END*/

/*LOGIN Page START*/

.auth-box > div {
    margin-top: -150px;
    background-color: #fff;
    z-index: 3;
}

/*LOGIN Page END*/

/*Footer Section*/

footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    border-top: 1px solid #ddd;
}

footer .footer-logo {
    display: inline;
    width: 20%;
}

.footer-menu {
    display: flex;
    justify-content: space-around;
    margin: 0 0 40px 0;
}

.footer-menu li a {
    color: var(--text-color);
    transition: var(--link-transition);
    line-height: var(--line-height-default);
}

.footer-menu li a:hover {
    color: var(--text-hover-color);
}

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

.footer-bottom > div:last-child {
    text-align: right;
}

/* Media Query max-width 768px*/

@media only screen and (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-bottom {
        gap: 30px;
        text-align: center;
    }

    .footer-bottom > div:last-child {
        text-align: center;
    }

    .header-menu,
    .nav-bg-img {
        display: none;
    }

    header.sky-gradient {
        background: transparent;
    }

    .header .logo-light {
        display: none;
    }

    .header .logo-dark {
        display: block;
    }

    a.hamburger-icon {
        display: flex;
        flex-direction: column;
        gap: 6.5px;
    }

    a.hamburger-icon .line {
        display: inline-block;
        width: 50%;
        height: 1.5px;
         border-radius: 2px;
        background-color: var(--blue-color);
    }

    .about-us-banner .banner-bottles img {
        margin-bottom: -80px;
        object-fit: cover;
        object-position: top;
    }

    .about-us-banner .banner-title {
        font-size: var(--title-font-size);
    }

    .about-us-banner .banner-subtitle {
        font-size: 0.86em;
    }

    .blog-img {
        width: 100%;
        min-height: 300px;
        max-height: 100vh;
    }

    .about-us-info-1-bg {
        display: none;
    }

    table.cart-table .calc-qty {
        flex-direction: column;
        gap: 10px;
    }

    .auth-box > div {
        margin-top: auto;
        background-color: #fff;
    }

    .product-details-bg > div {
        margin-top: 0 !important;
        background-color: #fff;
    }

    img.home-banner-img {
        display: none;
    }

    .about-info-img {
        display: none;
    }

    #product-118 {
        margin: 25px auto -100px auto;
        width: 70%;
        height: auto;
    }

    .bordered-button {
        display: none;
    }

}

@media screen and (max-width: 990px){
    .product-slide-nav{
        flex-direction: row;
        gap: 10px;
    }



    .product-details-bg {
        margin-top: 0 !important;
        background-color: #fff;
    }
}

/* Media Query min-width 768px*/
@media screen and (min-width: 769px) {
    a.hamburger-icon {
        display: none;
    }
}

@media (min-width:280px) and (max-width:320px){
    .banner-text .cart-checkout-btn {
        width: 55%;
        font-size: 1em;
        padding: 10px;
    }
    div.banner-text .banner-title {
    font-size: 1.2em;
    padding: 0;
    }
    .banner-text {
        
        top: 20%;
        left: 0;
        
    }
    .water-inner-mg, .water-inner-ca, .water-inner-hco, .water-inner-k{
      width: -webkit-fill-available;
    }
    .water-inner-hco {
        bottom: 30%;
    }
    .water-inner-ca{
        bottom: 0%;
    }
    .water-inner .col-lg-2{
        display: none !important;
    }
    .sky, .rock4, .birds, .mountain, .scrool,.arrow,  .waterfall, .rock3, .rock1, .middlerock, .waterbottle{
        display:none !important;
    }
    .water-inner .row{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-section{
        background: url(../img/320x568.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
        .home-section .banner-text, .mineral-logo{
        display: none;
    }
    .page-title {
    font-size: 1.5em !important;
    font-weight: 700;
    font-size: var(--title-font-size);
}
.fs-title {
    font-size: 4em;
    font-family: semibold;
}
.
}
@media (min-width:320px) and (max-width:480px){
    .banner-text .cart-checkout-btn {
        
        width: 55%;
        font-size: 1em;
        
        padding: 10px;
    }
    div.banner-text .banner-title {
    font-size: 1.2em;
    padding: 0;
    }
    .banner-text {
        
        top: 20%;
        left: 0;
        
    }
    .water-inner-mg, .water-inner-ca, .water-inner-hco, .water-inner-k{
      width: -webkit-fill-available;
    }
    
    .water-inner-ca{
        bottom: 0%;
    }
    .water-inner-hco {
        bottom: 30%;
    }
    .water-inner .col-lg-2{
        display: none  !important;
    }
    .sky, .rock4, .birds, .mountain, .scrool,.arrow,  .waterfall, .rock3, .rock1, .middlerock, .waterbottle, .mineral-logo{
        display:none !important;
    }
    .water-inner .row{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-section{
        background: url(../img/320x568.jpg);
background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    }
    .home-section .banner-text{
        display: none;
    }
    .page-title {
    font-size: 1.5em !important;
    font-weight: 700;
    font-size: var(--title-font-size);
}
.fs-title {
    font-size: 4em;
    font-family: semibold;
}

}
@media (min-width:480px) and (max-width:768px){
    .banner-text .cart-checkout-btn {
        width: 55%;
        font-size: 1em;
        padding: 10px;
    }
    div.banner-text .banner-title {
    font-size: 1.2em;
    padding: 0;
    }
    .banner-text {
        
        top: 20%;
        left: 0;
        
    }
    .water-inner-mg, .water-inner-ca, .water-inner-hco, .water-inner-k{
      width: -webkit-fill-available;
    }
    
    .water-inner-ca{
        bottom: 0%;
    }
    .water-inner-hco {
        bottom: 30%;
    }
    .water-inner .col-lg-2{
        display: none  !important;
    }
    .sky, .rock4, .birds, .mountain, .scrool,.arrow,  .waterfall, .rock3, .rock1, .middlerock, .waterbottle, .mineral-logo{
        display:none !important;
    }
    .water-inner .row{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-section{
        background: url(../img/480x853.jpg);
background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    }
    .home-section .banner-text{
        display: none;
    }
.page-title {
    font-size: 1.5em !important;
    font-weight: 700;
    font-size: var(--title-font-size);
}
.fs-title {
    font-size: 4em;
    font-family: semibold;
}
}
@media (min-width:768px) and (max-width:1023px){
    .banner-text .cart-checkout-btn {
        width: 55%;
        font-size: 1em;
        padding: 10px;
    }
    div.banner-text .banner-title {
    font-size: 1.2em;
    padding: 0;
    }
    .banner-text {
        
        top: 20%;
        left: 0;
        
    }
    /*.water-inner-mg, .water-inner-ca, .water-inner-hco, .water-inner-k{*/
    /*  width: -webkit-fill-available;*/
    /*}*/
    
    .water-inner-ca{
        bottom: 0%;
    }
    .water-inner-hco {
        bottom: 30%;
    }
    .water-inner .col-lg-2{
        display: none  !important;
    }
    .sky, .rock4, .birds, .mountain, .scrool,.arrow,  .waterfall, .rock3, .rock1, .middlerock, .waterbottle, .mineral-logo{
        display:none !important;
    }
    .water-inner .row{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-section{
        background: url(../img/768x1366.jpg);
background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    }
    .home-section .banner-text{
        display: none;
    }
.page-title {
    font-size: 1.5em !important;
    font-weight: 700;
    font-size: var(--title-font-size);
}
.fs-title {
    font-size: 4em;
    font-family: semibold;
}
}
@media (min-width:1024px) and (max-width:1336px){
    .banner-text .cart-checkout-btn {
        width: 55%;
        font-size: 1em;
        padding: 10px;
    }
    div.banner-text .banner-title {
    font-size: 1.2em;
    padding: 0;
    }
    .banner-text {
        
        top: 20%;
        left: 0;
        
    }
    /*.water-inner-mg, .water-inner-ca, .water-inner-hco, .water-inner-k{*/
    /*  width: -webkit-fill-available;*/
    /*}*/
    
    .water-inner-ca{
        bottom: 0%;
    }
    .water-inner-hco {
        bottom: 30%;
    }
    .water-inner .col-lg-2{
        display: none  !important;
    }
    .sky, .rock4, .birds, .mountain, .scrool, .arrow, .waterfall, .rock3, .rock1, .middlerock, .waterbottle{
        display:none !important;
    }
    .water-inner .row{
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-section{
        background: url(../img/1366x768.jpg);
background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    }
    .home-section .banner-text{
        display: none;
    }
    .fs-title {
    font-size: 4em;
    font-family: semibold;
}

}
@media (min-width:1366px) and (max-width:1600px){

}
.card-title{
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.number-1818{
    border: 4px solid #fff;
    width: fit-content;
    padding: 8px 16px;
}
