@import url("./theme.css");

/* :root {
    --primary-color: #0b0726;
    --secondary-color: #e1b353;
    --tertiary-color: #6a4b09;
    --quaternary-color: #fff;
    --primary-text-color: #050313;
    --bg-color: #eeeeee;
  } */

.aboutText {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.aboutText > p {
  font-size: 2.85rem;
}

.aboutFeat {
  border-radius: 1rem;
  background: var(--quaternary-color);
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.02);
  padding: 1rem;
  width: 48%;
  margin-right: 1rem;
  transition: all 0.3s ease-in-out;
}

.aboutTextSec {
  display: flex;
  gap: 15px;
}

.digitAbout {
  color: var(--secondary-color);
  font-family: "Space Grotesk";
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid black;
  border-radius: revert;
  background-color: var(--bg-main);
}

textarea {
  width: 100%;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid black;
  border-radius: revert;
  background-color: var(--bg-main);
}

.inpSec > label {
  color: #898989;
  font-family: "Space Grotesk";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.socialSecAbout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--bg-secondary);
  border-top-left-radius: 1.27rem;
  border-bottom-left-radius: 1.27rem;
  padding: 3rem;
}

.eachSocio {
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
  cursor: pointer;
}

.eachSocio p a {
  color: #fff;
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
}

.eachSocio:hover .iconEach {
  color: var(--primary-color); /* Change the color on hover */
}

.aboutSecBan {
  background-image: url(../assets/imgs/c_b_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 10rem;
}

.SolPageSecBan {
  background-image: url(../assets/imgs/options_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 10rem;
}
