* { 
  outline: 2px dashed red !important;
}

.nunito{
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.leagueSpartan{
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
}

h1{
    font-size: 8rem;
}


h3{
    font-size: 4rem;
}

h4{
    font-size: 2.5rem;
    font-weight: 300;  
}

p{
    font-size: 1.8rem;    
}

html, body{
    margin: 0 auto;
    max-width: 100vw;
    overflow-x: clip;

}

*{
    margin: 0;
    padding: 0;
}


/* NAVIGATION BAR CSS */

#navbar-container{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100; /* Ensure it stays above other content */
    width: 100%;
}

nav{
    background-color: #ff7bcd;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 0 50px;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{
    height: 120px;
}

nav a{
    height: 100%;
    text-decoration: none;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.link{
    padding: 0 50px;
}

.link:hover{
    /* background-color: rgb(205, 35, 103); */
    color: rgb(117, 10, 58);
}

.menu{
    padding-right: 50px;
}

.home-img{
    width: 8.5rem;
}

nav li:first-child{
    margin-right: auto;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    width: 100svw;
    max-width: 100%;
    z-index: 999;
    background-color: #ff66ba;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.sidebar li{
    width: 100%;
    
}

.side-link{
    width: 100%;
    justify-content: center;
}

.close-button{
    justify-content: flex-end;
    padding-right: 50px;
}

.menu-button{
    display: none;
}



/* END OF NAVIGATION BAR CSS */

/* HERO SECTION CSS */
.hero{
    width: 100vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: padding 0.3s ease;
    height: 60.6rem;
}

.hero p{
    color: #ffffff;
}

.bg-image{
    background: linear-gradient(rgba(50, 34, 41, 0.5), rgba(91, 55, 67, 0.3)),
        url(images/Ms\ Kitty.png);
    /* background-attachment: fixed; */
    background-position: center;
    background-position-x: 10%;
    background-size: 110% auto;
    width: 100%;
    background-repeat: no-repeat;
}

.heroLeft{
    width: 800px;
    padding-left: 200px; 
    left: 0;
    margin-bottom: 50px;
    transition: padding 0.3s ease;
}

.hero p{
    padding-top: 20px;
    padding-bottom: 20px;
}


.button{
    display: flex;
    gap: 10px;
}

button{
    border: none;
    width: 250px;
    height: 70px;
    border-radius: 25px;
    font-size: 25px;
    font-weight: 500;
}

.darkB{
    background-color: #21131F;
    color: #FFFFFF;
}

.darkB:hover{
    color: #21131F;
    background-color: #FFFFFF;
    border-style: solid ;
    border-color: #21131F;
}

.lightB{
    background-color: #d1238eb0;
    color: #FFFFFF;
    border-style: solid ;
    border-color: #21131F;
}

.lightB:hover{
    background-color: #FFFFFF;
    color: #21131F;
}
/* END OF HERO SECTION */

/* SERVICE BARS */
.serviceItem img{
    object-fit: cover;
    height: 800px;
    width: 450px;
    object-position: center;
    object-fit:cover;
    border-radius: 10px; 
}

.serviceRow{
    display: flex;
    justify-content: space-around;
    text-align: left;
}

.services{
    padding: 80px 20px; 
    text-align: center;
}

.services p{
    padding-bottom: 20px;
}

.textbox{
    width: 320px; 
}

.serviceB{
    width: 180px;
}

/* END OF SERVICE BAR */

/* INSTAGRAM CAROUSEL */
.carousel-btn {
    border: none;
    width: 10vw;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
    padding: 58px 250px;
    background: none;
}

.prev-btn {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}

.next-btn {
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
}

.carousel-btn img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.carousel-btn:hover img {
    opacity: 1;
}




.product {
    position: relative;
    overflow: hidden;
    padding: 58px 0;

}

.product-category {
    padding: 0 300px;
    margin-bottom: 40px;

}

.product-category h3{
    padding-left: 120px;
}

.product-container {
  padding: 0 10vw;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
  display: none;
}


.insta{ /*.product-card*/
    background-color: #FFFFFF;
    display: flex;
    flex: 0 0 auto;
    width: 260px;
    height: 450px;
    gap: 20px;
    margin-right: 40px;

}



.insta::-webkit-scrollbar {
  display: none; 
}

.post{ /*.product-image*/
    transform: scale(0.8); 
    position: relative;
    width: 100%;
    height: 465px;
}

.product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 10vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); */
  cursor: pointer;
  z-index: 8;
  padding: 58px 250px;
}

.pre-btn {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.nxt-btn {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}
/* END OF INSTRAGRAM CAROUSEL*/


/* DISCOUNT SECTION */
.discount{
    background-color: #FFCEEB;
    display: flex;
    padding: 58px 280px;
    align-items: center;
    justify-content: center;
    gap: 150px; 
    height: 500px;
}

.discountRight{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px; 
}

.type{
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    text-align: center;
    width: 300px; 

}

.type h4{
    text-align: center;
}

.discountRight img{
    width: 55px;
    height: auto;
    display: block; /* Remove any extra space below images */

}

.small-square{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;

}
/* END OF DISCOUNTS SECTION */

/* FOOTER SECTION */
.mainFooter{
    background-color: #434343;
    color: #D7D7D7;
    padding: 58px 250px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.centerFoot{
    display: flex;    
    justify-content: center;
}

.mainFooter img{
    width: 90px;
}

.footerLinks{
    display: flex;   
    justify-content: center;
    gap: 30px; 
}

.linkItem{
    text-align: left;
    width: 220px;
}

.linkItem img{
    width: 30px; 
}
/* END OF FOOTER */




/* DYNAMIC LAYOUT */
@media(max-width:1800px){
    .bg-image{
        background-size: 120%;
    }
    .hero{
        height: 600px;
        transition: padding 0.3s ease;

    }
    .hero p{
        font-size: 22px;
    }
    button{
        width: 200px;
        font-size: 20px;
    }

    .hero-title{
        font-size: 80px
    }
    .heroLeft{
        padding-left: 0px;
        transition: padding 0.3s ease;
        padding-left: 100px;
        width: 600px;
        
    }
    nav li{
        height: 110px;
    }

    nav a{
        font-size: 25px;
    }

    .home-img{
        width: 110px;
    }
}

@media(max-width: 1400px){

    .hero{
        transition: padding 0.3s ease;
        padding: 0;
        height: 650px;
    }
    nav li{
        height: 100px;
    }

    nav a{
        font-size: 25px;
    }
    .home-img{
        width: 110px;
    }

    .heroLeft{
        padding-left: 0px;
        transition: padding 0.3s ease;
        padding-left: 100px;
        width: 600px;
        
    }
    .hero-title{
        font-size: 80px
    }

    .hero p{
        font-size: 20px;
    }

    button{
        width: 150px;
        height: 50px;
        font-size: 20px;
    }

    .bg-image{
        background-size: cover;
    }
}

@media(max-width: 1200px){
    .hero{
        height: 400px;
        padding-top: 30px;
        transition: padding 0.3s ease;

    }

    .bg-image{
        background-position: center ;
        background-size: 130% auto;
        background-position-x: 8%;

    }
    .heroLeft{
        padding: 0;
        padding-left: 50px;
        transition: padding 0.3s ease;
        width: 350px;
    }

    .hero-title{
        font-size: 60px;
    }

    nav li{
        height: 80px;
    }
    nav a{
        font-size: 22px;
    }
    .home-img{
        width: 85px;
    }
}

@media(max-width: 800px){
    .hideOnMobile{
        display:none;
    }

    .menu-button{
        display: block;
    }

    .hero{
        transition: padding 0.3s ease;
        height: 300px;
    }

    .hero h1{
        font-size: 45px;
    }

    .hero p{
        font-size: 15px;
    }
    button{
        font-size: 15px;
        height: 50px;
    }

    .heroLeft{
        padding: 0;
        transition: padding 0.3s ease;
        width: 308px;
        text-align: center;
        margin: 0 auto;
    }

    .bg-image{
        background-position: center;
    }



} 

@media(max-width: 600px){
    .sidebar{
        width: 100%;
    }

    .bg-image{
        background-size: cover;

    }
    .heroLeft{
        /* text-align: center; */
        justify-content: center;
        display: block;
        transition: padding 0.3s ease;

    }
    nav li{
        height: 5.5rem;
    }

    .home-img{
        width: 5rem;
    }


}

@media(max-width: 400px) {
    /* HERO SECTION */
    .heroLeft h1{
        font-size: 40px;
    }
    .heroLeft p{
        font-size: 16px;
    }
    .heroLeft{
        transition: padding 0.3s ease;
        text-align: center;

        align-items: center;
        justify-content: center;
        display: block;
    }
    .bg-image{
        background-size: cover;
        background-position: 25%;
    }

    /* NAVIGATION */
    nav li{
        height: 4.5rem;
        padding: 0;
    }
    nav{
        padding: 0 15px;
    }
    nav a{
        padding: 0;
    }
    .menu{
        padding: 0;
    }
    .home-img{
        width: 4.5rem;
    }

    /* SERVICE */    
    .close-button{
        padding-right: 15px;
    }
    .service-img-wrapper{
        display: flex;
        justify-content: center;
    }
    .serviceItem img{
        height: 350px;
        width: 200px;
    }
    .serviceRow{
        overflow-x: auto;
        padding-left: 40px;
        padding-right: 35px;
        gap: 25px;
    }

    .services{
        padding: 30px 20px; 
        text-align: center;
    }

    .textbox{
        width: 320px; 
    }

    .serviceB{
        width: 180px;
        margin-top: 20px;
    }
    .service-title{
        font-size: 40px;
    }

    .service-p{
        font-size: 16px;
    }

    .textbox h4{
        font-size: 25px;
    }
    .textbox p{
        font-size: 20px;
    }
    .textbox{
        width: 250px;
    }
    

}