@import url("fonts.css");

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* body {
	line-height: 1;
} */
ol,
ul {
    list-style-type: none;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}


body {
    background: #fff;
    font-family: "studio", "Inter", "Helvetica-regular";
}

.background-main-bg{
    background: url(../Images/mainbg.png) no-repeat center top -68px;
    width: 100%;
    position: relative;
    /* z-index: -1; */
    background-size: cover;
    margin-top: -16px;
    overflow: hidden;
}
main{
    z-index: 2;
    position: relative;
    background: #E7F6F7;
    border-radius: 106px;
    
}

/* patterns */
/* home page */
.patter1{
    left: 40px;
    top: 130px;
    transform: rotate(170deg) scaleX(-1);
}
.patter2{
    left: 251px;
    top: 327px;
    transform: rotate(194deg);
}
.patter3{
    right: 302px;
    top: 360px;
    transform: rotate(210deg);
}
.patter4{
    right:40px;
    top: 74px;
    transform: rotate(0);
}

.container-900 {
    width: 900px;
    margin: auto;
}

.color-main {
    background-color: #6E121A;
}

.nice-header {
    position: sticky;
    top: 0;;
    background: #E7F6F7;
    z-index: 10;
    padding: 24px 0;
}
.nice-header.sticky{
    background-color: transparent;
    background-color: rgb(231, 245, 247, 0.9);
    backdrop-filter: blur(8px);
    padding: 24px 40px;
    z-index: 3;
    /* backdrop-filter: blur(8px); */
    /* top: 4px; */
    /* border-radius: 32px; */
}

.nice-header.sticky .btn-search span {
    display: none;
}

.nice-header.sticky .languages {
    border: 1px solid #fff;
    padding: 8px;
}

.nice-header .languages:hover {
    /* border: 1px solid #00000033; */
    background-color: #CCE2F4;
}

.nice-header.sticky .main-logo img {
    width: 122px;
    transition: 0.3s;
}


.btn {
    transition: 0.4s ease;
}

.btn:hover {
    transform: scale(1.05);
}

.btn.languages {
    border-radius: 12px;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    padding: 12px 12px;
}
.menu-button{
    border: 0;
}
.nice-header .menu-button:focus, .nice-header .menu-button:hover{
    background-color: #CCE2F4;
    border:0;
    outline: 0;
}



.btn.btn-primary {
    border-radius: 12px;
    background: #006EC7 !important;
    border: 0;
    text-transform: capitalize;
    padding: 16px 32px;
}

.btn.btn-secondary {
    border-radius: 12px;
    background: #2C2E35 !important;
    border: 0;
    text-transform: capitalize;
    padding: 16px 32px;
}

.btn.btn-outline-secondary {
    border-radius: 12px;
    border: 1px solid #2C2E35 !important; 
    text-transform: capitalize;
    padding: 16px 32px;
    color: #2C2E35;
}
.btn.btn-outline-secondary:hover{
    background-color: #2C2E35 !important;
    color: #fff;
}

.btn.btn-light {
    border-radius: 12px;
    background: #e7e7e7 !important;
    color: #000;
    border: 0;
    text-transform: capitalize;
    padding: 16px 32px;
}



/* languages */
.language .dropdown-menu.show{
    border-radius: 12px;
    margin-top: 8px;
    border: 0;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
}

.language .dropdown-menu.show li a{
    display: block;
    padding: 12px 16px;
}
.dropdown-item.disabled, .dropdown-item:disabled{
    color: #006EC7;
}


.dropdown-toggle::after {
    background: url(../Images/keyboard_arrow_down.svg) no-repeat center center;
    border: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



.hr{
    background: url(../Images/hrline.svg) repeat-x left top;
    border: 0;
    height: 3px;
    opacity: 1;
}
.hr-2{
    background: url(../Images/hrLine2.svg) repeat-x left top;
    border: 0;
    height: 3px;
    opacity: 1;
}
.hr-space{
    background: url(../Images/hrline.svg) repeat-x left top;
    border: 0;
    height: 3px;
    opacity: 1;
    margin: 64px 0;
}


/* menu */
.nice-header.sticky .opened-menu {
    top: 74px !important;
}
.navbar-collapse{
    height: 100%;
}
.navbar-toggler-icon{
    width: 32px;
    height: 32px;
    background: url(../Images/menu2.svg) no-repeat center center;
    background-size: cover;
}

.opened-menu {
    position: absolute;
    left: 0;
    top: 98px !important;
    width: 100%;
    padding: 64px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.25s ease;
    max-height: 80vh;
    overflow: auto;
}

.products-menu {
    position: relative;
    /* margin-left: calc((100% - 1440px)/2); */
    z-index: 1;
}

.opened-menu .card {
    border: 0;
    transition: 0.3s ease;
    padding: 24px 8px 8px 8px;
    text-align: center;
    border-radius: 16px;
}

.opened-menu .card:hover {
    background-color: #F5F5F5;
    border-radius: 32px
}

.opened-menu .card .image-block {
    width: 164px;
    height: 156px;
    overflow: hidden;
    margin: auto;
}

.opened-menu .card img {
    border-radius: 24px;
}

.opened-menu .card h3 {
    margin-top: 16px;
    color: #2C2E35;
    font-family: "Inter-medium", "Helvetica-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.dropdown-toggle {
    transition: 0.4s ease;
}

.dropdown-toggle.show {
    position: relative;
}


.dropdown-toggle.show::before {
    content: "";
    width: 100%;
    position: absolute;
}

.nice-header.sticky .dropdown-toggle::before {
    bottom: -19px;
}





/* hero-section */

.slogan{
    font-family:  "studio-caps";
    font-size: 74px;
    color:#006EC7;
    padding: 88px 0 240px 0;
}

.slogan-bg{
    background-color: #006EC7;
    color: #fff;
    padding: 0 20px;
    border-radius: 56px;
    padding-top: 12px;
}

.hero-bottles{
    position: relative;
    z-index: 2;
    max-width: 715px;
    margin: auto;
    margin-top: -208px;
}
.hero-bottles img{
    width: 100%;
}



/* 4 features */
.main-content{
    margin-top: -180px;
    padding: 180px 0;
    border-radius: 104px;
    background-color: #fff;
}
.describe-priorities{
    padding: 48px 0;
}
.describe-priorities h3{
    font: 20px "studio";
    line-height: 1.25;
    margin: 24px 0;

}
.describe-priorities p{
    font: 14px "studio";
    line-height: 1.25;
}


/* water-specifications */
.description-group { 
    padding: 80px 0;
}
.description-group  h2{
    margin-bottom: 24px;
    font: 48px "studio-caps";
} 
.description-group p{
    font: 24px "studio";
    line-height: 1.5;
}


/* carousel */

.bbb_slider_container{
    
}

.owl-item{
    left: 64px;
}
.owl-item .bbb_image{
    height: 600px;
    overflow: hidden;
    border-radius: 88px;
}
.owl-item .bbb_image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bbb_content{
    margin-top: 32px;
}

.bbb_slider_nav{
    z-index: 2;
}

.bbb_nav{
    opacity: 0;
    transition: 0.4s;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}
.carousel-block:hover .bbb_nav{
    opacity: 1;
    transform: translateY(-100%);
    cursor: pointer;
}
.carousel-block:hover .bbb_nav:hover{
    transform: translateY(-100%) scale(1.1);
}
.bbb_prev{
    left: 24px;
    background: url(../Images/arrow-navigation-slider-back.svg) no-repeat #006dc7e2 center;
}
.bbb_next{
    right: 24px;
    background: url(../Images/arrow-navigation-slider.svg) no-repeat #006dc7e2 center;
    backdrop-filter: blur(20px);
}





/* products - mainpage */


.products-block-on-main{
    background:url(../Images/blue-background.png) no-repeat center bottom #0047A5;
    margin-top: -140px;
    padding: 140px 0;
    border-radius: 0 0 104px 104px;
    background-size: cover;
}

.just-testimonial{
    padding: 128px 0 96px 0;
}
.just-testimonial p, 
.just-testimonial span {
    color: #fff;
    font: 48px "studio-caps";
    line-height: 1.5;
}

.product-one a{
    padding: 80px 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 104px;
    transition: 0.4s;
}
.product-one a img{
    transition: 0.4s;
}


.product-one p, .product-one h4{
    color: #fff;
}
.product-one h4{
    font: 24px "studio-caps";
    line-height: 1.5;
}
.product-one p{
    font: 16px "studio";
    line-height: 1.5;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.minerals{
    position: absolute;
    left: 40px;
    top: 40px;
}
.minerals span{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font: 24px "studio-caps";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-20px);
}

.minerals .limebg{
   background-color: #7CCD1A;
}
.minerals .greenbg{
   background-color: #00AD82;
}

.product-one .bottle-image img, .product-one  .bottle-image{
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.product-one a:hover{
    background-color: transparent;
    transform: scale(1.03);
    backdrop-filter: blur(1px);
    outline: 3px solid #006EC7;
}
.product-one a:hover img{
    transform: rotate(3deg) scale(1.07);
    
}
.product-one a:hover .minerals span {
    opacity: 1;
    transform: translateY(0);
}






/* Footer */
.footer{
    background: #000048 url(../Images/leaf-bg.svg) left bottom no-repeat;
    /* border-radius: 104px 104px 0 0; */
    padding: 340px 0 64px 0;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 1;
    margin-top: -180px;
}
.footer-info h5{
    color: #ffffff30;
    font: 14px "studio-caps";
    
}
.footer-info a {
    color: #CCE2F4;
    font: 16px "studio";
    padding: 8px 0;
    display: block   
}
.footer-info a:hover{
    color: #338BD2;
}

.footer-bottom p{
    color: #ffffff60;
    font: 12px "studio";
}
.footer .language{
    color: #E5F0F9;
    text-transform: capitalize;
    font: 16px "studio";
}

.footer-bottom .copyright{
    margin-bottom: 0;
    line-height: 1.2;
}







/* menu open modal */
.menuop-modal,
.menuop-modal .modal-content {
    height: 100%;
    background-color: #00004820;
    backdrop-filter: blur(10px);
}

.menuop-modal .modal-dialog {
    margin: 0;
    right: 0;
    position: absolute;
    height: 100%;
    --bs-modal-width: 100%;
    width: 70%;
}

.menuop-modal .modal-dialog .modal-content {
    border-radius: 24px 0 0 24px;
    background: url(../Images/blue-background.png) no-repeat bottom;
    background-size: cover;
    border-radius: 72px 0 0 72px;
    /* border-radius:0; */
}

.menuop-modal .modal-dialog .modal-body {
    padding: 0;
}


.menuop-block a{
    font: 56px "studio-caps";
    line-height: 1.8;
    color: #CCE2F4;
    transition: 0.4s;
    display: block;
}
.menuop-block a:hover{
    color: #fff;
    transform: scale(1.05);
}


.socials-menuop {
    margin: 0;
}

.socials-menuop a {
    padding: 12px;
    display: block;
    text-indent: -4545454px;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
}

.socials-menuop .facebook a {
    background: url(../Images/facebook-io.svg) no-repeat center center;
}

.socials-menuop .youtube a {
    background: url(../Images/youtube-io.svg) no-repeat center center;
}

.socials-menuop .instagramm a {
    background: url(../Images/instagramm-io.svg) no-repeat center center;
}
.socials-menuop .tiktok a {
    background: url(../Images/tiktok-blue-bluesky.svg) no-repeat center center;
}

.socials-menuop li {
    transition: 0.4s ease;
    border-radius: 50%;
    margin-right: 24px;
}



.menuop-modal.modal.fade:not(.show) .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}
.btn-closer{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 24px;
    background: url(../Images/close\ white.svg) no-repeat center #ffffff10;
}
.btn-closer:hover{
    background: url(../Images/close\ white.svg) no-repeat center #ffffff10;
}






/* inpage */

.inpage .nice-header{
    background: #fff;
}
.inpage .nice-header.nice-header.sticky{
    background-color: rgb(231, 245, 247, 0.9);
    backdrop-filter: blur(8px);
}
.description-group.a-big-text-inside , .title-text-block, 
.text-and-images-block, .testimonial-inside, .images-block, .blog-block-grid, .blog-block-list {
    padding: 40px 0;
}


/* breadcrumb */

.breadcrumb{
    margin-top: 24px;
}
.breadcrumb-item{
    font-size: 12px;
}
.breadcrumb-item a{
    color: #000;
}
.breadcrumb-item.active{
    color: #00000050;
}



/* heading-paragraph-block */

/* .heading-paragraph-block{
    padding: 0 0 40px 0;
} */
.heading-paragraph-block h1{
    font: 28px "studio";
    margin: 24px 0;
}


/* title-text-block */

.title-text-block h2{
    font: 28px "studio";
    margin: 24px 0;
}



/* images-block */

.images-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}
.images-block .col-12 img{
    
    aspect-ratio:inherit;
}



/* text-and-images-block */


.text-and-images-block h1, 
.text-and-images-block h2, 
.text-and-images-block h3, 
.text-and-images-block h4, 
.text-and-images-block h5{
    margin-bottom: 16px;
}
.text-and-images-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
}

/* testimonials-inside */
.testimonial-inside img{
    margin-right: 24px;
}
.testimonial-inside p{
    color: #006EC7;
    font: 28px "studio-caps";
    line-height: 1.5;
    margin-bottom: 0;
}

.colorBlue p{
    color: #0047A5;
}



/* blog-news */

.blog-block-grid  .blocks-merger a{
    display: block;
    color: #000;
    overflow: hidden;
    width: 100%;
}
.blog-block-grid  .blocks-merger a .image-block{
    /* width: 100%;
    height: 560px; */
    overflow: hidden;
    border-radius: 32px;
    aspect-ratio: 4 / 3;
}
.blog-block-grid  .blocks-merger a .image-block > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    overflow: hidden;
}


.blog-block-grid  .blocks-merger a:hover img{
    transform: scale(1.03);
}

.blog-block-grid .one-news-block{
    margin-top: 24px;
}

.blog-block-grid .one-news-block .text{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.blog-block-grid .date span{
    margin-left: 12px;
    color: #0055AD;
}



/* blog-list */

.blog-block-list  .blocks-merger a{
    display: block;
    color: #000;
    overflow: hidden;
    width: 100%;
}
.blog-block-list  .blocks-merger a .image-block{

    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 32px;
}
.blog-block-list  .blocks-merger a .image-block > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    overflow: hidden;
}


.blog-block-list  .blocks-merger a:hover img{
    transform: scale(1.03);
}

.blog-block-list .one-news-block{
    margin-top: 24px;
}

.blog-block-list .one-news-block .text{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.blog-block-list 
.date span{
    margin-left: 12px;
    color: #0055AD;
}




/* products inside page */
.products-block-on-inside{
    margin-top: 48px;
}
.products-block-on-inside h4,
.products-block-on-inside p {
    color: #000;
    text-align: left;
}
.products-block-on-inside  .minerals {
    display: block;
    position: relative;
    left: 20px;
    top: 0;
    margin-bottom: 24px;
}
.products-block-on-inside  .minerals *{
    opacity: 1;
}

.products-block-on-inside .product-one{
    border: 1px solid #D3D2D2;
    border-radius: 104px;
    padding: 40px 0;
}


.products-block-on-inside .bottles-img img{
    width: 100%;
    max-width: none;
}





/* contact-block  */

.contact-block{
    padding: 40px 0;
}

.contact-block .mail,
.contact-block .phone {
    font: 48px "studio";
    line-height: 1.3;
    color: #000;
    transition: 0.4s;
}
.contact-block .mail:hover,
.contact-block .phone:hover{
    color: #006EC7;
}

.socials-info a{
    color: #000;
    text-transform: capitalize;
    transition: 0.5s;
}

.socials-info img,
.socials-info span{
    transition: 0.5s;
}
.socials-info a:hover img, .socials-info a:hover span {
    color: #0055AD;
    transform: scale(1.15);
}

.contact-block .patter1{
    top: 0;
}


.lb-data .lb-close{
    top: 0;
    right: 50px;
    position: absolute;
}


/* details-page */
.details-page .big-paragraph ul{
    list-style-type: disc;
    padding: 12px;
}
.details-page .big-paragraph ol{
    list-style-type: decimal;
    padding: 12px;
}
.details-page .big-paragraph ul li,
.details-page .big-paragraph ol li{
    margin-bottom: 12px;
}



/* not found 404 */

.not-found-page .background-main-bg{
    border-radius: 0 0 104px 104px;
    background-position: center bottom -480px;
}
.not-found-block{
    padding-bottom: 128px;
    margin-top: -40px;
}
.not-found-block h2{
    font: 148px "studio";
    color: #0055AD
}
.not-found-block a{
    display: inline-block;
    margin-top: 24px;
}
