* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;

}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

  body{
    font-family: 'Source Sans Pro', sans-serif;
  }

body {
  background-color: white;
  width: 100%;
  box-sizing: border-box;


}

.first {

  width: 100%;
  height: 70px;
  background-color: black;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.first img {
  width: 130px;
  margin: 0px 10px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.first {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.flex {
  display: flex;
  justify-content: center;

}

.flex span,
i {
  color: white;

}

.logo {

  margin-right: 10px;
  justify-content: space-between;

}

.map {
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid transparent;
  border-radius: 3px;

}

.map div {
  padding: 5px;
  /* display: flex; */
  cursor: pointer;
  /* flex-direction: column; */
}

.map div span:first-child {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.map div span {
  font-weight: bold;
}

.right {
  /* border: 1px solid yellow; */
  justify-content: space-between;
  flex: 0.35;
  margin-right: 10px;
  align-items: center;

}

.input {
  font-family: 'Source Sans Pro', sans-serif;

  width: 100%;
  background-color: white;
  flex: 0.59;
  border-radius: 5px;
  display: flex;
  margin: 0 10px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.input input {
  font-family: 'Source Sans Pro', sans-serif;
  outline: none;
  width: 80%;
  font-size: 16px;
  padding: 10px 2px;
  border: none;

}

.input .fa-search {

  color: rgb(51, 51, 51);
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  background-color: rgb(211, 150, 19);
  border-radius: 0 5px 5px 0;
}

.input div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid gray;
  background-color: rgb(236, 234, 234);
  padding: 6px 0;
}

.input div span {
  border-radius: 5px 0 o 5px;
  color: rgb(51, 51, 51);
  padding: 6px 5px;
  font-size: 13px;
  cursor: pointer;

}

.input .fa-caret-down {
  color: rgb(51, 51, 51);
  cursor: pointer;
  padding: 5px;
}

.lang i {
  padding: 0;
  margin: 0;
  color: grey;
}

.lang {
  font-family: 'Source Sans Pro', sans-serif;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 1px solid transparent;
  border-radius: 3px;

}

.right img {
  /* border: 1px solid white; */
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0;
  padding-top: 10px;
  cursor: pointer;

}

.sign {
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex-direction: column;
  padding: 3px 6px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
}

.sign span:first-child {
  font-weight: 400;
  font-size: 13px;

}

.sign span {
  display: inline-block;
  font-weight: bold;
  width: 100%;
}

.flex .ac span {
  font-size: 15px;
  margin-right: 5px;
  font-weight: bold;
}

.fa-shopping-cart {
  font-size: 30px;
}

.ac {
  font-size: 14px;
  font-weight: bold;
}

.ac>i {
  color: grey;
}

.cart {
  align-items: flex-end;
  position: relative;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.cart p {
  position: absolute;
  font-weight: bolder;
  color: #714803;
  top: 5px;
  left: 25px;
}

.cart:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.logo img:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.map:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.lang:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.sign:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.lang:hover {
  border: 1px solid white;
  border-radius: 3px;

}

.input .fa-search:hover {
  background-color: rgb(219, 136, 42);
}

.input div:hover {
  background-color: rgb(211, 230, 238);
  color: black;

}

.two {
  width: 100%;
  height: 42px;
  background-color: #232f3e;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.two ul {
  align-items: center;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

.two span {
  font-size: 15px;
}

.two-1 div i {
  font-size: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;

}

.cart a {
  text-decoration: none;
  color: white;
}

.two li {
  font-weight: 800;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 5px 10px;
  font-size: 15px;
  margin: 7px 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;

}

.two-1 {
  flex: 0.20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-1 div {
  display: flex;
  align-items: center;
  padding-left: 5px;

}

.two-2 {
  display: flex;

  justify-content: flex-start;

}

.two-3 {

  flex: 0.90;
  /* border: 1px solid yellow; */
  display: flex;
  justify-content: end;
  margin-right: 20px;
  overflow: hidden;
}

.two-3 span {
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #E0E0E0;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
}

.two-1 div span {
  font-weight: 800;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 5px 10px;
  cursor: pointer;
}

.two-2>ul>li>a {
  text-decoration: none;
  color: white;
}

.two-3 i {
  color: #E0E0E0;
  margin-top: 3px;
  font-size: 25px;
}

.two-1 div:hover {
  border: 1px solid white;
}

.two-2 li:hover {
  border: 1px solid white;
}

.two-3 span:hover {
  border: 1px solid white;
}
  .slider{
    position: relative;
  }
  #logoWrapper{
    margin-bottom:20px;
    width: 20%;
  }
  #a>div{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  #a img{
    padding: 10px;
  }
  #b img{
    padding: 20px;
    width: 100%;
  }
  #d img{
    padding: 20px;
    width: 100%;
  }
  #c>div{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  #c img{
    padding: 10px;
  }
  #parent{
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    position: absolute;
    top: 430px;
  }
  #parent>div{
    width: 20%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    box-sizing: border-box;
  }
  #parent img{
    width: 85%;
  }
  #parent h2{
    padding-left: 15px;
  }
  #middle{
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-around;
    position: relative;
    top: 40px;
  }
  #middle>div{
    margin: auto;
    width: 23%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    box-sizing: border-box;
  }
  #middle>div>div{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  #middle img{
    width: 90%;
    padding: 10px;
  }
  #middle h2,p{
    padding-left: 10px;
  }
  .slider2{
    position: relative;
    top: 90px;
    width: 90%;
    margin: auto;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  }
  .slider2 img{
    /* width: 50%; */
    padding-left: 20px;
  }
  span{
    color: red;
  }
  .slide-prev{
    background-color: black;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 110px;
    left: 40px;
  }
  .slide-next{
    background-color: black;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 110px;
    left: 1250px;
  }
  #h2{
    position: relative;
    top: 70px;
    padding-left: 20px;
  }
  .slider3{
    width: 80%;
    margin: auto;
    position: relative;
    top: 110px;
    /* width: 90%; */
  }
  .slider3>img{
    width: 50%;
    margin-left: 20px;
  }
  #img{
    position: relative;
    top: 60px;
    margin-left: 170px;
  }
  .slide-previous{
    background-color: black;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 90px;
    left: 40px;
  }
  .slide-nexting{
    background-color: black;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 90px;
    left: 1250px;
  }
  .footer{
    width: 100%;
    height: 500px;
    transition: all 0.2s;
    position: relative;
    top: 100px;
    padding-bottom: 0;
}
.backtop{
    /* font-size: 15px; */
    color: white;
    text-align: center;
    height: 50px;
    background-color: #455A64;
    padding: 16px;
    cursor: pointer;
}
.backtop span{
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-weight: bold;
}
.backtop:hover{
    background-color: #78909C;
}
.detail{
    background-color: #263238;
    height: 350px;
}
.table{
    margin: 0 150px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;

}
.table div{
    width: 230px;

}
.t-head{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.table li{
    color: white;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
}