@import url("../common.css");

#one {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

#two {
  display: flex;
  gap: 20px;
}

.cardImage {
  display: flex;
  justify-content: right;
  border: 4px solid black;
}

.youtube {
  display: flex;
  justify-content: center;
}

.content {
  padding: 0 20px;
}

html,
body {
  background-color: rgb(236, 222, 222);
  padding: 0;
  max-width: 1200px;
  margin: auto;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dias-one {
  display: flex;
  justify-content: center;
}

#dias-two {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}

#dias-main {
  display: flex;
  gap: 55px;
}

#dias-dias {
  display: flex;
  gap: 55px;
}

#dias-four {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  text-align: center;
}

h2 {
  margin: 24px 0 24px 0;
}

p {
  margin: 24px 0 24px 0;
  font-size: 20px;
}

#dias-aidos {
  display: flex;
}

#dias-midos {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  body {
    text-align: center;
  }
  #dias-main {
    flex-direction: column;
    align-items: center;
  }
  #dias-four {
    flex-direction: column;
    align-items: center;
  }
  #dias-aidos {
    flex-direction: column;
    align-items: center;
  }
  #two {
    flex-direction: column;
    align-items: center;
  }
  iframe {
    margin-top: 12px;
    width: 90%;
  }
}

#product-image {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.sub-item > h1 {
  font-size: 20px;
  margin: 0;
}

.sub-item > p {
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #product-image {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }
  .sub-item > h1 {
    font-size: 25px;
  }
  .sub-item > p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  #product-image {
    width: 600px;
    height: 500px;
  }
  .sub-item > h1 {
    font-size: 30px;
  }
  .sub-item > p {
    font-size: 20px;
  }
}

.aidos-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}

.testimonials {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 0;
  display: flex;
  align-items: center;
  border: none !important;
}

.testimonials > img {
  border: none !important;
}
.testimonials {
  width: full;
  display: flex;
  justify-content: center;
}

#links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}

#links a {
  text-decoration: none;
  color: black;
}

#Narynqol {
  border-radius: 1000px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blueviolet;
  color: white;
  margin-top: -25px;
  padding-left: 4px;
}

#links button {
  height: 50px;
  border: none;
}
#logo-image {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

@media (min-width: 1024px) {
  #links {
    font-size: 30px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  #links {
    font-size: 25px;
  }
  #Narynqol {
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }
}
