﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body {
    font-family: 'Inter', sans-serif;
    padding-top:114px;
}

 

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #555E6A;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.nav-item{
    margin:0 45px;
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 0!important;
    padding-left: 0!important;
    position:relative;
}

    .navbar-nav .nav-link:before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        background: #E0B4B1;
        bottom: 0;
        left: 0;
        transition: all 0.5s;
    }
    .navbar-nav .nav-link.active {
        color: #fff;
    }


    .navbar-nav .nav-link.active:before{
        width:100%;
    }
    .navbar-nav .nav-link:hover:before{
        width:100%;
    }

    .slider {
        width: 100%;
        position: relative;
    }
.slider img{
    object-fit:cover;
    width:100%;
    height:calc(100vh - 113px);
}
    .slider .slider-text{
        position:absolute;
        width:50%;
        top:60%;
        transform:translateY(-50%);
    }
        .slider .slider-text h3 {
            font-family: 'DM Serif Display', serif;
            font-weight: 400;
            font-size: 60px;
            letter-spacing: 0.05em;
            color: #FFFFFF;
            width: 50%;
        }
    .slider .slider-text p {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        margin:40px 0;
    }
        .slider .slider-text a {
            background: #E0B4B1;
            border-radius: 10px;
            padding: 13px 35px;
            font-weight: 600;
            font-size: 16px;
            text-decoration: none;
            letter-spacing: 0.03em;
            color: #FFFFFF;
            display: inline-block;
        }
.get-tubs,
.about-main {
    padding: 150px 0;
}
.main-heading {
    font-weight: 700;
    font-size: 34px;
    color: #A2475A;
    margin:0;
}
.sub-heading {
    font-weight: 700;
    font-size: 22px;
    color: #2E2E2E;
    margin:18px 0;

}
.p-tag-style {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #2E2E2E;
}
.link-style {
    font-weight: 600;
    font-size: 16px;
    display:inline-block;
    text-decoration:none;
    color: #A2475A!important;
}
.product-main {
    background-color: #555E6A;
    padding: 150px 0;
    position:relative;
}
.product-main:before {
    position:absolute;
    content:"";
    background-image: url(../imgs/product-bg.png);
    bottom:0;
    left:0;
    right:0;
    top:0;
    mix-blend-mode: multiply;
    background-repeat:repeat;
}

.product-main .main-heading{
    color:#fff;
}
    .product-main p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .product-main .product-main-bg p {
        width: 50%;
        margin: auto;
    }
    .product-main .nav-pills .nav-item {
        margin: 0 15px;
    }
    .product-main .nav-pills .nav-link {
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        width: 200px;
        height: 50px;
        text-align: center;
        line-height: 34px;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
    }
        .product-main .nav-pills .nav-link.active {
            background: #E0B4B1;
            color: #000000;
            border: 1px solid #E0B4B1;
        }

    .product-main a.ice-cream{
        display:inline-block;
        text-decoration:none;
    }
        .ice-cream-box {
            background: #f3ebeb;
            border-radius: 5px 5px 0 0;
            text-align: center;
            padding: 50px 0;
        }
.ice-cream-box img {
    width:70%;
    filter:drop-shadow(-5px 15px 10px rgba(0,0,0,.2));
    transform:rotate(0deg) scale(1);
    transition:all 0.5s;
}

.product-main a.ice-cream:hover .ice-cream-box img {
    transform: rotate(11deg) scale(1.1);
}
.ice-cream-name {
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    width:100%;
    padding:20px 0;
}
    .ice-cream-name h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        margin:0;
        text-align:center;
        color: #002942;
    }
.get-tub-box {
    background: #f3ebeb;
    padding: 70px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
    .get-tub-box img {
        filter: drop-shadow(-5px 15px 10px rgba(0,0,0,.2));
    }
.p-tag-style a {
    color: #222222;
    font-weight: 600;
}
.carousel-inner {
    padding:50px 0 0;
}
.carousel-item p {
    font-weight: 500;
    color: #a2475a;
    height: 86px;
}
    footer {
    background: #555E6A;
    padding: 150px 0;
}


.footer-logo {
    background: #fff;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 157px;
    overflow: hidden;
    border-radius: 10px;
}
.footer-details h6 {
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
}
.footer-details ul{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-logo + p {
    color: #e0b6b1;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Pacifico', cursive;
    font-size: 16px;
}
    .footer-details ul li a {
        font-weight: 400;
        text-decoration:none;
        margin-top:13px;
        display:inline-block;
        font-size: 18px;
        color: #FFFFFF;
        transition:all 0.5s;
    }
        .footer-details ul li a:hover {
            color: #e0b6b1;
        }
        .carousel-indicators [data-bs-target] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #a2475a;
            border: none;
        }
.carousel-indicators .active {
    width: 10px;
    height: 10px;
}
.carousel-indicators {
    bottom: -50px;
    display:flex;
    align-items:center;
}
.copy-link {
    background: #555E6A;
}
    .copy-link p {
        font-weight: 500;
        font-size: 15px;
        padding: 15px 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        color: #FFFFFF;
    }

@media(max-width:767px) {
    .product-main .product-main-bg p {
        width: 100%;
    }
    .sub-slider-text {
        width: 100%;
    }
    .carousel-inner {
        padding: 0px 0 0;
    }
    .nav-item {
            margin: 0 0;
        }
        .navbar-toggler{
            border-color:#fff;
        }
        .navbar-toggler-icon {
            background-image: url(../imgs/menu-icon.png);
        }
        .slider .slider-text h3 {
            font-size: 30px;
            margin:0;
        }
    .get-tubs.testimonials {
        padding-bottom: 50px!important;
    }

    .slider img {
        height: calc(100vh - 87px);
    }
    .slider .slider-text {
        width: 93%;
        text-align: center;
    }
            .slider .slider-text p {
                font-size: 16px;
                line-height: 20px;
                margin: 10px 0 15px;
            }
            .slider .slider-text a {
                padding: 6px 15px;
                border-radius:3px;
                font-size: 12px;
                margin-top:15px;
            }
        .get-tubs, .about-main {
            padding: 50px 0;
        }
        .main-heading {
            font-size: 30px;
        }
        .sub-heading {
            font-size: 18px;
            margin: 10px 0;
        }
        .p-tag-style {
            font-size: 15px;
            line-height: 24px;
        }
        .product-main {
            padding: 50px 0;
        }
            .product-main p {
                font-size: 14px;
                line-height: 22px;
            }
            .product-main .nav-pills .nav-link {
                width: 150px;
                height: 40px;
                line-height: 24px;
                font-size: 14px;
            }
            .product-main .nav-pills .nav-item {
                margin: 0 10px 15px;
            }
        .ice-cream-box img {
            width: 50%;
        }
        .ice-cream-name h6 {
            font-size: 22px;
        }
        .ice-cream-name {
            padding: 15px 0;
        }
        .product-link-style {
            background: #E0B4B1;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 0.03em;
            color: #FFFFFF;
            display: inline-block;
            padding: 8px 25px;
            border-radius: 3px;
            font-size: 14px;
        }
        footer {
            background: #555E6A;
            padding: 50px 0;
        }
        .footer-details h6 {
            font-size: 18px;
        }
        .footer-details ul li a {
            margin-top: 8px;
            font-size: 14px;
        }
        .about-main img{
            width:100%;
        }
        .get-tub-box {
            padding: 30px;
        }
    }
    @media(min-width:768px) and (max-width:991px){
        .product-main .product-main-bg p {
            width: 80%;
        }
        .get-tubs.testimonials {
            padding-bottom: 50px !important;
        }
        .slider img {
            object-position: 80%;
        }
        .slider .slider-text h3 {
            font-size: 40px;
        }
        
            .slider .slider-text p {
                font-weight: 500;
                font-size: 18px;
                margin: 20px 0;
            }
            .slider .slider-text a {
                border-radius: 5px;
                padding: 10px 25px;
                font-size: 14px;
            }
        .about-main img {
            width: 100%;
        }
        .get-tubs, .about-main {
            padding: 100px 0;
        }
        .product-main {
            padding: 100px 0;
        }
            .product-main .nav-pills .nav-link {
                width: 150px;
                height: 45px;
                padding:0;
                line-height: 24px;
                font-size: 16px;
            }
            .product-main .nav-pills .nav-item {
                margin: 0 10px;
            }
        .ice-cream-name h6 {
            font-size: 20px;
        }
        .get-tub-box{
            text-align:center;
        }
        .get-tub-box img {
            width: 40%;
        }
        footer {
            padding: 50px 0;
        }
        .navbar-toggler {
            border-color: #fff;
        }

        .navbar-toggler-icon {
            background-image: url(../imgs/menu-icon.png);
        }
    }
    @media(min-width:992px) and (max-width:1199px){
        .slider .slider-text {
            width: 50%;
        }
        .nav-item {
            margin: 0 25px;
        }
        .about-main .row{
            align-items:flex-start!important;
        }
        .slider img {
            object-position: 80%;
        }
    }
    @media(min-width:1200px) and (max-width:1399px){
        .slider .slider-text {
            top: 51%;
        }
        .slider img {
            object-position: 80%;
        }
        .navbar-brand img {
            width: 120px;
        }
        body {
            padding-top: 80px;
        }
        
    }


/*Product-page-css*/
.sub-slider{
    position:relative;
}
.sub-slider-text{
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    left:50%;
}
.sub-page-heading {
    font-size: 60px;
    letter-spacing:5px;
    text-align:center;
    font-weight: 400;
    color: #fff;
    font-family: 'DM Serif Display', serif;
}
.sub-page-heading-p {
    color: #fff;
    font-size: 18px;
    width: 75%;
    opacity: 1;
    text-align: center;
    margin: 15px auto 0;
    font-weight: 400;
    line-height: 30px;
}
.sub-page{
    padding:150px 0;
}
.sub-page .p-tag-style{
    font-size:16px;
}
.products {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #f3ebeb;
    padding: 20px;
}
.products-img {
    height: 300px;
}
    .products-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
.products-details{
    background:#fff;
    box-shadow:0 3px 5px rgba(0,0,0,0.1);
    border-radius:5px;
    margin-top:20px;
    padding:15px;
}
    .products-details h6 {
        font-size: 20px;
        font-weight: 600;
        color: #A2475A;
    }
    .products-details span {
        font-size: 14px;
        font-weight: 600;
        opacity:.7;
    }
    .products-details small {
        opacity:.7;
    }
.sub-page .product-main{
    margin:150px 0;
}
.product-link-style {
    background: #E0B4B1;
    border-radius: 10px;
    padding: 13px 35px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.03em;
    color: #FFFFFF!important;
    display: inline-block;
    margin-top:25px;
}
@media(max-width:767px) {
    .navbar-brand img{
        max-width:140px;
    }
    .sub-page-heading {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .sub-page {
        padding: 50px 0;
    }
        .sub-page .p-tag-style {
            font-size: 15px;
        }
        .sub-page .product-main {
            margin: 50px 0;
        }
    body {
        padding-top: 88px;
    }
    .slider .slider-text h3 {
        width: 100%;
    }
    
        }
@media(min-width:768px) and (max-width:991px) {
    .sub-page-heading {
        font-size: 50px;
        letter-spacing: 2px;
    }
    .sub-page-heading-p {
        width: 100%;
        font-size: 16px;
        margin: 10px auto 0;
    }

    .sub-page {
        padding: 75px 0;
    }

        .sub-page .p-tag-style {
            font-size: 15px;
        }

        .sub-page .product-main {
            margin: 75px 0;
        }
}
/*Product-page-css*/

/*About-Page-CSS*/
.product-main.about-main:before{
    display:none;
}
.note {
    margin:15px 0 10px 0;
    padding: 10px 15px;
    background: #fff2f3;
    border-radius: 5px;
    color: #463a3c;
    font-weight: 600;
    font-size:14px;
}
.products-img img,
.get-tubs-page-img {
    transform: rotate(0) scale(1);
    transition: all 0.5s;
}

    .products-img img:hover,
    .get-tubs-page-img:hover {
        transform: rotate(10deg) scale(1.1);
    }
    .contact-box {
    padding: 30px 15px;
    background: #fbeceb;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}
    .contact-box h6 {
        margin: 0;
        margin-top: 10px;
        font-size: 18px;
        color: #a2475a;
    }
.product-details {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.sub-slider img{
    width:100%;
}
.slider-circle {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../imgs/pink-circle.png);
    color: #fff;
    width: 133px;
    background-size: cover;
    margin-right: 10px;
}
    .slider-circle.silver {
        background-image: url(../imgs/silver-circle.png);
    }
    .slider-circle p {
        font-size: 15px !important;
        font-weight: 600;
        text-align: center;
        width: 75%;
        font-family: 'Courgette', cursive;
        line-height: 20px!important;
    }
.slider-text > div {
    margin-left: -70px;
}
@media(min-width:576px) and (max-width:768px) {
    .product-details {
        font-size: 11px;
    }
    .slider .slider-text {
        width: 70%;
    }
}
@media(max-width:575px){
    .slider-text div.d-flex {
        flex-wrap: wrap;
        margin-left: 0;
        justify-content: center;
    }

    .slider-circle {
        height: 80px;
        width: 106px;
    }

        .slider-circle p {
            font-size: 12px !important;
            margin: 0!important;
        }
    .slider .slider-text {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .slider-text div.d-flex {
        flex-wrap: wrap;
        margin-left: 0;
        justify-content: center;
    }

    .slider-circle {
        height: 110px;
        width: 146px;
    }

        .slider-circle p {
            font-size: 15px !important;
        }

    .slider .slider-text {
        transform: translate(-50%, -50%);
        left: 50%;
        top:50%;
    }
      
}
@media(min-width:768px) and (max-width:1199px){
    .slider .slider-text h3 {
        width: 100%;
    }
    .slider .slider-text p {
        width: 75%;
        line-height: 30px;
    }
    .slider-text > div {
        margin-left: -30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider .slider-text {
        width: 42%;
    }
    .slider-circle {
        height: 96px;
        width: 127px;
    }
        .slider-circle p {
            width: 75%!important;
        }
    .slider .slider-text {
        top: 50%;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .slider-circle {
        height: 99px;
        width: 133px;
    }
    .slider .slider-text {
        width: 45%;
    }
    .slider .slider-text {
        top: 52%;
    }
   
}
@media(min-width:1200px) and (max-width:1399px){
    .slider-text > div {
        margin-left: -50px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider .slider-text h3 {
        width: 71%;
        font-size: 50px;
    }
    .slider-text div.d-flex .slider-circle:last-child{
        margin:0;
    }
    .slider .slider-text {
        width: 56%;
    }
    .slider img {
        height: calc(100vh - 80px);
    }
}
@media(min-width:1400px) and (max-width:1499px) {
    .slider-text > div {
        margin-left: 0px;
    }

    .slider .slider-text h3 {
        width: 70%;
    }
    .slider .slider-text {
        width: 57%;
    }
    .slider-circle {
        height: 96px;
    }
    .slider .slider-text {
        top: 54%;
    }
}
@media(min-width:1500px) and (max-width:1699px) {
    .slider-text > div {
        margin-left: 0px;
    }

    .slider .slider-text h3 {
        width: 70%;
    }
    .slider .slider-text {
        width: 57%;
    }
    .slider-circle {
        height: 99px;
    }
    .slider .slider-text {
        top: 54%;
    }
}
@media(max-width:374px){
    .slider-text div.d-flex .slider-circle:nth-child(3) {
        margin-top: 1rem !important;
    }
    .footer-logo {
        width:140px;
        height: 160px;
    }
    .footer-logo img{
        width:100%;
    }
}
@media(min-width:499px) and (max-width:575px) {
    .slider-text div.d-flex .slider-circle:nth-child(4) {
        margin-top: 0rem !important;
    }
}
@media(min-width:768px) and (max-width:907px) {
    .slider-text div.d-flex .slider-circle {
        margin-top: 1rem !important;
    }
}
@media(min-width:1374px) and (max-width:1400px) {
    .slider-text div.d-flex .slider-circle:nth-child(4) {
        margin-top: 0rem !important;
    }
}
@media(min-width:576px) and (max-width:668px) {
    .slider-text div.d-flex .slider-circle:nth-child(3) {
        margin-top: 1rem !important;
    }
}
/*About-Page-CSS*/