
/* Apply styles to all elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body {
  font-family: 'Helvetica', sans-serif;
}

h1, h2, h3, p {
  font-family: 'Helvetica', sans-serif;
}

.bold-text {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
}

.light-text {
  font-family: 'Helvetica', sans-serif;
  font-weight: lighter;
}




#dezvoltare {
  background: #e4e4e4c7;
  font-family: 'Graphik', sans-serif;

}

.main-heading-h1 {
  padding: 6rem;
  margin-top: 60px;
}

/* ------------card------------- */
.card-no-1 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  border: none;
}

#card-contant-box {
  padding-top: 55px;
  margin: 0 auto;
  max-width: 1200px;
}

#card-contant-box h5 {
  margin-top: 30px;
  font-size: 30px;
  font-family: 'Graphik', sans-serif;
}

#card-contant-box p {
  font-size: 15px;
}

#card-contant-box button {
  margin-bottom: 60px;
  padding: 9px 25px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 12px;
  color: rgb(0, 0, 0);
  border-radius: 7px;
  background-color: transparent;
}


/* ----------------toggle--------------- */
#Toggle-contant {
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  border: none;
}

#Toggle-contant h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #004dff;
  font-family: 'Graphik', sans-serif;

}

#Toggle-contant p {
  margin-top: 15px;
  font-size: 15px;
}

#paragrabh-3 {
  text-align: right;
}

#paragrabh-3 p {
  margin-top: 0px;
  font-size: 12px;
}

#paragrabh-3 a {
  text-decoration: none;
  padding: 9px 20px;
  border: none;
  font-size: 12px;
  color: rgb(255, 255, 255);
  border-radius: 7px;
  background-color: rgb(0, 0, 0);
}

#paragrabh-2 {
  text-align: center;
}

#paragrabh-2 h5 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Graphik', sans-serif;
}

#paragrabh-2 h6 {
  margin-top: 10px;
}

#paragrabh-2 p {
  font-size: 14px;
  margin-top: -5px;
  font-weight: 500;
}

.box-contant-title {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;

}

#Toggle-contant-price {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}


/* ------------------------------ */
.container-title-with-text {
  font-family: 'Graphik', sans-serif;
  
}

.detail {
  font-size: 15px;
  color: #004dff;

}

.detail-text-color {
  color: #004dff;

}

#hide {
  display: none;
}

/* ------------------------------ */
.container-information h3 {
  font-size: 22px;
  font-weight: bolder;
 line-height: 19px;
  font-family: 'Graphik', sans-serif;

}

.container-information h5 {
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Graphik', sans-serif;

}

/* ---------price--chat----- */
.max-width {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 2rem;
}

.card-title-color {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #004dff;
  font-family: 'Graphik', sans-serif;
}

.card-text-p {
  font-size: 15px;

}

.icon-with-text {
  display: flex;
}

.icon-with-text p {
  margin-left: 5px;
  margin-top: -5px;
  font-size: 15px;
}

.title-text {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

.price p {
  margin-left: 10px;

}

.price {
  margin-top: -5px;
}

.sold-price {
  font-size: 40px;
  color: #004dff;
  font-weight: 700;
}

.main-price {
  display: flex;
}

.main-price p {
  margin-left: 10px;
  margin-top: 18px;
}

.sold-button button {
  margin-top: 10px;
  padding: 10px 30px;
  border: none;
  font-size: 12px;
  color: rgb(255, 255, 255);
  border-radius: 7px;
  background-color: #000000;
}

.sub-title {
  font-weight: 600;
}

.icon-with-text i {
  color: rgb(0, 0, 0)
}

#border-top {
  border-top: 3px solid;
  border-top-color: currentcolor;
  border-color: #a100ff;
}

.bolder-text-detail {
  margin-top: -5px;
  margin-left: 5px;
  font-family: 'Graphik', sans-serif;
  font-size: 15px;
}

#color-blue {
  color: #004dff;
}

#color-blue i {
  color: #004dff;
}

/* ------------card----------- */
.txx {
  background-color: #dedede;
  display: flex;
  justify-content: space-between;
  padding: 0rem;
  /*margin-bottom: -85px;*/

}

.card-5 {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  max-width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .card-5 {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}


.a {
  border: 1px solid #ccc;
  padding: 25px 20px;
  background-color: #fff;
  height: 280px;
}

.card1 h4 {
  font-size: 25px;
  font-weight: 900;
}

.card1 p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.card1 {
  padding: 5px 5px 0 0;
  background: linear-gradient(270deg, #a100ff 5px, transparent 0) 100% 0, linear-gradient(180deg, #a100ff 5px, transparent 0) 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-repeat: no-repeat;
  background-size: 56px 40px;
  margin-left: 10px;
  width: 50%;
}

/* -----------footer--------- */

.footer_max-2 {
  background-color: #000000;
  padding: 2rem;
}

.li-with-logo {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo-2 span {
  font-size: 50px;
  font-weight: 900;
  color: #a100ff;
  margin-left: 50px;
}

.li-with-logo ul {
  display: flex;
  margin-left: 20px;
  margin-top: 15px;
}

.li-with-logo li {
  text-decoration: none;
  list-style: none;
}

.li-with-logo ul a {
  margin-left: 60px;
  font-size: 13px;
  color: whitesmoke;
}

.s img {
  width: 35px;
}

.divider {
  background-color: #ffffff;
}

.footer_max-2 {
  background-color: #000000;
  padding: 2rem;
}

.li-with-logo-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.li-with-logo-2 ul {
  display: flex;
  margin-left: 20px;
  margin-top: 15px;
}

.li-with-logo-2 li {
  text-decoration: none;
  list-style: none;
}

.ul_12 ul li a {
  font-size: 15px;
}

.li-with-logo-2 ul a {
  margin-left: 60px;
  font-size: 13px;
  color: whitesmoke;
}

.background {
  background: black;
  margin-top: -32px;
}

.background-border {
  background-color: rgb(255, 255, 255);
  border-top: none;
  border-left: none;
  border-right: none;
}







.fa-caret-down:before {
    content: "\f0d7";
    margin-left: 5px;
}

.fa-check-circle-o:before {
    content: "\f05d";
    margin-right: 10px;
}











.button {
    background-color: white;
    color: #a100ff;
    padding: 5px 18px;
    text-decoration: none;
    border: 2px solid silver;
    /* border-radius: 5px; */
    display: inline-block;
}

.button:hover {
  background-color: black;
  color: white;
}