/* #da1 {
  background-color: beige;
} */
#da2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 32vh;
}
#da3 {
  top: 40%;
  margin-bottom: 0px;
}
#da4 {
  border-top-style: solid;
}

#ca1 {
  margin-left: 47px;
}
#od1 {
  margin-left: 48px;
}
#rg1 {
  object-position: 0% 36%;
  object-fit: cover;
}
#r1{
  object-fit: contain;
}
#tc1 {
  margin-top: 0;
  font-size: large;
  font-style: italic;
}
#tc2 {
  font-size: large;
  font-style: italic;
}
#tc3 {
  font-weight: bold;
}

#da5 {
  background-color: rgb(22, 22, 22);
  border-radius: 30px;
  padding-top: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#da6 {
  margin-top: 12px;
  padding-bottom: 4px;
}

#da7 {
  padding-bottom: 0;
  margin-bottom: 0;
}

#da8 {
  color: rgb(168, 155, 155);
}
#da9 {
  color: cadetblue;
}
#da10 {
  margin: 0;
  padding: 0;
}
#da11 {
  color: rgb(31, 80, 2);
  font-weight: 700;
}
#da12 {
  color: rgb(116, 114, 114);
  font-style: italic;
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.amethyst-details-section {
  padding: 60px 20px;
  text-align: center;
}
.amethyst-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.amethyst-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.amethyst-image {
  width: 30%;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.amethyst-video {
  width: 30%;
  height: 200px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.amethyst-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.amethyst-description {
  text-align: left;
  padding: 20px;
}
.amethyst-description h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.amethyst-description p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
