/** @format */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  background-color: rgba(0, 0, 0, 0.514);
  background-image: url("/Anunturi/loop2.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto auto;
  padding: 0;
  margin: 0;
}
/* text */
.Titluadanunt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Times New Roman";
  font-size: 2rem;
}
.pozaadanunt {
  width: 15em;
  height: auto;
  padding-left: 5px;
}
.descriereadanunt {
  width: 600px;
  padding-left: 5px;
  font-size: large;
}
.descrieread {
  padding-left: 20px;
  font-size: x-large;
}
/* informatii de contac */
.informatiidecontatc {
  border-left: 5px solid brown;
  width: 300px;
  position: absolute;
  left: 1%;
  top: 83%;
}
.titluinfocontadanut {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Times New Roman";
  font-size: 2rem;
}
.numesialteinfoadan,
.numarteladan,
.orasmol,
.pretadanunt {
  font-size: large;
}
/* media */
@media screen and (max-width: 430px) {
  .Titluadanunt {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .col-4 h4 {
    font-size: larger;
  }
  .col-4 p {
    font-size: 14px;
  }
  .col-2 h1 {
    text-align: center;
  }
  .descriereadanunt {
    padding-bottom: 30px;
  }
  .informatiidecontatcr {
    top: 120%;
  }
}
/* poze mici */
.poze-mici {
  width: 300px;
}
.small-img {
  width: 90px;
  padding-left: 5px;
  cursor: pointer;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta span {
  position: absolute;
  top: 10px;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 9px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cta:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
