@import'https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap';

* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}


/*well_done html div text*/

.text{
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  padding: 20px;
  color: #000;
  font-family:'Times New Roman', Times, serif;
  font-size: 25px;
  line-height: 1.5;
  word-spacing: -1px;
  
}

.text > p {
  margin-top: 10px;
}

#nav-bar {
  color:white;
}
   
html {
  max-width:1920px;
  min-height:1080px;
  background-color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400; /* Regular is 400, Bold is 700, and Regular Italic is 400*/
}
body{
  width: 100%;
}

#page-wrapper {
  position: relative;
}

header {
  background-color: #333333;
  background: linear-gradient(135deg, #1a1a1a, #2c3e50); /* Gradient from dark gray to dark blue */
  color: #ffffff; /* White text for contrast */
  width:100%;
  position:fixed;
  top: 0;
  padding: 0px 10px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}



#header-img {
  width:20px;
  height:auto;

}

.logo-and-h1 {
  display:inline-flex;
  align-items: center;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}



.ul-stlying {
  display:inline-flex;
  align-items: center;
}

 .ul-stlying > li {
  list-style:none;
  margin-right:5px;
  font-weight: 700;
  font-size: 20px;
}

  .ul-stlying > li > a {
  text-decoration:none;
  color:white;
}

.sidebar_two{
  display: none;
  background-color: white;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
}

.sidebar_two > ul {
  width: 100%;
  list-style-type: none;
  padding: 20px;
}

ul h1{
  text-align: center;
}

.sidebar_two {
  padding: 10px;
}

.shopping_cart{
  padding: 10px;
}
.sidebar_button{
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.button {
  padding:10px 20px;
  text-align:center;
  border:none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1em;
  
}
.remove-item:hover{
  color: white;
}


.button:hover, .remove-item:hover{
  background-color: #171d28;
}

.remove-item{
  background-color: transparent;
  color: #000;
  padding:0;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  margin-left:2px;
}



#hero{
  margin-top:100px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.inline{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}



#hero > .search-container-customize > .inline > p{
  color:rgb(0, 0, 0);
  word-wrap: break-word;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 20px;
}

.bat-form{
  display: none;
  flex-direction: column;
  align-items:flex-start;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.name, .email{
  margin-bottom: 10px;
}

textarea{
  margin-top: 10px;
  min-width: 400px;
  min-height: 200px;
}
.inline{
  display: flex;
  align-items: center;
  gap: 10px;
}

#hero input[type='email text ']{
  max-width: 275px;
  width: 100%;
  padding: 5px;
}


button {
  min-width: 80px;
  margin-top: 10px;
}


#hero input[type='submit'] {
  max-width: 150px;
  width: 100%;
  height: 35px;
  margin: 15px 0;
  border: 0;
  color:#ffffff;
  background: linear-gradient(135deg, #1a1a1a, #2c3e50);
  font-weight: 700;
  font-size: 0.8rem;
}

#hero input[type='submit']:hover {
  background-color: #060606;
}

.svg{
  color: white;
}
.container {
  width:60vw;
  margin: 0 auto;
}


.material-symbols-outlined {
  color:rgb(169, 159, 24);
  font-weight: 400;
  font-size: 3rem;
  margin:0px 20px 0px 0px;
}

h3 {
  margin:20px 0px 10px 0px;
}

p { 
  font-size: 0.9em;
}


.shipping {
  display:flex;
  align-items: center;
}


.material-symbols-outlined {
  margin:20px 20px 0 0;
  font-size:5rem;
  flex: centera;
  display: flex;
  align-items: center;
}


#About{
 padding: 10px;
 width:100%;
 height:auto;
}
details{
  margin:50 0 0 0;
  text-align: center;
}

details{
 margin: 10px 0 10px 0;
}

details:hover {
  cursor:pointer;
}

iframe{
  width:64vw;
  height:100vh;
}

figcaption{
  font-weight: 700;
}


.three_deals {
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  width:60vw;
  margin: 0 auto;
  text-decoration:none;
  list-style:none;
}

.three_deals span {
  display: none;
  width: 100%;
  color: rgb(21, 218, 21);
}

.box {
  border-style:solid;
  border-color:black;
  border-radius: 4px;
  cursor: pointer;
  border-width:1px;
  padding:40px;
  margin:0px 0 0 0;
  font-weight: 700;
}

.box .li{
  margin:30px 0 0 0;
  text-align: center;
  font-weight: 400;
}

.box .price {
  margin-top: 5px;
  text-align: center
}

.box li a {
  font-size: 0.9em;
  margin-top:20px;
}

.option{
  display: flex;
  background-color: green;
  width: 100%;
  padding: 10px;
}


footer {
  background-color:#D3D3D3;
  width:60vw;
  max-width: 100%;
  text-align: center;
  margin: 30px auto 0; 
  
  padding: 20px;
  box-sizing: border-box;
}


footer > ul {
  display:flex;
  justify-content:flex-end;
  list-style-type: none;
}

footer > ul > li {
   padding: 0 0 0 15px;
   
}

footer > ul > li > a {
  text-decoration:none;
  color:black;

}

footer > span {
  margin-top: 6px;
  display:flex;
  justify-content:flex-end;
  font-size: 0.9em;
  color: #444;
}

.select {
  background-color: #333333;
  color:#ffffff;
}

.boxs-titile{
  text-align: center;
  margin: 0 auto; 
}

.boxs-li{
font-size: 0.9em;
color: #444;
font-weight:400;
}

.help {
  padding:10px;
}

.sidebar > ul {
  width:100%;
  list-style:none;
}


.sidebar > ul > li {
 height: 50px;
 width:100%;
}

.price, .li{
  list-style-type:none;

}
.sidebar > ul > li > a {
  color:white;
  height:100%;
  width:100%;
  padding:0 30px;
  text-decoration:none;
  display:flex;
  align-items:center;
}


.sidebar {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: #333333;
  display: none;
  flex-direction: column;
}

.barger_icon, .x_icon{
  fill:white;
  cursor: pointer;
}

@media screen and (min-width: 785px) and (max-width: 1089px) {
  footer{
    margin-left: 217px;
    margin-right: 0;
  }
}
@media(max-width: 790px) {
  .hideOnMobile{
    display: none;
  }

  iframe{
    width: 300px;
    height: 300px;
  }
  

  .three_deals {
    display: flex;
    flex-direction: column;
  }
  
  body{
    margin-top: 0;
    
  }
  .container {
    margin: 0 auto;
    
  }
  
}

@media(min-width: 790px){
  .barger_icon{
    display: none;
  }
  
}

@media(max-width: 418px){
  footer > ul{
    display: flex;
    flex-direction: column;
  }

  footer > ul > li{
    padding: 5px 0;
  }

  footer span:nth-of-type(2){
    margin: 0;
    text-align: center;
    
  }

  footer > span > p{
    width: 100%;
    margin: 0;
  }

  footer > span > a {
    margin: 0;
  }
}