@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Qwitcher+Grypen:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.SignUp-Btn {
  background-color: #1f1f1f;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  padding: 9px 22px;
  font-size: 16px;
  cursor: pointer;
}
.nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #545454;
}
.navbar-brand img {
  width: 140px;
  height: 32px;
}
/* Home */
.Home {
  margin-top: 38px;
}
.Home .H2-Home {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 70px;
}
.Home .p-Home {
  color: #545454;
  font-weight: 400;
  font-size: 23px;
  margin: 30px 0px;
}
.Rates {
  display: flex;
  margin-top: 70px;
  gap: 20px;
  margin-top: 60px;
  color: #545454;
  font-size: 24px;
  font-weight: 400;
}
.Images-Home {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.Images-Home img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .Images-Home {
    max-width: 100%;
  }

  .Images-Home img {
    max-width: 100%;
    height: auto;
  }
}

/* ------------------------ */
/* Services Section */
.Services {
  margin: 80px 0px 20px 0px;
}
.Services .Title-Service {
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.Services .Title-Service::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

.Services .Card-Services {
  display: flex;
  gap: 17px;
}
.Services .Img-Services {
  width: 72px;
  height: 70px;
}
.Services .Img-Services img {
  width: 100%;
}
.Services .Info-Services {
  display: flex;
  flex-direction: column;
}
.Services .Info-Services h3 {
  font-weight: 600;
  font-size: 20px;
  color: #1f1f1f;
}
.Services .Info-Services p {
  font-weight: 400;
  font-size: 14px;
  color: #545454;
  display: flex;
  width: 70%;
  flex-wrap: wrap;
}
/* --------------------- */
/* Designing 1 */
.DesigningOne {
  margin-bottom: 50px;
}
.img-Designing {
  border-radius: 4px;
}
.img-Designing img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}

.img-Designing1 img {
  height: 620px !important;
  width: 100%;
  object-fit: cover;
}
.Text-Designing h2 {
  font-weight: 600;
  font-size: 40px;
}
.Text-Designing p {
  font-weight: 400;
  margin: 15px 0px;
  font-size: 18px;
  color: #545454;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button::before {
  content: "+";
  font-size: 25px;
  font-weight: 500;
  color: black;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease, content 0.3s ease;
}
.accordion-button[aria-expanded="true"]::before {
  content: "-";
}
.accordion,
.accordion-item,
.accordion-button {
  border: none !important;
  color: #1f1f1f;
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item {
  border-bottom: 1px solid rgba(128, 128, 128, 0.751) !important;
}
/* ------------------------ */
/* Designing Two */
.DesigningTwo {
  margin: 100px 0px !important;
}
.icon-container {
  background-color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  position: relative;
}
.icon-container1 {
  background-color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
}
.icon-container::after {
  content: "";
  position: absolute;
  bottom: -90px;
  width: 2px;
  height: 70px;
  background-color: grey;
  margin-top: 33px;
}

.fa-solid {
  color: white;
  font-size: 16px;
}
.TextIcons h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
}

.TextIcons p {
  color: #545454;
  font-size: 18px;
  font-weight: 450;
}
/* Subscribe */
.TextSubscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.TextSubscribe h1 {
  font-weight: 600;
  font-size: 45px;
  width: 75%;
  text-align: center;
  color: #1f1f1f;
}
.TextSubscribe p {
  color: #545454;
  font-weight: 400;
  margin-top: 15px;
  font-size: 23px;
  width: 70%;
  text-align: center;
}
.BoxEmail {
  display: flex;
  align-items: center;
  border: 1px solid none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 380px;
  margin-top: 20px;
  position: relative;
  top: 30px;
}

.BoxEmail input[type="email"] {
  flex: 1;
  padding: 12px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #555;
}

.BoxEmail input[type="email"]::placeholder {
  color: #aaa;
}

.Subscribe-Btn {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.Subscribe-Btn:hover {
  background-color: #333;
}
/* Footer */
footer {
  margin-top: 10px;
  background-color: #1f1f1f;
  color: #aaa;
  padding-top: 100px;
}
footer p:hover {
  cursor: pointer;
}
.iconsFooter {
  margin-top: 30px;
}
.textFooterLeft {
  margin-top: 30px;
  color: #d1d1d1;
  font-size: 19px;
  font-weight: 300;
  width: 70%;
}

/* Customers */
.Box-Customers h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  position: relative;
}

.OpinionCustomers {
  display: flex;
}
.Text-Opinion {
  display: flex;
  flex-direction: column;
}
.Customers .Box-Customers {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 40px;
}
.Customers .Box-Customers h3 {
  margin: 0 !important;
  padding: 0 !important;
}
.Customers .Box-Customers p {
  font-size: 22px;
  font-weight: 400;
}
.Customers .Box-Customers .OpinionCustomers .imgOpin img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.Text-Opinion {
  display: flex;
  flex-direction: column;
}
.Text-Opinion h4 {
  font-size: 25px;
  font-weight: 600;
}
.Text-Opinion p {
  color: grey;
  font-size: 16px;
  font-weight: 400;
}

.image-complecate img {
  width: 100%;
}

.arrow-buttons {
  display: flex;
  gap: 10px;
}

.arrow {
  background-color: grey;
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.arrow:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.arrow:active {
  transform: scale(0.95);
}

.Customers {
  position: relative;
  z-index: 0;
}

.ZIndexCards {
  z-index: 1;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.Box-Customers {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 40px;
  max-width: 400px;
  min-width: 300px;
  max-height: 470px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 790px) {
  .Box-Customers2 {
    display: none;
    margin-top: 40px;
  }
  .TextCustomes{
    display: none !important;
  }
  .arrow {
    margin-top: 80px;
  }
}
