
.fs10{
    font-size: 10px;
}
.fs12{
    font-size: 12px;
}
.fs16{
    font-size: 16px;
}

main {
    max-width: 1560px;
    margin-inline: auto;
}

iframe{
    width: 100%;
    aspect-ratio: 16/9;
}


a:hover{
    text-decoration: none;
    color: black;
}

.homePageSlider .carousel-item {
    max-height: 600px;
}

.homePageSlider .carousel-item img {
    max-height: 600px;
    object-fit: fill;
}

.sliderVideo{
    max-height: 600px;
    object-fit: fill;
}

.carousel-text{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    width: 80%;
}

.muteBtnCont{
    bottom:28px;
    left:50%;
    transform: translateX(-50%);
}

.carousel-text p:nth-child(1){
    font-size: 12px;
    line-height: 1.2;
}

.carousel-text p:nth-child(2){
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--heading_font);
}

.carousel-text p:nth-child(3){
    width: 80%;
    line-height: 1;
    font-size: 16px;
    margin-inline: auto;
    margin-bottom: 40px;
}

.carousel-text a{
    border: 2px solid white;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    font-family: var(--heading_font);
}

.carousel-indicators {
    margin-bottom: 0.5rem;
}

.swiper {
    width: 100%;
}

.offerSwiper{
    height: 192px;
}

.welcomeSwiper{
    height: 260px;
}

.fourthSwiper{
    height:400px;
}

.latestSwiper{
    height: 440px;
}

.productSwiper{
    height: 480px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-inline: 40px; */
    position: relative;
}

.swiper-slide img {
    display: block;
}

.swiper-button-next,
.swiper-button-prev{
    background-color:var(--maincolor);
    font-size: 16px;
    border-radius: 100vh;
    padding: 0px 22px;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    color: white;
    font-size: 12px;
    font-weight: 900;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    display: none;
}

.swiper-pagination-bullet-active{
    background-color: var(--pinkcolor)!important;
}

#combo_slider .owl-dots{
    display: none;
}

.owl-dots{
    display: flex;
    gap: 6px;
    justify-content: center;
}

.owl-carousel button.owl-dot{
    padding: 4px!important;
    background-color: rgba(0, 0, 0, 0.2)!important;
    border-radius: 100vh;
}

.owl-carousel button.owl-dot.active{
    background-color: var(--pinkcolor)!important;
}

.productSliderCard{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.productSliderCard p{
    font-family: var(--heading_font)!important;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}





.productSliderCard span{
    font-family: var(--heading_font)!important;
    font-weight: 500;
    color: black;
    position: absolute;
    bottom: 0;
    left: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}



.productSliderCard a:hover{
    color: var(--pinkcolor);
}

.productSliderCard .img-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.productSliderCard .img-card{
    height: 140px;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.productSliderCard .img-card img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.productSliderCard .img-card img:hover{
    scale: 1.1;
}

.shopNowBtn:hover{
    background-color: var(--maincolor);
    color: white;
    border-color: var(--maincolor);
}

.prebookTag h2{
    font-family: var(--heading_font);
    color: white;
    z-index: 5;
    position: absolute;
    font-size: 16px;
    transform: rotate(-45deg);
    line-height: 1;
    margin-top: 20px;
    margin-left: 8px;
}

.triangle_top_left {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: var(--maincolor) transparent transparent transparent;
}

/* From Uiverse.io by vinodjangid07 */ 
/* The switch - the box around the speaker*/
.toggleSwitch {
width: 50px;
height: 50px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(39, 39, 39);
border-radius: 50%;
cursor: pointer;
transition-duration: .3s;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
overflow: hidden;
}

/* Hide default HTML checkbox */
#checkboxInput {
display: none;
}

.bell {
width: 18px;
}

.bell path {
fill: white;
}

.speaker {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transition-duration: .3s;
}

.speaker svg {
width: 18px;
}

.mute-speaker {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
z-index: 3;
transition-duration: .3s;
}

.mute-speaker svg {
width: 18px;
}

#checkboxInput:checked +.toggleSwitch .speaker {
opacity: 0;
transition-duration: .3s;
}

#checkboxInput:checked +.toggleSwitch .mute-speaker {
opacity: 1;
transition-duration: .3s;
}

#checkboxInput:active + .toggleSwitch {
transform: scale(0.7);
}

#checkboxInput:hover + .toggleSwitch {
background-color: rgb(61, 61, 61);
}

.welcomeSliderCard{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: unset;
    width: unset;
    text-decoration: none;
}

.welcomeSliderCard img{
    transition-duration: 3s;
}

.welcomeSliderCard:hover{
    color: black;
}

.welcomeSliderCard:hover img{
    scale: 1.2;
}



.welcomeSliderCardText p{
    font-family: var(--heading_font)!important;
}

.latestSliderCard{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 6px;
    overflow: hidden;
    width: -webkit-fill-available;
    text-decoration:none;
}

.latestSliderCard:hover{
    color:black;
}

.latestSliderCard .imgCont{
    height: fit-content;
    width: 100%;
}

.latestSliderCard .imgCont img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-fit: fill;
}

.latestSliderCardText{
    background-color:rgba(0,0,0,0.05);
}

.latestSliderCardText p{
    font-family: var(--heading_font)!important;
}

.latestSliderCardText p:first-child{
    line-height:1;
}

.latestSliderCardText .price{
    color: var(--maincolor);
    font-weight:500;
    font-size: 18px;
}

.storeSliderCard .imgCont{
    height: 320px;
    width: 100%;
}

.storeSliderCard .imgCont img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.prebookSliderCard{
    border: 14px solid #FEF0F0;
}

.prebookSliderCard img{
    height: fit-content;
    width: 100%;
    object-fit: fill;
}

.prebookSliderCard button{
    background-color: var(--maincolor);
    color: white;
}

.prebookSliderCard button:hover{
    color: var(--maincolor);
    background-color: white;
    border: 1px solid var(--maincolor);
}

.newOnSlickInner{
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px 8px 0 0;
}

.newOnSlick-btn{
    width: 100%;
    color: whitesmoke;
    border: 1px solid rgba(255,255,255,0.7);
}

.newOnSlick-btn:hover{
    border-color: var(--maincolor);
    background-color: var(--maincolor);
    color: white;
}

.brochureCard img{
    height: fit-content;
    /* width: 320px; */
    object-fit: fill;
}

.brochureCardDetails{
    font-family: var(--heading_font);
    background-color: #deedff;
}

.brochureCardDetails p{
    font-size: 14px;
    font-weight: 500;
}

.brochureCard button{
    font-family: var(--heading_font)!important;
    font-weight: 500;
    font-size: 13px;
    transition: scale .2s ease-in;
}

.brochureCard label{
    font-family: var(--mainfont)!important;
    font-weight: 500;
}

.brochureCard .downloadBtn{
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 5;
    transition: scale .2s ease-in;
}

.brochureCard button:hover, .brochureCard .downloadBtn:hover{
    scale: 1.1;
}


.showcaseSection a{
    border: 2px solid white;
    color: white;
    padding: 6px 20px;
}

.heart-container {
--heart-color: rgb(255, 91, 137);
position: relative;
width: 16px;
height: 16px;
transition: .3s;
}

.heart-container .checkbox {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
z-index: 20;
cursor: pointer;
}

.heart-container .svg-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.heart-container .svg-outline,
        .heart-container .svg-filled {
fill: var(--heart-color);
position: absolute;
}

.heart-container .svg-filled {
animation: keyframes-svg-filled 1s;
display: none;
}

.heart-container .svg-celebrate {
position: absolute;
animation: keyframes-svg-celebrate .5s;
animation-fill-mode: forwards;
display: none;
stroke: var(--heart-color);
fill: var(--heart-color);
stroke-width: 2px;
}

.heart-container .checkbox:checked~.svg-container .svg-filled {
display: block
}

.heart-container .checkbox:checked~.svg-container .svg-celebrate {
display: block
}

@keyframes keyframes-svg-filled {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
        filter: brightness(1.5);
    }
}

@keyframes keyframes-svg-celebrate {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        filter: brightness(1.5);
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
        display: none;
    }
}

.cookiesCont {
    width: 90%;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: none;
}

.cookiesCont .btnCont{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
}

.cookiesCont .btnCont button{
    font-size: 14px;
}

.cookiesCont .acceptBtn{
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: white;
    border-radius: 100vh;
    transition: .2s;
}

.cookiesCont .acceptBtn:hover{
    background-color: white;
    color: var(--maincolor);
}

.cookiesCont .declineBtn{
    border: 1px solid black;
    color: black;
    border-radius: 100vh;
}

.cookiesCont .declineBtn:hover{
    color: white;
    background-color: black;
}

.cookiesCont a{
    text-decoration: underline;
    color: var(--pinkcolor);
}

.homeBottomNav {
    background-color: white;
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 6px 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
}

.homeBottomNav ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.homeBottomNav ul li{
    padding: 6px 0;
    text-align: center;
    position: relative;
}

.homeBottomNav ul li a.active::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--pinkcolor);
    bottom: 0;
    left: 0;
}

.homeBottomNav ul li{
    padding: 6px 0;
    text-align: center;
}

.homeBottomNav img{
    width: 24px;
    margin-bottom: 4px;
}

.homeBottomNav p{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.youtube-embed-container {
    position: relative;
    width: 800px;
    height: 400px;
}

.youtube-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

.ytp-chrome-top-buttons {
    display: none !important;
}

.ytp-title-channel {
    display: none !important;
}

.ytp-title {
    display: none !important;
}

.scroll-up-btn, .feedback-btn {
    display: none!important;
}

@media (width< 768px) {
    .carousel-text p:nth-child(2){
        font-size: 28px;
    }

    .fourthSwiper{
        height:320px;
    }
}

@media (width< 576px) {
    .offerSwiper{
        height: 102px;
    }
    
    .carousel-text p:nth-child(1){
        margin-bottom: 4px;
    }

    .carousel-text p:nth-child(2){
        font-size: 20px;
        margin-bottom: 6px;
    }

    .carousel-text p:nth-child(3){
        font-size: 12px;
        margin-bottom: 16px;
    }

    .carousel-text a, .carousel-text button{
        font-size: 10px;
    }

    .welcomeSwiper{
        height: 208px;
    }

    .latestSwiper{
        height:400px;
    }

    .fourthSwiper{
        height:130px;
    }

    .showcaseSection{
        height: 280px;
    }

    .toggleSwitch{
        width: 30px;
        height: 30px;
    }

    .speaker, .mute-speaker{
        width: 14px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }

    .cookiesCont{
        width: 95%;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (width< 400px){
    .showcaseSection{
        height: 240px;
    }
}

