@font-face {
  font-family: Satoshi;
  src: url(../fonts/Satoshi-Variable.ttf);
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body > * {
  font-family: Fira Sans;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 27px 25px 0px 25px;
  /* width: calc(100% - 25px - 25px); */
  background-color: #f7f7f7;
}

.main {
  width: 100%;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {
  display: block;
}

.mobile-navbar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.navbar-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.navbar-buttons .buttons {
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  gap: 10px;
}

.main-logo {
  display: inline-flex;
  padding: 20px 20px 25px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 37.55px 37.55px;
  background: #fff;
  position: absolute;
  top: 0;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.navbar-buttons button {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  border: none;
}

.wish-list {
  background: #fff;
}

.navigation-btn {
  background: #00b742;
  box-shadow: 0px 10px 20px 0px rgba(0, 183, 66, 0.25);
}

.section {
  margin-top: 50px;
}

.history p {
  color: #595959;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  font-family: Satoshi;
}

.main-title-green {
  color: #00b742;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  max-width: 310px;
  margin-bottom: 50px;
}

#main-image {
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}

#thumbnail-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px;
}

.thumbnail {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  object-fit: cover;
}

.thumbnail:hover {
  opacity: 0.7;
}

.buttons .arrow {
  background: #00b742;
  border: none;
  width: 45px;
  height: 45px;
}

.buttons .arrow.arrow-prev {
  border-radius: 10px 0px 0px 10px;
}

.buttons .arrow.arrow-next {
  border-radius: 0px 10px 10px 0px;
}

.main-gallery-content {
  position: relative;
  height: 310px;
}

.main-gallery-content .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  /* position: absolute;
  bottom: 15px;
  right: 15px; */
  /* margin-top: -60px;
    margin-right: 10px; */
}

#image-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 10px;
}

.dog-description {
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Satoshi;
}

.more-details {
  border-radius: 10px;
  background: #ededed;
  border: none;
  display: inline-flex;
  height: 40px;
  padding: 14.5px;
  justify-content: center;
  align-items: center;
  color: #595959;
  font-size: 15px;
  font-family: Satoshi;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
}

.order-btn {
  border-radius: 10px;
  background: #ff9500;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(255, 149, 0, 0.2);
  display: flex;
  /* max-width: 310px; */
  width: 100%;
  /* height: 60px; */
  padding: 21.5px 0px 21.5px 24.5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  font-family: Satoshi;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.btn-arrow {
  border-radius: 0px 10px 10px 0px;
  background: #ffa01a;
  display: flex;
  padding: 24px 26.47px;
  max-height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.content-2 {
  margin-top: 60px;
}

.h2 {
  color: #fff;
  font-family: Fira Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0px 0px 35px;
}

#description-dog-breed {
  border-radius: 10px;
  background: #00b742;
  padding: 35px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

#description-dog-breed .breed-details {
  font-family: Satoshi;
  display: flex;
}

.reviews-title {
  color: #00b742;
  margin: 0px 0px 40px;
}

.content-3 {
  margin-top: 60px;
}

.review {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tracks {
  margin-bottom: 15px;
}

.person-name {
  color: #595959;
  max-width: 77vw;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 23.3px;
  gap: 4px;
  padding-top: 23px;
  padding-right: 26px;
}

.txt-review p {
  color: #595959;

  font-family: Satoshi;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 23.3px; /* 166.429% */
}

.reviews-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  gap: 16px;
}

.review-form {
  max-width: calc(100% - 25px - 25px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-form label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  color: #595959;
  font-family: Satoshi;

  width: 100%;
}

.review-form input,
.review-form textarea {
  display: flex;
  width: 100%;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  border-radius: 10px;
  background: #f5f5f5;
  border: none;
}

.review-form input::placeholder,
.review-form textarea::placeholder {
  color: #595959;
  font-family: Satoshi;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.content-4 {
  margin: 40px 0 60px;
}

.review-form-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.cancel.form-button,
.form-button {
  padding: 21.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: none;
  font-family: Satoshi;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  max-width: 147.5px;
  width: 100%;
  cursor: pointer;
}

.cancel.form-button {
  background: #ededed;
  color: #595959;
}

.form-button {
  background: #00b742;
  color: #fff;
}

.footer {
  background: #00b742;
  height: 449px;
  width: 100%;
}

#moreText {
  display: none;
}

/* Home page */
.body-homepage .header {
  /* background-image: url('./images/header-bg.jpg'); */
  border-radius: 10px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.25) 100%
    ),
    url("../images/header-optimised.jpg"),
    lightgray -165.961px 0px / 207.071% 100% no-repeat;
  background-blend-mode: multiply, normal;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 428px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.main-title-white {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  max-width: 310px;
  margin-bottom: 50px;
  text-align: center;
  max-width: calc(100% - 21px - 21px);
}

.body-homepage .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.body-homepage .navbar {
  margin-bottom: 15px;
}

.body-homepage .search-text {
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.body-homepage .submit-btn {
  padding: 17.13px;
  border-radius: 10px;
  background: #00b742;
  box-shadow: 0px 10px 20px 0px rgba(0, 183, 66, 0.25);
  margin: 7.5px 7.5px 7.5px 0;
  border: none;
}

.search {
  border-radius: 10px;
  background: #fff;
}

.search .tb {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 20px;
  padding-left: 24px;
}

.search .tb input {
  border: none;
  background-color: transparent;
  max-width: 153px;
}

.body-homepage .section-home {
  margin-bottom: 57px;
}

.second-title-green {
  color: #00b742;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 0;
}

.body-homepage .card .dog-img {
  background-position: center;
  border-radius: 10px 10px 0px 0px;
  height: 150px;
  width: 100%;

  background-size: cover;
}

.body-homepage .card.one .dog-img {
  background-image: url("../images/CiobanescBelgian.png");
}

.body-homepage .card.two .dog-img {
  background-image: url("../images/CiobanescGerman.jpg");
}

.body-homepage .card.three .dog-img {
  background-image: url("../images/CiobanescBelg.jpg");
}

.body-homepage .card.four .dog-img {
  background-image: url("../images/BorderCollie.jpg");
}

.body-homepage .card.five .dog-img {
  background-image: url("../images/JackRussel.png");
}

.body-homepage .card.six .dog-img {
  background-image: url("../images/Amstaff.png");
}
.body-homepage .card.seven .dog-img {
  background-image: url("../images/beagle-2.jpg");
}

.body-homepage .dog-name {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

.body-homepage .dog-name {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
}

.body-homepage .dog-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  min-height: calc(122px - 20px);
  justify-content: space-between;
}

.body-homepage .card {
  max-width: 140px;
  min-height: 318px;
}

.body-homepage .btn-see-more {
  box-shadow: 0px 7.5px 15px 0px rgba(0, 183, 66, 0.25);
  border-radius: 7px;
  background: #00b742;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 23.333px;
  padding: 13px;
  width: 110px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.body-homepage .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.body-homepage .best-sellers-container {
  margin-bottom: 42px;
}

.body-homepage .btn-more-breeds {
  border-radius: 10px;
  background: #00b742;
  box-shadow: 0px 10px 20px 0px rgba(0, 183, 66, 0.25);
  border: none;
  display: inline-flex;
  height: 50px;
  padding: 20.067px 17px;
  justify-content: center;
  align-items: center;
  gap: 19.5px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.333px;
  cursor: pointer;
}

.body-homepage .see-more-breeds {
  display: flex;
  justify-content: center;
}

.body-homepage .benefit {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 20px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: calc(126.66px - 15px - 15px);
  max-height: calc(152px - 20px - 20px);
  width: 100%;
  align-content: center;
}

.body-homepage .benefit .title-benefit {
  margin: 0;
  text-align: center;
  color: #595959;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
}

.body-homepage .benefits-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.section-home.green-section {
  width: 100%;
  border-radius: 10px;
  background: #00b742;
  padding: 27px 30px;
}

.section-home.how-to-order .txt-order {
  color: #fff;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.7px;
  margin: 0;
  padding: 0;
}

.section-home.how-to-order .txt-order.order-desc {
  margin-bottom: 25px;
}

.section-home.how-to-order .steps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section-home.how-to-order .step {
  color: #fff;
  font-family: Fira Sans;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}

.section-home.quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.second-title-green.quote {
  line-height: 34px;
  font-style: italic;
}

.section-home.quote .name-author {
  color: #595959;
  text-align: right;
  font-family: Satoshi;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  bottom: 8px;
  right: 0;
  margin: 0;
}

.section-home.contact .h2 {
  margin-bottom: 35px;
}

.section-home.contact .contact-btn {
  border-radius: 10px;
  background-color: #ebfff2;
  display: flex;
  padding: 0px 0 0px 22px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
}

.section-home.contact .buttons-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section-home.contact .contact-btn a {
  color: #00b742;
  background-color: #ebfff2;
  border-radius: 12.5px;
  font-family: Satoshi;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.section-home.values .title-value {
  margin: 0;
  color: #00b742;
  font-family: Fira Sans;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
}

.section-home.values .txt-values {
  margin: 0;
  margin-top: 11px;
  color: #595959;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.3px;
}

.section-home.values .main-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.section-home.values .value {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.section-home.values .value#onestitate {
  padding: 0 0 18px;
}

.rotate-image {
  transform: rotate(180deg);
}

#txt-onestitate,
#txt-respect,
#txt-responsabilitate,
#txt-evolutie {
  display: none;
}

.body-homepage .img-dog-waist {
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
  width: 139px;
  height: 139px;
}

.body-homepage .img-dog-waist.mini-toy-img {
  background-image: url("../images/mini-toy.jpg");
}

.body-homepage .img-dog-waist.medium-waist-img {
  background-image: url("../images/talie-medie.jpg");
}

.body-homepage .img-dog-waist.big-waist-img {
  background-image: url("../images/talie-mare.png");
}

.body-homepage .details-waist {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
}

.body-homepage .details-waist h3 {
  color: #595959;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
  max-width: 99px;
}

.body-homepage .item-waist {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 139px;
  margin-right: 10px;
}

.body-homepage .reviews-content.multiple-reviews {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: calc(100% + 25px);
}

.body-homepage .review {
  /* height: 284px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  padding: 30px;
  position: relative;
  margin-right: 10px;
}

.body-homepage .review .person-name {
  width: 100%;
  text-align-last: end;
}

.body-homepage .multiple-items {
  width: calc(100% + 25px);
}

.body-homepage .navbar-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

.body-homepage .mobile-navbar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* max-width: calc(100% - 10px - 10px); */
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.body-homepage .main-logo {
  margin-left: 10px;
  border-radius: 0px 0px 5000px 5000px;
}

.body-homepage .wish-list {
  background: #fafafa;
}

.hidden {
  display: none !important;
}

.section-thank-you .h1-title-green{
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.section-thank-you .bank-details{
  text-align: center;
  margin-bottom: 50px;
}

.section-thank-you .bank-details h3{
  margin-bottom: 20px;
}

