body{
    margin:0%;
    padding: 0%;
    background-color: #f8b24f;
}
.top{
    position: sticky;
    top: 0;
    z-index: 999;
}
.header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
    background-color: white;
}
.logo p{
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
    color: #050505;
}
.desc{
    text-align: end;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lexend Deca", sans-serif;
    color: rgb(110, 112, 112);
    line-height: 40%;
    text-transform: capitalize;
}
.nav{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background-color: black;
    color: aliceblue;
    margin: 0%;
    padding: 0%;
    align-items: center;
}
.home{
    display: flex;
    justify-content: end;
    gap: 10%;
    text-transform: uppercase;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
}
.home a{
    text-decoration-line: none;
    text-decoration: none;
    color: aliceblue;
}
.home p::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #f8b24f;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.home p:hover::after{
    width: 100%;

}
.icons{
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    font-size: 18px;
    padding-right: 30px;
    margin: 0 10px;
    align-items: center;
}

.search-container {
    position: relative;
    width: 50px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    transition: width 0.4s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin-left: auto; 
    gap: 10%;
  }
  .search-container:hover,
  .search-container:focus-within {
    width: 250px;
  }
  .search-input {
    border: none;
    outline: none;
    background-color: #ddd;
    color: black;
    width: 0;
    opacity: 0;
    transition: width 0.4s, opacity 0.4s;
    font-size: 16px;
    margin-right: 10px;
    height: 30px;
    border-radius: 50px;
  }
  .search-container:hover .search-input,
  .search-container:focus-within .search-input {
    width: 100%;
    opacity: 1;
  }
  .search-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
  }






.main{
    margin: 0 40px;
}
.s1{
    height: 100%;
    width: 100%;
}
.s1 img{
    height: 80vh;
    width: 100%;
}
.hero{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
/*.text{
    height: 100%;
    width: 80%;
    margin: 50% 0%;
    font-family: "Lexend Deca", sans-serif;
    text-transform: capitalize;
}*/
.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Lexend Deca", sans-serif;
    text-transform: capitalize;
}
.text p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: grey;
}
.b1{
    padding: 10px 20px;
    border-radius: 550px;
    border: none;
    color: aliceblue;
    background-color: rgb(58, 55, 55);
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.b1:hover{
    color: rgb(58, 55, 55);
    background-color: aliceblue;
    transition: 0.5s;
    cursor: pointer;
}
.img{
    display: flex;
    gap: 5%;
    justify-content: end;
    margin-left:50px;
}
.img2 img{
    height: 450px;
    width: 250px;
    margin-top: 40%;
    border: 1px solid black;
    order: 2;
}
.img1 img{
    height: 450px;
    width: 250px;
    margin-top: 60%;
    border: 1px solid black;
    order: 1;            
}
.img3 img{
    height: 450px;
    width: 250px;
    margin-top: 20%;
    border: 1px solid black;
    order: 3;
}
.img img{
    box-shadow: 15px -15px 1px black;
}
.fea{
    margin-top: 8%;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.feature{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5%;
}
.f1, .f2, .f3, .f4{
    background-color: black;
    height:200px;
    width: 100%;
    border-radius: 50px;
    color: aliceblue;
    text-align: center;
    align-content: center;
    position: relative;
}
.feature i{
    font-size: 60px;
}
.p1{
    background-color: #f8b24f;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    width: 200px;
    position: absolute;
    bottom: 0;
    right:50%; 
    transform: translate(50%);
}
.into{
    margin-top: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.into button{
    border-radius: 50px;
    padding: 10px 15px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
.into button:hover{
    cursor: pointer;
    background-color: aliceblue;
    color: #f8b24f;
    transition: 0.5s;
}
.text2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 24px;    
    border-radius: 50px;
    padding: 20px;
    align-content: center;
    background-color: black;
    color: aliceblue;
    height: 90%;
    width: 90%;
}
.text2 button{
    background-color: #f8b24f;
    color: aliceblue;
}
.img4 img{
    border-radius: 50px;
    height: 100%;
    width: 100%;
    transform: translate(45px,35px);
}
.img4{
    position: relative;
    height:80%;
    width: 80%;
    border: 4px solid black;
    border-radius: 50px;
    margin-top:5% ;
}
.coll{
    margin-top: 5%;
}
.coll h1{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
}
.coll p{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-transform: capitalize;
}
.coll_img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.coll_img img{
    height: 100%;
    width: 100%;    
    border-radius: 50px;
}
.col{
    display: grid;
    grid-template-rows: 0.7fr 1.3fr;
}
.col1{
    display: grid;
    grid-template-rows: 1.3fr 0.7fr ;
}
.im, .im7{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
    background-color: black;
    color: aliceblue;
    border-radius: 50px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}
.im{
    padding: 20px;
    text-align: end;
}
.im, .im3, .im4, .im7{
    margin: 5%;
    
}
.im1, .im2, .im5, .im6{
   margin: 5%;
}
.im:hover, .im7:hover{
    background-color: aliceblue;
    color: #050505;
    transition: 0.5s;
}
.follow_pg{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10% ;
}
.hall img{
    height: 100%;
    width: 100%;

}
.hall{
    position: relative;
    
}
.hall_border{
    height: 120%;
    width: 80%;
    border: 2px solid black;
    position: absolute;
    top: -10%;
    left: 10%;
}
.hall1{
    margin-left: 10%;
    padding-right: 20%;
}
.hall1_para{
    font-family: "Cookie", cursive;
    font-size: 40px;
}
.hall1_head{
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 50px;
}
.hall2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.like, .view, .subs{
    background-color: black;
    color: aliceblue;
    max-width: 60%;
    height: 150%;
    border-radius: 20px;
    align-content: center;
    text-align: center;
    padding: 0px 15px;
}
.like:hover, .view:hover, .subs:hover{
    background-color: aliceblue;
    color: #050505;
    transition: 0.5s;
}
.section {
    display: flex;
    max-width: 1200px;
    padding: 40px;
    background-color: #f8b24f;
    align-items: center;
    gap: 40px;
    margin-top: 10%;
}
.left-content {
width: 30%;
color: white;
}

.left-content h2 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 20px;
}

.left-content p {
font-size: 2rem;
margin-bottom: 30px;
}

.see-more-btn {
background-color: #4a403a;
color: white;
padding: 12px 24px;
border: none;
border-radius: 30px;
font-weight: bold;
cursor: pointer;
}
.see-more-btn:hover{
    color:  #4a403a;
    background-color: white;
    cursor: pointer;
    transition: 0.5s;
}
.carousel-container {
width: 65%;
overflow: hidden;
position: relative;
}

.carousel-track {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slide {
flex: 0 0 300px;
margin: 0 10px;
opacity: 0.5;
transform: scale(0.9);
transition: all 0.5s ease;
background: white;
border-radius: 10px;
overflow: hidden;
text-align: center;
}

.slide img {
width: 100%;
height: 500px;
object-fit: cover;
}

.slide.active {
transform: scale(1);
opacity: 1;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
z-index: 2;
}

.product-title {
font-weight: bold;
padding: 10px;
background: #4a403a;
color: white;
}

.dots {
text-align: center;
margin-top: 10px;
}

.dot {
display: inline-block;
width: 10px;
height: 10px;
background: #ddd;
border-radius: 50%;
margin: 0 5px;
}

.dot.active {
background: #fff;
}
.mobile_slider{
    display: none;
}
.prd1{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
    font-weight: bold;
}
.product_container img{
    height: 100%;
    width: 100%;
}
.product_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    
}
.product_slide{
    display: grid;
    grid-template-rows: 1.3fr 0.7fr 1.3fr 0.7fr 1.3fr 0.7fr;
    
    justify-items: center;
    
}
.product_slide1{
    display: grid;
    grid-template-rows: 0.7fr 1.3fr 0.7fr 1.3fr 0.7fr 1.3fr;
    justify-items: center;
    margin-top: 30%;
}   

.pr1{
    height: 80%;
    width: 90%;
}
.pr1 img{
    border-radius: 50px;
}
.pr1 .product-title{
    border-radius: 50px;
    text-align: center;
}
.category_text h2{
    text-align: center;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.category_text p{
    font-family: "Cookie", cursive;
    font-size: 25px;
    text-align: center;
}
.category_button button{
    background-color: #322c29;
    color: aliceblue;
    padding: 20px 30px;
    font-size: 18px;
    border: none;
}
.category_button button:hover{
    background-color: aliceblue;
    color: #322c29;
    transition: 0.5s;
    cursor: pointer;
}
footer{
    margin-top: 10%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    background-color: #050505;
    color: aliceblue;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-content: center;
    height: 400px;
}
.footer2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-transform: capitalize;
    padding-left: 30px;
}
.footer2 i{
    color: aliceblue;
}
.footer1{
    padding-left: 20px;
    text-transform: capitalize;
}
.footer1 h3{
    text-transform: capitalize;
    font-family: "Tangerine", serif;
    font-size: 28px;
}
.footer1 p, .footer2 p{
    color: rgb(216, 208, 208);
}

.main_hamburger{
    display: none;
}
@media screen and (max-width: 1100px){
    .hero{
        grid-template-columns: 1fr;
    }
    .text {
        width: 100%;
        margin: 30px 0;
        text-align: center;
    }
    .feature{
        grid-template-columns: 1fr 1fr;
        margin: 0% 18%;
    }
    .text2{
        font-size: 18px;
    }
    .coll{
        margin-top: 12%;
    }
    .coll_img{
        grid-template-columns: 1fr 1fr;
    }
    .follow_pg{
        grid-template-columns: 1fr;
    }
    .hall1{
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0%;
        margin: 10% 0% 0% 0%;
    }
    .hall1_para{
        font-size: 30px;
    }
    .hall2{
        font-size: 12px;
        text-align: center;
        
    }
    .view, .like, .subs{
        margin: 0% 12%;
    }
    .product_container{
        display: none;
    }
    .mobile_slider{
        display: block;
    }
    .carousel-wrapper {
        position: relative;
        width: 90%;
        margin: auto;
        overflow: hidden;
      }
      .carousel-track {
        display: flex;
        transition: transform 0.5s ease;
      }
      .carousel-slide {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-around;
        align-items: center;
      }
      .carousel-slide-alt {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-around;
        align-items: center;
      }
      .product-card {
        width: 150px;
        text-align: center;
        background: #fff;
        padding: 10px;
        margin: 5px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      }
      .product-card img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
      }
      .product-info {
        margin-top: 8px;
        font-size: 14px;
        color: #333;
      }
      .carousel-buttons {
        margin-top: 10px;
        text-align: center;
      }
      .carousel-buttons button {
        padding: 8px 15px;
        margin: 5px;
        background-color: #333;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
      }
      .carousel-buttons button:hover {
        background-color: #555;
      }
      .footer2{
        grid-template-columns: 1fr 1fr;
      }
      .prd1, .category_text h2, .hall1_head{
        font-size: 25px;
      }
    .home a{
        display: none;
    }


.main_hamburger *{
    margin: 0;
    padding: 0%;
  }
  .main_hamburger{
    display: block;
  }
  .main_hamburger i{
    padding: 5% 0% 5% 5%;
  }
  .home1 {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between links */
    text-align: center;
    font-size: 20px;
  }
  .hamburger a {
    text-decoration: none;
    color: inherit;
  }
  .main_hamburger i:hover {
    cursor: pointer;
  }
  .hamburger {
    position: absolute;
    top: 55%;
    left: -100%;
    padding: 0 10%;
    height: 100vh;
    width: 40%;
    background-color: black;
    opacity: 0.94;
    transition: left 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hamburger i {
    position: absolute;
    top: 4%;
    right: 8%;
    border: 0.8px solid white;
    padding: 2%;
    border-radius: 50%;
  }

}
@media screen and (max-width: 970px) {
    .text{
        margin-bottom: 0%;
    }
    .text button{
        font-size: 12px;
    }
    .img {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .section {
        flex-direction: column;
        padding: 20px;
    }
    .left-content{
        width: 100%;
        text-align: center;

    }
    .text2 button{
        font-size: 12px;
    }
    .left-content button{
        font-size: 12px;
    }
    .category_button button{
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {
    .logo p{
        font-size: 12px;
    }
    .desc{
        font-size: 11px;
    }
    .main{
        margin: 0px 20px;
    }
    .desc{
        font-size: 12px;
    }
    .fea {
        font-size: 30px;
        margin-top: 40px;
    }
    .feature {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .into {
        grid-template-columns: 1fr;
        text-align: center;
        margin-top: 8%;
        padding: 0% 5%;
    }
    .text2 {
        margin-top: 8%;
        font-size: 18px;
        margin-bottom: 20px;
        width: 80%;
    }
    .coll{
        margin-top: 20%;
    }
    .coll_img{
        grid-template-columns: 1fr;
    }
    .coll h1 {
        font-size: 28px;
    }
    .coll p {
        font-size: 20px;
        padding: 0 10px;
    }
}
@media screen and (min-width:1600px){

    .main{
        margin: 0% 20%;
    }
    .header, .nav, footer{
        padding: 0% 20%;
    }
    
}


 



