@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Kapakana:wght@300..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
}
.navbar{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 5px; */
    background-color: rgb(245, 244, 244);
}
.logo1{
    padding: 5px;
    position: relative;
    left: 90px;
}
.nav1{
    position: relative;
    right: 50px;
}
.right ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.right ul li{
    list-style: none;
    /* transition: all 0; */
}

.right ul li:hover{
   border-bottom: 2px solid black;
   /* transform: translateX(10px); */
}
.navbar1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: large;
}
.nav2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 300px;
}

.logo2{
    padding: 5px;
    position: relative;
    left: 90px;
}
.right1 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.middle ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.middle ul li{
    list-style: none;
    color: black;
}
.middle ul li a{
    color: black;
    text-decoration: none;
}
.middle ul li:hover{
 border-bottom: 2px solid black;
}
.right1 ul li{
    list-style: none;
    
}
.head{
     background-color: rgb(245, 244, 244);
     display: flex;
     justify-content: center;
     align-items: center;
     height: 20px;
     font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.head1{
    height: 30px;
}
.head1 a{

    color: black;
}
.bold{
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
      font-family: "Bebas Neue", sans-serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 107px;
  margin-top: 0;
}
.bold1{
    position: relative;
    top: -47px;
    
}
.about1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:"Poppins",sans-serif;
    position: relative;
    bottom: 62px;
}
.button{
     display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 34px;
    }
.button button{
    border-radius: 15px;
    padding: 5px;
    color: white;
    background-color: black;
    transition: all ease-in 0.2s ;
}    
.button button:hover{
     background-color: #141719;
  transform: scale(1.05);
}

.h h2{
    font-family:"Poppins",sans-serif;
    font-weight: 400;
    position: relative;
    top: 10px;
    margin-left: 95px;
}
.pic{
    position: relative;
    top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.p1{
    width: 40vw;
    height: 60vh;
}
.p2{
    width: 40vw;
    height: 60vh;
}
.p1 img{
    width: 40vw;
    height: 60vh;
    border-radius: 15px;
    box-shadow: 0 2px 10px;
    transition: all ease-in 0.3s;
}
.p1 img:hover{
    transform: scale(1.05);
}
.p1 p{
    color: white;
    position: relative;
    bottom: 150px;
    display: inline-block;
    left: 35px;
    font-size: large;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.p1 p button{
    border-radius: 15px;
    padding: 5px;
    background-color: white;
    transition: 0.3s ease-in all;

}
.p1 p button:hover{
    background-color: gray;
    transform: scale(1.05);
}
.p2 img{
    width: 40vw;
    height: 60vh;
     border-radius: 15px;
    box-shadow: 0 2px 10px;
    transition: all ease-in 0.3s;
}
.p2 img:hover{
    transform: scale(1.05);
}
.p2 p{
    color: white;
    position: relative;
    bottom: 150px;
    display: inline-block;
    left: 35px;
    font-size: large;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.p2 p button{
    border-radius: 15px;
    padding: 5px;
    background-color: white;
    transition: 0.3s ease-in all;

}
.p2 p button:hover{
    background-color: gray;
    transform: scale(1.05);
}
.main3{
    position: relative;
    top: 100px;
}
.h2 h2{
     font-family:"Poppins",sans-serif;
    font-weight: 400;
    position: relative;
    top: -5px;
    margin-left: 100px;

}
.main3 .list{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.a1 div{
    font-size: larger;
    position: relative;
    top: 50px;
}
.a2 div{
    font-size: larger;
    position: relative;
    top: 50px;
}
.a3 div{
    font-size: larger;
    position: relative;
    top: 50px;
}
.a img{
   border-radius: 15px; 
   box-shadow: 0 0 10px;
}
.main4{
    position: relative;
    top: 200px;
    background-color: rgb(191, 187, 187);
}
.content{
    height: calc(100% - 110px);
    width: 100%;
    position: relative;
    display: flex;
}

.content-left{
    height: 100%;
    width: 40%;
    padding: 80px 100px;
}

.content-left h5{
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
}

.content-left h1{
    font-size: 55px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}

.content-left p{
    font-size: 20px;
    color: #000;
    width: 80%;
    margin-bottom: 30px;
}

 .btn{
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    border-top-left-radius: 0;
}
.content-right{
    height: 100%;
    width: 60%;
    padding: 110px 100px;
    white-space: nowrap;
    overflow-x: auto;
}

.content-right::-webkit-scrollbar{
    display: none;
}

.product{
    height: 370px;
    width: 250px;
    background-color: #1011;
    position: relative;
    box-shadow: 0 5px 10px rgba(17, 0, 17, 0.3);
    display: inline-block;
    margin-right: 20px;
    border-radius: 15px;
   
}

.product img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 20%;
}

.product h4{
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: 28%;
}

.catagory{
    position: absolute;
    bottom: 20%;
    font-weight: 500;
    text-transform: capitalize;
}

.color{
    position: absolute;
    bottom: 15%;
    font-weight: 500;
    text-transform: capitalize;
}

.price{
    font: 18px;
    position: absolute;
    bottom: 5%;
    font-weight: 600;
    text-transform: capitalize;
}
.h2{
    margin-top: 239px;
    margin-left: 50px;
    font-family: "poppins",sans-serif;
}
.main5{
    margin-left: 20px;
    margin-top: 240px;
}
.content1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    overflow: scroll;
   
}

.content1 .items img{
    width: 25vw;
    height: auto;
    padding: 7px;
}
.content1 .items .category1{
    font-size: large;
    font-weight: 500;
    color: rgb(128, 123, 123);
    padding: 5px;

}
.content1 .items .price1{
    padding: 5px;
}
.items h3{
    padding: 5px;
}
footer{
     background-color: #d6d1d1;
}
.footer{
    margin-top: 110px;
   
    font-family: "poppins",sans-serif;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer .cont a{
    text-decoration: none;
    color: rgb(120, 118, 118);
    padding: 3px;
}
.cont h4{
    padding-top: 25px;
}
.end{
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 10px;
}
