.carousel-text {
  display: inline-block;
  margin-top: 5px;
  font-family: 'Alata', sans-serif;
  ;
}

.header {
  width: 100%;
  height: 60px;
  background-color: rgb(243, 187, 139);
}

.div2 {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  background-color: #F3F3F3;
}

.div-items2 {
  cursor: pointer;
  height: 20px;
  width: 150px;
  font-size: 15px;
}

.search-item {
  margin-left: auto;
}

@media (max-width: 768px) {
  .div2 {
    display: none;
  }
}


#logo {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
  font-family: 'Lato';
}

@media(max-width:768px) {
  #logo {
    display: none;
  }
}


#logo2 {
  display: none;
  text-align: center;
  font-family: 'Lato';
  font-size: 30px;
  margin-top: 20px;

}

@media (max-width: 768px) {
  #logo2 {
    display: block;

  }
}


.container {
  margin-top: 50px;
  margin-left: 50px;

}

#img1 {
  height: 500px;
  width: 500px;
}

/*  */

.flex-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  gap: 20px;
  height: auto;
}


@media (max-width: 768px) {
  .flex-con {
    flex-direction: column;
    align-items: center;
  }
}



@media (max-width: 768px) {
  .item {
    font-size: 16px;
    width: 100%;
    padding: 10px;
  }

  #item-text {
    font-size: 14px;
  }

  .size-btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  #textr {
    font-size: 24px;
    margin: 30px 0;
  }
}


.mini-img {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  height: 150px;
  width: 430px;
  margin-top: 30px;

}

.mini-imges {
  height: 140px;
  width: 120px;
}

@media (max-width: 768px) {
  .mini-img {
    flex-wrap: wrap;
    width: 100%;
  }

  .mini-imges {
    width: 90px;
  }
}

.container2 {
  height: 500px;
  cursor: pointer;
}

/* IMage side detail */
.container {
  display: flex;
  height: 550px;
  margin-top: 20px;
  row-gap: 10px;
  padding: 10px;

}

.container,
.container2 {
  width: 90%;
  max-width: 48%;
  flex: 1;
  margin: 10px auto;
}

@media (max-width: 768px) {

  .container,
  .container2 {
    max-width: 100%;
  }
}

.item {
  height: 200px;
  width: 700px;
  border: none;
  height: 130px;
  margin-top: -10px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

#item-text {
  height: 80px;
  margin-top: 2px;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  color: grey;
}

.text2 {
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;

}

.size-selector {
  margin-top: 10px;
  margin-bottom: 10px;
}

.size-btn {
  padding: 4px 10px;
  margin: 2px;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: 50%;
  font-size: 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.size-btn:hover {
  border: 2px solid gray;
  color: black;
  transform: scale(1.1);
}

.size-btn:active {
  transform: scale(1);
}


#textr {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px
}

#chart {
  border: 1px solid blue;
  padding: 5px;
  font-size: 15px;
  color: blue;
}

#cart {
  height: 50px;
  width: 200px;
  padding: 5px;
  margin-top: 8px;
  background-color: black;
  color: white;

}


a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

.container4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 250px auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container4 {
    margin-top: 200px;
    flex-direction: column;
    align-items: center;
  }

  .item4 {
    width: 90%;
    text-align: center;
  }
}


.item4 {
  height: 300px;
  width: 250px;
}

/*  */

.light-box-2 {
  background-color: rgb(35, 35, 35);
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  padding: 40px 20px;
  border-radius: 10px;
}

.box2 {
  color: white;
}

.box2 .title {
  font-size: 24px;
  margin-bottom: 10px;
}

.box2 .subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#input {
  width: 50%;
  max-width: 200px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;

}

#signin {
  padding: 10px 20px;
  border: none;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#signin:hover {
  background-color: #ccc;
}


@media (min-width: 768px) {
  .form-group {
    flex-direction: row;
    justify-content: center;
  }

  #input {
    flex: 1;
    margin-right: 10px;
  }
}


#input {
  margin-left: 50px;
}


#signin {
  border: 2px solid white;
  color: white;
  background-color: transparent;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.col-sm-12 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;

}

#related-text {
  text-align: center;
}

.containerlast {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1250px;
  margin: 20px auto;
  padding: 0 20px;
}

.itemlast {
  margin: 10px 20px;
  flex: 1;
  min-width: 220px;
  height: auto;
  cursor: pointer;
  line-height: 1.5;
  color: rgb(98, 96, 96);
}

.row {
  margin-top: -970px;
}

.itemlast p {
  margin: 5px 0;
}

.itemlast b {
  color: black;
}

@media (max-width: 768px) {
  .containerlast {
    flex-direction: column;
    align-items: center;
  }

  .itemlast {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }

  .itemlast:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
}