@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;800&display=swap');

  *{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
  }
  .slide-indicators {
    position: relative;
    text-align: center;
    left: 45%;
    transform: translateX(-50%);
  }
  .slide-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  
  .slide-indicator.active {
    background-color: #333;
  }
  #navbar>li {
    margin-right: 0px!important;
}
.imageslider{
    width: 100%;
    height:350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 90%;
}
.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 100%; 
}
.slideproduct {
    white-space: nowrap;
    margin: 0 auto;
    position: relative;
    animation: slide 5s linear infinite; 
}
.slideproduct{
    overflow-y: scroll;
}

.carousel {
    width: 100%; 
    height: auto; 
    overflow: hidden;
    position: relative;
  }
  .carousel-inner {
    display: flex;
    animation: slide 90s linear infinite;
    width: fit-content;
  }
  .postercarousel {
    display: flex;
    animation: slide 70s infinite;
    width: fit-content;
  }
  .product {
    display: flex;
    gap: 8px;
    width: 900px;
    height: 350px;
  }
  
  @keyframes slide {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateX(-400%);
    }
  }
  .poster_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider_container {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.page {
    flex: 0 0 100%;
}
.poster_slider .page img{
    width: 100%;
    height: 436px;
  }
.slider_nav {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

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

.dot.active {
    background-color: #717171;
}

/*index.css*/  
  .header{
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    z-index: 999;
    background: var(--Neutral-07, #FDFDFC);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    justify-content: space-between;
    top: 0;
    left: 0;
  }
  .logo{
    margin-left: 100px;
    padding: 20px;
    display: flex;
  }
  .cart_header {
    gap: 40px;
    padding-left: 0%;
    display: flex;
    padding-top: 30px;
}
  .login-btn{
    background: #BBA4A4;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 15px;
    margin-left: 10px;
    margin-top: -15px;
    transition: 0.5s;
    flex-shrink: 0;
  }
.searchbutton {
    background: #BBA4A4;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 15px;
    margin-left: 10px;
    transition: 0.5s;
    flex-shrink: 0;
  }
  form .post{
    display: flex;
  }
  nav ul{
    background: #FDFDFC;
    width: 100%;
    margin-top: 8px;
  }
  nav ul li{
    display: inline-block;
    list-style: none;
    margin: 25px 30px;
    color: #BBA4A4!important;
  }
  #navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s ease;
  }
  .button1 {
    background: #BBA4A4;
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 10px;
    margin: 30px 0;
    transition: 0.5s;
  }
  #navbar input {
    width: 30%;
    color: #666563;
    height: 30px;
    border-radius: 20px;
    margin-left: 25px;
    width: 382px;
  height: 40px;
  padding: 3px 12px;
  align-items: center;
  gap: 10px;
  }
  #navbar li a:hover,
  #navbar li a.active{
      color: #666563;
  }
  #navbar li a.active::after,
  #navbar li a:hover::after{
      content:"";
      width: 30%;
      height: 2px;
      background-color: #BBA4A4;
      position: absolute;
      bottom: -4px;
      left: 20px;
  }
.p1{
    padding-right:100px;
}
.searchbar{
    display: flex;
}
.category-transparent-button h4{
    color: #BBA4A4;
    font-family: 'Poppins';
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
margin-top: -13px;
text-decoration: underline;
}
span{
    color: #BBA4A4;
}

p{
    font-size: 16px;
    color: #1a1a1a;
    margin: 10px 0px 10px 0px;
}
.section-p2{
    padding: 40px 50px;
}

.section-p1{
    padding: 30px 80px;
}
body{
    width: 100%;
}
a:-webkit-any-link {
    color: inherit; 
    text-decoration: none;
}

#mobile{
    display: none;
}
#home input{
    display: none;
}
#mobile .prime{
    display: none;
}
#mobile .box{
    display: none;
} 
#mobile #product{
    display: none;
}
#mobile #banner{
    display: none;
}
#mobile #Category .roundpic{
    display: none;
}
#mobile .poster{
    display: none;
}
#mobile footer{
    display: none;
}
.prime{
    align-items: right;
    margin-left: 90px;
    width: 350px;
    height: 240px;
    flex-shrink: 0;
    padding-right: 10%;
    justify-content: right;
    border-radius: 18px;
    background: #FFF;
    position:absolute;
    display:inline;
    right: 0;
    margin-block: -50px;
    font-size: 70%;
    top: 400px;
    left: 681px;
    border-radius: 18px;
}
.prime .star{
    color: #BBA4A4;
    display: flex;
    font-size: 20px;
    padding-left: 14px;
    align-items: center;
    justify-content: space-between;
    padding-bottom:0px;
    padding-top: 0px;
}
.prime .price {
    display: flex;
    margin-left: 15px;
    align-items: center;
    padding-bottom: 8px;
}
.prime text{
    margin-left :22px;
}
.prime .price h2{
    padding-bottom: 0px;
}
.Logitech{
    margin-left: 210px;
    margin-top: -170%;
}
.prime p{
    color: #635959;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding-left: 2px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.prime h3{
    color: #333;
    font-family: 'Poppins', sans-serif;
padding-left: 14px;
padding-bottom: 0px;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0px;
width: 300px;
}
.prime .probutton p{
    color: #12BCD2;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    margin-left: 12px;
    font-weight: 500;
    line-height: normal;
}
.prime h6 {
    color: #635959;
    margin-top: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding-left: 18px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.arrow{
    margin-top: -35px;
    margin-left: 60%;
    stroke-width: 2px;
stroke: #333;
}
#sm-banner .banner-box{
    display: flex;
    flex-direction:column;
    justify-content: left;
    align-items: left;
    padding-top: 100px;
    padding-left: 180px;
    text-align: left;
    background-color: #ffffff;
    min-width: 58%;
    height: 50vh;
    background-size: cover;
    background-position: center;
}
.button1{
    background:#BBA4A4;
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 10px;
    margin: 30px 0;
    transition: 0.5s;
}
.button2{
    background:#BBA4A4;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 15px;
    margin: 0px 0px;
    transition: 0.5s;
    flex-shrink: 0;
}
.transparent-button text{
    color:#ffffff;
    padding-right: 250px;
    padding-top: 50px;
}
.banner-transparent-button h3 {
    font-size: 20px;
    color: #000000;
    padding-top: 70px;
    padding-left: 37px;
}
.row{
    display: flex;
    justify-content: space-around;
    display: flex;
    background-color:#E9E5E5;
    align-items: left;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallery{
    display: flex;
    padding-top: 20px;
    padding-bottom: 2%;
    padding-left: 1%;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 80px;
    overflow: auto;
}
.ourProcessStep {
    padding: 0px 0px 24px 0px;
    width: 255px;
    height: 340px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding-right: 0px;
  }
.ourProcessSteps {
    padding: 0px 0px 24px 0px;
    width: 305px;
    height: 340px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding-right: 0px;
}
.ourProcessStepss{
    display: flex;
    width: 104%;
    height: 146%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding-right: 0px;
}
.ourProcessStepss img {
    width: 100px;
    height: 95px;
    align-self: stretch;
    border-radius: 8px;
    padding: 0px;
}
.oourProcessSteps {
    padding: 0px 0px 24px 0px;
    width: 250px;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding-right: 0px;
  }
.ourProcessStep img {
    width: 255px;
    height: 240px;
    border-radius: 8px;
  }
.ourProcessStepsss{
    display: flex;
    width: 295%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    padding-right: 0px;
}
.textDiv p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: justify;
    color: var(--Neutral-04, #8A8885);
    font-family: "Poppins",sans-serif;
    font-style: normal;
    padding-left: 12px;
}
.textDiv h3 {
line-height: 28.5px;
text-align: left;
    color: #000000;
    font-family: "Poppins",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    padding-left: 12px;
    padding-bottom: 0px;
}

.col-2{
    font-family: 'Poppins', sans-serif;
    flex-basis:100px;
    margin-top: 150px;
    min-width:400px;
}
.col-2 img{
    max-width:200%;
    padding:40px;
    margin-bottom: 100px;
} 
.col-2 h1{
    font-size: 50px;
    font-display:50px;
    line-height: 50px;
    margin: 50px 0;
}
#box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    align-content: stretch;
    flex-direction: row;
}
#box .sub-box{
    width:375px;
    border-radius: 8px;
    border: 2px solid #BBA4A4;
    background: linear-gradient(180deg, #F9F9F9 0%, #BBA4A4 99.99%, rgba(249, 249, 249, 0.00) 100%);
    text-align: center;
    padding: 25px 0px;
    gap: 16px;
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}
.sub-box .transparent-button{
    color: #ffffff;
    margin-left: -240px;
}
#box .sub-box:hover{
    box-shadow:10px 10px 54px rgb(70, 62, 221, 0.1);
}
#box .sub-box h6{
    margin-right: 260px;
    padding-bottom: 30px;
}
#box .sub-box h5 {
    text-align: left;
    width: 50%;
    margin-left: 20px;
    padding-bottom: 5px;
}
#box .sub-box img{
    padding-left: 210px;
    margin-left: -70px;
    width: 100%;
    margin-bottom: -70px;
}
.product-transparent-button{
    color: #BBA4A4;
    align-items: right;
    padding-right: 10%;
    justify-content:right;
    margin: 10px;
    position: absolute;
    right: 0;
    margin-block: -70px;
}
.section-p1 h2{
        font-family: sans-serif;
        font-size: 32px;
        margin-top: -7px;
        margin-left: 30px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 32px;
        color: #1a1a1a;
    }
#Product .pro-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
#Product .pro{
    width: 24%;
    min-width: 250px;
    padding: 10px 12px;
    border-radius: 25px;
    cursor: pointer;
    margin:0px;
    transition: 0.2s ease;
}
#poster .poster_row {
    justify-content: space-around;
    display: flex;
    background-color: #BBA4A4;
    justify-content: space-around;
}
#Product .pro .des{
    text-align: start;
    padding: 10px 0;
}
#Product .pro h5{
    color: #000;
font-family: Poppins;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 0px;
padding: 0px;
}
#Product .pro img{
    width:100%;
    border-radius: 20px;
}
#banner{
    height: 200px;
    display: flex;
    padding-left: 110px;
    background: linear-gradient(270deg, #F9F9F9 6.87%, rgba(249, 249, 249, 0.00) 88.75%, #BBA4A4 88.75%), #BBA4A4;
    width: 100%;
}
.banner-transparent-button{
    color: #BBA4A4;
    margin-left: 200px;
    margin-top: 15px;
}
#banner h4{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
padding-top: 57px;
line-height: normal;
margin-left: -33px;
}
#banner h5 {
    margin-top: 90px;
    margin-left: -270px;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-right: 180px;
}
#banner .promotion_shop{
    padding-top :10px;
    padding-right: 10px;
}
#Category .roundpic{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 30px;
    padding-bottom: 4%;
}
#category .pic{
    width: Fixed (305px);
height: Hug (285px);
gap: 17px;
}
.roundpic h3{
    color: #000;
    text-align: center;
}
#Category h2{
    padding-bottom:40px; ;
}
#Category .pic h3{
   padding-left: 70px;
   color: #1a1a1a;
   padding-top: 20px;
}
.category-transparent-button{
    color: #BBA4A4;
    align-items: right;
    padding-right: 30px;
    justify-content:right;
    margin: 10px;
    padding-right: 7%;
    position: absolute;
    right: 0;
    margin-block: -70px;
}
#poster h1 {
    font-size: 50px;
    line-height: 64px;
    color: #1a1a1a;
}
.poster_row .right img {
    margin-left: -7%;
    margin-top: -2%;
    position: sticky;
}
#poster .normal{
    border-radius: 10px;
}
#poster .footer-button{
    background-color: #E9E5E5;
    color: #1a1a1a;
    padding-top: 50px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: 0.5s;
}
button.normal{
    font-size: 14px;
    font-weight:600;
    color: #BBA4A4;
    background-color: #E9E5E5;
    padding: 14px;
    border-radius: 1px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}
button.normal1{
    width: 167px;
height: Fixed (60.06px);
top: 203.94px;
left: 913px;
padding: 12px 40px 12px 40px;
gap: 10px;
border-radius:8px;
border: 2px 0px 0px 0px;
border-color: #FFFFFF;
opacity: 0px;
margin-top: 40px;
color: #BBA4A4;
}
.section-m1{
    margin: 14px 0;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    justify-content: left;
    align-items: left;
    height: 60vh;
    background-size: cover;
    background-position: center;
}

#home h1{
    font-family: 'Poppins';
font-size: 48px;
font-weight: 700;
width: 50%;
line-height: 72px;
letter-spacing: 0em;
text-align: left;
}
#home h5{
    padding-bottom: 30px;
    padding-top: 30px;
    font-family:'Poppins';
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    width: 35%;
}
#home{
    padding-top: 100px;
    padding-left: 150px;
    text-align: left;
    background-color: #E9E5E5;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
footer{
    display: flex;
    background-color: #BBA4A4;
    flex-wrap: wrap;
    justify-content: space-between;
    height:424px;
}
footer input{
    margin-top: 20px;
    width: 367px;
    height: 70.07px;
    top: 93.84px;
    left: 913px;
    gap: 0px;
    border-radius: 8px 8px 8px 8px;
    border: 1px 0px 0px 0px;
    border-color: #FFFFFF;
    opacity: 0px;
    padding: 20px;
}
footer .col-a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
footer .col-b{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
footer .logo{
    margin-bottom: 30px;
    margin-left: 0px;
}
footer a{
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 4px;
}
.section-f1{
    padding: 50px 80px;
    padding-left: 10%;
    width: 100%;
}
.col p{
    color: #ffffffff;
    font-family:'Poppins';
font-size: 17px;
font-weight: 400;
line-height: 25.5px;
text-align: left;
}
.col-a p{
    font-family:'Poppins';
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    color: #FFFFFF;
}
.col-b p{
    font-family:'Poppins';
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    color: #FFFFFF;
}
footer h3{
    font-family:'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.005em;
        text-align: left;
        font-family: sans-serif;
        margin-top: 0px;
        margin-left: 0px;
        padding-bottom: 10px;
        color: #ffffff;
}
.col-install {
    margin-right: 20px;
}
.col-install .normal{
    margin-top: 30px;
    width: 167px;
    height: Fixed (60.06px);
    top: 203.94px;
    left: 913px;
    padding: 12px, 40px, 12px, 40px;
    border-radius: 8px;
    border: 2px;
    gap: 10px;
}
.col-install h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.005em;
    text-align: left;
    font-family: sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    color: #ffffff;
}

.col-install p{
    font-family: 'Poppins';
font-size: 17px;
font-weight: 500;
line-height: 20.4px;
letter-spacing: 0.005em;
text-align: left;
color: #FFFFFF;

}
#last{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#last .follow i{
    color:#BBA4A4;
    padding-right: 4px;
    cursor: pointer;
}
#last h4{
    color: #BBA4A4;
    padding-right: 30px;
}
#last .copyright p{
    color: #BBA4A4;
    margin-left: 5%;
}
#last .copyright {
    color: #BBA4A4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#last .follow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 800px;
    justify-content: space-between;
    margin-top: -40px;
}

#mobile .small_logo {
    display: none;
  }

  
/* For iPads */
@media only screen and (min-device-width: 668px) and (max-device-width: 1190px) {
    .logo {
        margin-left: 70px;
        padding: 20px;
        display: flex;
    }
    .mobile {
    margin-top: -10px;
    margin-left: 0px;
    }
    #navbar>li {
        margin-right: -150px!important;
    }
    .cart_header{
        display: none;
    }
    .logo img {
    padding-left: 0px!important;
    margin-left: -50px;
    padding-right: 85px;
    margin-top: 20px;
}
    .nav-link {
        padding: 10px 20px;
        background-color: #BBA4A4;
        color: white;
        border: none;
        border-radius: 5px;
        margin-left: 200%;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
    #home {
        padding-top: 100px;
        padding-left: 110px;
        text-align: left;
        background-color: #E9E5E5;
        width: 100%;
        height: 550px;
        background-size: cover;
        background-position: center;
    }
    #home h1 {
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 700;
    width: 100%;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: left;
}
.prime {
    left: 45%;
    width:310px;
}
.Logitech img {
    display: none;
    margin-top: 543%;
    padding-right: 5%;
}
#box .sub-box img {
    padding-left: 210px;
    margin-left: -70px;
    margin-bottom: -70px;
}
#box .sub-box h6 {
    margin-right: 379px;
    margin-left: 0%;
    width: 29%;
    padding-bottom: 30px;
}
#last .follow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 450px;
    justify-content: space-between;
    margin-top: -40px;
}
footer input {
    width: 320px;
    height: 70.07px;
    top: 93.84px;
    left: 913px;
    gap: 0px;
    border-radius: 8px 8px 8px 8px;
    border: 1px 0px 0px 0px;
    border-color: #FFFFFF;
    opacity: 0px;
    padding: 20px;
}
.section-f1 {
    padding: 50px 80px;
    padding-left: 10%;
    width: 100%;
    height:0%;
}
#last .copyright p {
    color: #BBA4A4;
    margin-left: 3%;
}
#last h4 {
    color: #BBA4A4;
    padding-right: 0px;
    display: none;
}
.icon{
    margin-top: 7%;
}
}





/*media moblie-large screen*/
@media only screen and (max-width:668px) {
#mobile {
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    z-index: 999;
    /* background: var(--Neutral-07, #FDFDFC); */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    justify-content: space-between;
    top: 0;
    left: 0;
}
.slide-indicators {
    position: relative;
    bottom: -6%;
    left: 25%;
    transform: translateX(-50%);
    align-content: center;
}
.logo img{
    padding-left: 7px;
    margin-left: -190%;
    color: #BBA4A4; 
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .searchbutton {
    background: #BBA4A4;
    border-radius: 12px;
    color: #ffffff;
    padding: 3px 6px;
    margin-left: 10%;
    transition: 0.5s;
    flex-shrink: 0;
}
.logo {
    display: flex;
    margin-left: 25%;
    padding: 12px;
}
#mobile .searchbar {
    margin-top: 0px;
    width: 100%;
    display: flex;
    margin-left: -30%;
}
.header{
    display: none;
}
    nav{
        display: none;
    }
    nav ul {
        display: none;
    }
    #navbar input {
        width: 382px;
        height: 40px;
        padding: 3px 12px;
        padding-top: 20px;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        border: 1px solid #666563;
        background: var(--Neutral-07, #FDFDFC);
    }
    #home {
        padding-top: 75px;
        padding-left: 130px;
        height: 750px;
}
.mobile{
    margin-top: -10px;
}
    #mobile i{
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 12px;
    }
    #navbar li{
        display: none;
    }
    #navbar li a{
        display: none;
    }
    #navbar li a:hover,
    #navbar li a.active{
       display: none;
    }
    #navbar li a.active::after,
    #navbar li a:hover::after{
      display: none;
    }#home h1 {
        color: #333;
        width: 300px;
        margin-left: 15px;
        text-align: center;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 50px;
    }
    .button2 {
        margin: 0px 0px;
        margin-left:100px ;
    }
    .roundpic h3{
        width: 64px;
        height: 23px;
        margin-left:25px;
        font-family: 'Poppins';
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        letter-spacing: 0.04em;
        text-align: left;
    }
    .roundpic img{
        width: 124px;
        height: 124px;
        gap: 0px;
        opacity: 0px;
    }
    #home h5 {
        margin: 28px;
        width: 300px;
        margin-left: 10px;
        padding: 0px;
        text-align: center;
    }
    
    #home h6{
            padding-left:150px;
        }
.prime{
    width: 231.15px;
height: 150.84px;
top: 675.71px;
left: -55px;
gap: 0px;
border-radius: 18px 0px 0px 0px;
border: 1px 0px 0px 0px;
opacity: 0px;
    line-height: 55%;
    flex-shrink: 0;
    border-radius: 18px;
    background: #FFF;
    line-height: 55%;
}
#home .prime h6 {
    color: #635959;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding-left: 18px;
    padding-bottom: 0px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.Logitech {
    margin-left: 170px;
    margin-top: -125%;
}
.Logitech img{
    width: 150px;
    height: 150px;
}
.prime .star {
    font-size: 18px;
    margin-top: 15px;
    width: 9.224px;
    height: 10.852px;
    flex-shrink: 0;
}
.prime .price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-left: -15px;
    margin-top: 15px;
}
    .prime .price h3{
        font-size: 20px;
    }
    .prime h3{
        color: #1a1a1a;   
        font-size: 11px;     
    }
    .prime p{
        color: #333;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .prime .price h2 {
        margin-bottom:-20px ;
        margin-left: 30px;
    }
    .prime .probutton p {
        color: #12BCD2;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        margin-top: 30px;
        line-height: normal;
    }
    .prime h3 {
        color: #333;
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: -10px;
    }
    .prime .probutton{
        margin: 0px;
        right: 0;
        padding: 0;
    }
    .arrow {
        display: none;
    }
    .section-p1{
        padding:0px;
    }
    #box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap:nowrap;
        padding-top: 30px;
        margin: 0px;
        overflow: auto;
        padding: 16px;
    }
    #box .sub-box{
        width: 300px;
        height: 182.7px;
        padding-left: 10px;
        border-radius: 8px;
        border: 2px solid #BBA4A4;
        background: linear-gradient(180deg, #F9F9F9 0%, #BBA4A4 99.99%, rgba(249, 249, 249, 0.00) 100%);
    }
    #box .sub-box h5 {
        color: var(--Light-Base-Color-White, #333);
        font-size: 13px;
        font-style: normal;
        text-align: left;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
    }
    #box .sub-box h6 {
        width: 100%;
        color: var(--Light-Base-Color-White, #333);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        padding-bottom: 20px;
        margin-left: 6%;
        text-align: left;
        padding: 0px;
        color: var(--Light-Base-Color-White, #333);
        font-style: normal;
        line-height: normal;
    }
    #box .sub-box img {
        margin-left: -90px;
        margin-right: 165px;
        margin-top: -10px;
        height: 100%;
        width: 125%;
    }
    .sub-box .transparent-button {
        color: #ffffff;
        padding-right: 140px;
        margin-left: -25px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-block: 10px;
    }
    #box .transparent-button text{
            color: #FFF;
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: 0.065px;
            margin-left: -66px;
            padding: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 0px;
        }
        .category-transparent-button h4 {
            color: #BBA4A4;
            font-family: 'Poppins';
            font-size: 14px;
            font-weight: 500;
            line-height: 36px;
            text-align: left;
            margin-top: -25px;
            text-decoration: underline;
        }
    #Product .pro-container {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        overflow: auto;
    }
    .pro-container h5 {
        padding-bottom: 5px;
        padding-top: 30px;
        padding-right: 80px;
    }
    .ourProcessStep {
        padding: 0px 0px 24px 0px;
        width: 180px;
        height: 240px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
        padding-right: 0px;
    }
    .ourProcessStep img {
        width: 159px;
        height: 150px;
        border-radius: 8px;
    }
    .product-transparent-button {
        color: #BBA4A4;
        align-items: right;
        padding-right: 0px;
        justify-content: right;
        margin: 10px;
        position: absolute;
        right: 0;
        margin-block: -44px;
    }
    .slider-container {
        display: flex;
        width: 120%;
        margin: 0 auto;
        overflow: hidden;
        height: 90%;
        margin-left: -30%;
    }
    .product{
        width: 125px;
        height: 150%;
        margin-bottom: 8px;
    }
    h4{
        font-size: 15px;
        margin-top: -18px;
        padding: 0px;
    }
    h2 {
        font-size: 25px;
        color: #1a1a1a;
        padding-top: 20px;
        margin-left: 16px;
        padding-left: 0px;
        padding-bottom: 24px;
    }
    #banner .product-transparent-button{
        color: #BBA4A4;
        align-items: right;
        padding-right: 155px;
        justify-content:right;
        margin: 0px;
        position: absolute;
        right: 0;
        margin-block: 125%;
    }
    #banner {
        padding-top: 180px;
        padding-left: 300px;
        width: 357px;
        height: 368px;
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 25em;
    }
    .banner-transparent-button h3 {
        margin-top: 290px;
        color: #000000;
        align-items: center;
        margin-top: 160px;
        margin-left: -350px;
        padding-left: -3px;
        padding-top: 0px;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-right: 91px;
    }
    .promotion_shop{
        margin-left: -350px;
        margin-top: -20px;
        margin-right: -80px;
    }
    .category-transparent-button {
        
        margin-block: -50px;
    }
    #banner h4 {
        width: 400px;
        margin-top: -147px;
        margin-left: -235px;
        margin-right: -150px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        color: #000;
        text-align: center;
        font-family: 'Poppins';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
  #banner h5 {
    color: #000;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin-top: -90px;
    margin-bottom: 0px;
    margin-left: -169px;
    margin-right: 74px;
  }
    #Category h2 {
        padding-bottom: 30px;
        font-size: medium;
    }
    #Category .roundpic {
        align-items: center;
        flex-wrap:nowrap;
        overflow: auto;
        padding-bottom: 25px;
        gap: 8px;
        margin-left: 10px;
    }
    * .pic{
        margin:10px;
    }
    #Category .product-transparent-button {
        color: #BBA4A4;
        align-items: right;
        padding-right: 0px;
        justify-content: right;
        margin: 10px;
        position: absolute;
        right: 0;
        margin-block: -60px;
    }
    #poster {
        width: 100%;
    }
    .poster_slider .page img {
        width: 100%;
        height: 100%;
    }
    .slider_nav {
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-p1 h2 {
        font-family: sans-serif;
        font-size: medium;
        margin-left: 30px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 32px;
        color: #1a1a1a;
    }
    #poster h1 {
        margin-top: 0px;
        margin-left: -185px;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }
    #poster h5 {
        width: 360px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: -159px;
        margin-bottom: 20px;
        padding: 0px;
        text-align: center;
    }
    .poster_row .right img {
        display: none;
    }
    #poster button.normal {
        margin-left: -40px;
        margin-top: 20px;
        position: absolute;
        border-radius: 15px;
    }
    #Product .pro {
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #ffffff;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgb(0, 0, 0, 0.02);
        transition: 0.2s ease;
    }
    #poster .human_img{
        display: none;
    }
    footer .col-a {
        display:none
    }
    footer .footer_logo {
        margin-bottom: 30px;
        padding-top: 0px;
        padding-left: 30%;
    }
    footer p{
        font-size: 16px;
        color: #ffffff;
        margin: 15px 0 20px 0;
        padding-left: 30px;
    }
    footer{
        height: 900px;
        flex-shrink: 0;;
    }
    footer .col-b {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        padding-left:30px;
        align-items: flex-start;
    }
    footer .col-install h2 {
        width: 100%;
        padding-left: 60px;
        margin-top: 0px;
    }
    footer .col-install p {
        margin-left: -30px;
        margin-top: 28px;
        margin-bottom: 25px;
        color: #ffffff;
    }
    footer h2{
        color:#ffffff
    }
    footer input {
        width: 135%;
        padding: 20px;
        margin-bottom: 4px;
        margin-left: -20px;
        margin-top: -9px;
      }
    footer button.normal1 {
        font-size: 14px;
        font-weight: 600;
        margin-top: 12px;
        color: #BBA4A4;
        background-color: #ffffff;
        border-radius: 8px;
        border: 2px solid #BBA4A4;
        background: #FFF;
        margin-left: 85px;
        padding: 15px;
        cursor: pointer;
        border: none;
        outline: none;
        transition: 0.2s;
        width: Hug (167px);
        height: Fixed (60.06px);
        top: 203.94px;
        left: 913px;
        padding: 12px, 40px, 12px, 40px;
        border-radius: 8px;
        border: 2px;
        gap: 10px;
    }
        #last .copyright p{
            text-align: center;
            margin-left: 0px;
            padding-left: 25px;
        }
       
        #last .follow{
            display:none;
        
        }
}


/*media moblie-small screen */
@media only screen and (max-width:400px) {
    #mobile .searchbar {
        margin-top: 0px;
        width: 100%;
        display: flex;
        margin-left: -20%;
    }
    .logo img {
        margin-left: -160%;
    }
    .slide-indicators {
        position: relative;
        bottom: -7%;
        left: 25%;
        transform: translateX(-50%);
        align-content: center;
    }
    #home {
        padding-top: 50px;
        padding-left: 105px;
        height: 750px;
    }
    .prime .probutton p {
        color: #12BCD2;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        margin-top: 30px;
        line-height: normal;
    }
    .sub-box .transparent-button {
        margin-left: -25px;
    }
    .prime {
        right: 45px;
        margin-block: -60px;
        line-height: 55%;
    }
    #banner h5 {
        color: #000;
        text-align: center;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0px;
        margin-top: -90px;
        margin-bottom: 0px;
        margin-left: -169px;
        margin-right: 55px;
    }
    .ourProcessSteps {
        display: flex;
        width: 45%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
        padding-right: 0px;
    }
    #poster h1 {
        margin-left: -170px;
    }
    #poster h6 {
        margin-left: -35px;
    }
    .gallery {
        gap: 10px;
    }
    button.cart {
        width: 85px;
        margin-left: -25px;
    }
    .ourProcessStep img {
        width: 150px;
        height: 150px;
        border-radius: 8px;
    }
    .ourProcessStep {
        padding: 0px 0px 24px 0px;
        width: 45%;
        height: 240px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
        padding-right: 0px;
    }
    .promotion_shop {
        margin-left: -310px;
        margin-top: -20px;
        margin-right: -97px;
    }
    #last .copyright p {
        text-align: center;
        margin-left: 0px;
        padding-left: 10px;
    }
.logo {
    display: flex;
    margin-left: 0%;
    padding: 5px;
  }
  .logo img {
    padding-left: 0px;
    margin-top: 8%;
    margin-left: -30%;
  }
  #mobile .backarrow {
    margin-right: 15px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 10px;
  }
  footer input {
    width: 130%;
  }
    .banner-transparent-button h3 {
        margin-left: -320px;
    }
    #poster {
        width: 100%;
    }
    .poster_slider .page img {
        width: 100%;
        height: 100%;
    }
    .slider_nav {
        bottom: 0px;
    }
    #poster h5 {
        margin-left: -165px;
    }
    #poster button.normal {
        margin-left: -45px;
    }
    footer button.normal1 {
        margin-left:65px;
    }
    footer .col-install h2 {
        padding-left: 50px;
        width: 120%;
        margin-top: 0px;
    }
    .prime h3 {
        color: #1a1a1a;
        font-size: 12px;
        line-height: 12px;
    }
    #banner .product-transparent-button h4 {
        margin-top: -295px;
    }
    #poster h5 {
        margin-left: -178px;
    }
    footer input {
        width: 140%;
    }
    footer button.normal {
        margin-left: 40%;
    }
    
}

@media only screen and (max-width:350px) {
    .logo {
        display: flex;
        margin-left: 10%;
        padding: 8px;
        width: 100%;
    }
    .logo input{
        width: 80%;
    }
    .searchbutton {
        margin-right: 10px;
    }
    #home h5 {
    margin: 28px;
    margin-left: -15px;
    padding: 0px;
    text-align: center;
}
#home p{
        width: 60%;
}
#home h1 {
    width: 100%;
}
.Logitech img {
    display: none;
}
}
