@font-face {
    font-family: "SamsungOne";
    src: url(font/SamsungOne-400.ttf);
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: "Samsung";
    src: url(Font/samsungsharpsans-medium.otf);
    font-weight: normal;
    font-style: normal;
}
  
* {
  margin: 0;
  padding: 0;
 font-family: "Samsung", sans-serif;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    color: #fff;
    padding: 5px 5px;
}
.navbar a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.logo img {
    height: 50px;
}
.navbar img {
    margin-right: 4px;
    margin-left: 4px;
}
.navbar ul {
    list-style: none;
    display: flex;
}
.cart h1{
    margin-left: 350px;
    margin-top: 150px;
    font-size: 22px;
    color: #000;
}


button{
    margin-left: 300px;
    margin-top: 60px;
    color: #000;
    background-color: white;
    font-size: 13px;
    width: 23%;
    height: 35px;
    border-radius: 20px;
    cursor: pointer;

}
.Box{
    border: 1px solid rgb(201, 201, 201);
    background-color: rgb(240, 228, 228);
    margin-left: 900px;
    margin-top: -250px;
    width: 30%;
    height: 350px;
    border-radius: 8%;
}
.Box h1{
    margin-left: 15px;
    margin-top: 18px;
    font-size: 23px;
    color: #000;
}
.Box h2{
    margin-left: 290px;
    margin-top: -30px;
    font-size: 23px;
    color: #000;
}
.ct1{
    margin-left: 17px;
    color: #3b3838;
    font-size: 11px;
    margin-top: 5px;
}
.Box hr{
    color: rgb(201, 201, 201);
    margin-top: 10px;
}

.ct2{
    margin-left:17px ;
    margin-top: 20px;
    font-size:11px ;
}
.ct3{
    margin-left: 273px;
    margin-top: -10px;
    font-size: 11px;
    color: #007bff; 
    text-decoration: underline;
}.ct4{
    margin-left:17px ;
    margin-top: 20px;
    font-size:11px ;
}.ct5{
    margin-left: 345px;
    margin-top: -10px;
    font-size: 11px;
}.ct6{
    margin-left:17px ;
    margin-top: 20px;
    font-size:11px ;
}.ct7{
    margin-left: 345px;
    margin-top: -10px;
    font-size: 11px;
    color: #007bff; 
}.ct8{
    margin-left:17px ;
    margin-top: 20px;
    font-size:11px ;
}.ct9{
margin-left: 345px;
    margin-top: -10px;
    font-size: 11px;
}
.ct10{
    margin-left: 17px;
    margin-top: 40px;
    font-size: 11px;
    width: 90%;
    border: 1px solid rgb(192, 181, 181);
    background-color: rgb(189 176 176);
    color: rgb(113 97 97);
}
.aft1{
     margin-left: 1030px;
    margin-top: 40px;
    font-size: 11px;
    margin-bottom: 20px;

}
.aft1 span{
    font-size: 11px;
    color: #007bff; 
}
.after hr{
    color: rgb(113 97 97);
    margin-left: 900px;
}
.aft2{
    margin-left: 920px;
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 20px;
}
 .aft3{
    margin-left: 920px;
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 20px;
}
.aft3 span{
    font-size: 11px;
    color: #007bff; 
    text-align: center;
}
.aft4{
    margin-left: 920px;
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 20px;
}
.aft4 span{
    font-size: 11px;
    color: #007bff; 
}
#footer-table{
    width: 100%;
    display: inline-table;
    margin-inline-start: 5%;
    margin-inline-end: 5%;
    margin-top: 50px;
  }
  #footer-table hr{
    margin-top: 20px;
    color: rgb(113 97 97);

  }
  #footer-table .text1{
   font-size: 14px;
   color: #000;
   margin-left: 50px;
  }
  
  #footer-table tr{
    position: relative;
  }
  
  #footer-table td{
    padding-bottom: 5px;
    font-size: 11px;
    left: 4%;
    border-left: 1px solid lightgrey;
    gap: 6px;
  
  }
  
  #footer-table td:first-child{
    border-left: 0;
  font-size: 11px;
  
  }
  
  #footer-table tr:first-child{
    border-top: 1px solid lightgrey;
    font-size: 11px;
  
  }
  
  #footer-table tr:last-child{
    border-bottom: 1px solid lightgrey;
    font-size: 11px;
  
  }
  
  #footer-para{
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 11px;
    gap: 5px;
    color: #4b4848;
  
  }
  #footer-para hr{
    margin-top: 20px;
    color: rgb(113 97 97);

  }
  #foot .d-flex hr{
    margin-top: 20px;
    color: rgb(113 97 97);

  }
  #foot .flexx{
    font-size: 11px;
    display: flex;
    margin-top: 40px;
    gap: 20px;
    color: #4b4848;
  
  }
  #foot .flexx1{
    font-size: 11px;
    display: flex;
    gap: 20px;
    margin-top: -5px;
    color: #4b4848;
  margin-left: 850px;
  }
  
  
  ul{
    list-style-type: none;
  }
  
  ul i{
    font-size: 20px;
  }
  