:root {
  --color-text: #1d1e1c;
  --color-background: #ffffff;
  --color-primary: #319bff;
}

.testimonial-heading {
  margin: 12rem;
}

.text-testimonial-wrap {
  margin: 16rem auto;
}

.text-testimonial {
  border-radius: 20px;
}

.testimonial-1 {
  background-color: #d3f985;
}

.testimonial-2 {
  background-color: #f1f1f1;
  transform: translateY(-6rem);
}

.testimonial-3 {
  background-color: #a6e8f6;
}

.text-testimonial ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  list-style: none;
  text-align: center;
  padding: 2rem;
}

.text-testimonial ul img {
  width: 30%;
  background-size: cover;
  border-radius: 50%;
}

.testimonial-context {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

.testimonial-name h1 {
  font-size: 1.8rem;
}

.testimonial-name p {
  margin: 0.4rem auto;
  font-size: 1.4rem;
}

/* videoo */
.video {
  margin: 16rem auto;
}

.video-wrap iframe {
  width: 100%;
  height: 40.5rem;
  border-radius: 20px;
  /* width="560"
          height="315" */
}

/* team  */
/* //////////////////////////////////////////////////////// */
.team {
  margin: 16rem auto;
}

.team-heading {
  margin-bottom: 10rem;
}

.team-wrap {
  grid-template-columns: repeat(4, 1fr);
}

.team-wrap img {
  width: 100%;
  border-radius: 20px;
}

.team-text {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background-color: var(--color-background);
  padding: 3rem 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-text h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 1rem auto;
}

.team-text p {
  font-size: 1.8rem;
}

/* //////////////////////////////////////// */
/* cta  */
/* ////////////////////////////////////////// */
.cta {
  margin: 10rem auto;
  color: var(--color-background);
}

.cta-head {
  margin-bottom: 20%;
}

.cta-wrap {
  background-color: var(--color-text);
  padding: 10rem;
  border-radius: 20px;
}

.cta-1 h3 {
  font-size: 5rem;
  font-weight: 600;
}

.cta-1 div {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.cta-1 div p {
  font-weight: 500;
  font-size: 3rem;
}

.cta-2 {
  display: flex;
  align-items: center;
}

.cta-btn:link,
.cta-btn:visited {
  text-decoration: none;
  background-color: var(--color-primary);
  color: var(--color-background);
  font-size: 1.8rem;
  padding: 2rem;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

.cta-btn:hover,
.cta-btn:active,
.cta-btn2:hover {
  background-color: var(--color-background);
  color: var(--color-text);
}

form {
  display: flex;
  flex-direction: column;
}

form input,
form textarea {
  font-size: 1.6rem;
  width: 100%;
  height: 5.2rem;
  padding: 10px;
  border: 1.6px solid var(--color-text);
  border: none;
  border-radius: 20px;
  /* color: var(--color-text); */
}

form label {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.6rem 0rem;
  color: var(--color-background);
}

.cta-btn2 {
  margin: 2rem auto;
  width: 50%;
  border: none;
  padding: 2rem 1rem;
  background-color: var(--color-primary);
  color: var(--color-background);
  font-size: 1.8rem;
  border-radius: 20px;
}

/* footer */
/* .//////////////////////////////////////////////////// */
.footer-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.footer-wrap {
  background-color: var(--color-text);
  padding: 2.4rem 3.2rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.logo-footer-wrap img {
  width: 50%;
}

.icon-white {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  gap: 2rem;
}

.icon-white a {
  color: var(--color-background);
  cursor: pointer;
}

.footer-text {
  color: var(--color-background);
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-text a {
  padding: 1rem auto;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-background);
  font-display: unset;
}

/* ////////////////////////////////////service//////////////////////////////// */

.service {
  grid-template-columns: repeat(3, 1fr);
}

.service-wrap p {
  font-weight: 800;
  font-size: 2rem;
  display: inline;
  text-align: center;
  padding: 1rem 0;
  border-radius: 20px;
  background-color: #ffffff;
}

.service-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 9.6rem;
  background-color: #e7f0f5;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 3rem;
  margin: 4rem auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
  transition: all 0.6s ease-in-out;
}

.service-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.service-context {
  font-weight: 500;
}

.service-icon-wrap {
  list-style: none;
}

.service-icon-wrap a {
  text-decoration: none;
  color: #1d1e1c;
}

.service-icon span {
  background-color: var(--color-background);
  padding: 2rem;
  border-radius: 50%;
  margin-bottom: 3rem;
}

.service-wrap:hover {
  opacity: 1;
  background-size: cover;
  transform: translateY(-1.4rem);
  box-shadow: 0 0 4px rgb(0, 0, 0, 0.1);
  background-color: transparent;
  background-position: center;
}

.service1:hover {
  background-image: linear-gradient(to right bottom, #e7f0f5, #e9f2f61e),
    url(../assest/development.png);
}

.service2:hover {
  background-image: linear-gradient(to right bottom, #e7f0f5, #e9f2f61e),
    url(../assest/marketing.png);
}

.service3:hover {
  background-image: linear-gradient(to right bottom, #e7f0f5, #e9f2f61e),
    url(../assest/design.png);
}

/* SPACING SYSTEM (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
FONT SIZE SYSTEM (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 /
  62 / 74 / 86 / 98 */

/* heading : margin :6rem  auto; */
/*   margin-bottom: 16rem; */