@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

.navbar-collapse {
  -webkit-box-flex: 0.5 !important;
      -ms-flex-positive: 0.5 !important;
          flex-grow: 0.5 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 15px 60px !important;
}

@media (max-width: 600px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 10px 10px !important;
  }
}

a.hello {
  border: none !important;
  border-bottom: 4px solid #00b10b !important;
  border-radius: 0 !important;
  text-decoration: none;
  color: white;
}

.banner {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0.83)), to(rgba(21, 21, 21, 0.798))), url(./Image/IMG-20230214-WA0000.jpg);
  background: linear-gradient(rgba(35, 35, 35, 0.83), rgba(21, 21, 21, 0.798)), url(./Image/IMG-20230214-WA0000.jpg);
  background-size: cover;
  background-color: aliceblue;
}

.nav-color {
  color: white !important;
}

.nav-item {
  color: white !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #fffde7 !important;
}

.navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.navbar-toggler {
  border: 1px solid white !important;
}

.banner-text {
  width: 100%;
  height: 100vh;
  /* background: red; */
  padding-left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 600px) {
  .banner-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.banner-text h1 {
  width: 70%;
  font-size: 4rem;
  line-height: 1;
  color: white;
  font-weight: 500;
}

.banner-text button {
  padding: 1rem 2rem;
  border: none;
  background: #00b10b;
  color: white;
  font-weight: 400;
  border-radius: 40px;
}

@media (max-width: 1200px) {
  .banner-text h1 {
    width: 80%;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 996px) {
  .banner-text h1 {
    width: 80%;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 770px) {
  .banner-text h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
  .banner-text {
    padding: 0 30px;
  }
}

.service {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
  /* background-color: aqua; */
}

.tobi {
  text-align: center;
  padding-top: 60px;
}

.tobi h2 {
  color: #00b10b;
  font-size: 4rem;
}

@media (max-width: 700px) {
  .tobi h2 {
    font-size: 2rem;
  }
}

.tobi-ser h5 {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 700px) {
  .tobi-ser h5 {
    font-size: 2rem;
  }
}

.tobi h3 {
  font-size: 2.5rem;
  width: 100%;
  padding-bottom: 30px;
  font-weight: 100;
}

@media (max-width: 700px) {
  .tobi h3 {
    font-size: 2rem;
  }
}

.tobi-ser h3 {
  font-size: 2.5rem;
  width: 100%;
  padding-bottom: 30px;
  font-weight: 100;
  color: white;
  text-align: center;
}

@media (max-width: 700px) {
  .tobi-ser h3 {
    font-size: 2rem;
  }
}

.service h4 {
  width: 50%;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}

.service-cards {
  width: 100%;
  /* height: 100%; */
  background: aqua;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-box {
  width: 310px;
  height: 300px;
  /* background: pink; */
  border: 2px solid rgba(128, 128, 128, 0.409);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .service-box {
    gap: 10px;
  }
}

.service-box:hover {
  border: 2px solid blue;
}

.service-box h3 {
  font-size: 1.3rem;
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  .service-box h3 {
    font-size: 1.1rem;
  }
}

.service-box p {
  text-align: center;
}

.service-box img {
  margin-bottom: 10px;
}

@media (max-width: 860px) {
  .service-cards {
    padding: 50px 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .service h3 {
    width: 80%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .service-cards {
    padding: 50px 30px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .service h3 {
    font-size: 1.6rem;
  }
}

.feature {
  height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-top: 70px;
  background-color: aqua;
}

.feature h3 {
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  .feature h3 {
    font-size: 1.5rem;
  }
}

.feature p {
  width: 50%;
  text-align: center;
}

.feature-card {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  padding: 0 100px;
  /* background: gray; */
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.feature-box {
  background: red;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.feature-card .feature-box:nth-child(1) {
  background: url(./Image/constructionimage1.jpg);
  background-size: cover;
  background-position: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / span 1 / span 2;
}

.feature-card .feature-box:nth-child(2) {
  background: url(./Image/Archicturalimage2.jpg);
  background-size: cover;
  background-position: center;
}

.feature-card .feature-box:nth-child(3) {
  background: url(./Image/finishingimage3.jpg);
  background-size: cover;
  background-position: center;
}

.feature-card .feature-box:nth-child(4) {
  background: url(./Image/landsaleimage4.jpg);
  background-size: cover;
  background-position: center;
}

.feature-card .feature-box:nth-child(5) {
  background: url(./Image/estateman5.avif);
  background-size: cover;
  background-position: center;
}

.feature-hover {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  /* transform: translateX(-50%, -50%); */
}

.feature-hover h3 {
  font-size: 1.4rem;
}

@media (max-width: 600px) {
  .feature-hover h3 {
    font-size: 1rem;
  }
}

.feature-hover button {
  border: none;
  background: blue;
  border-radius: 50px;
  color: white;
  padding: 0.6rem 1.2rem;
}

.feature-box .feature-hover {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-box:hover > .feature-hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .feature {
    height: 140vh;
  }
  .feature-card {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .feature {
    height: 200vh;
  }
  .feature-card {
    padding: 0 50px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .feature-card .feature-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / span 1 / span 1;
  }
  .feature p {
    width: 90%;
  }
}

.contact {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact p {
  width: 50%;
  text-align: center;
}

.contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 55%;
}

form .input-2 {
  /* width: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

form .input-2 input {
  width: 55%;
}

.contact form input {
  /* width: 50%; */
  border-radius: 40px;
  padding: 1rem 2rem;
  border: 1px solid grey;
}

.contact form input:focus-visible,
.contact form textarea:focus-visible {
  /* border: none; */
  outline: none;
}

.contact form textarea {
  border-radius: 40px;
  padding: 1rem 2rem;
  border: 1px solid grey;
}

.contact form .button {
  background: #00b10b;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact form .button:hover {
  background: none;
  border: 1px solid #00b10b;
  color: #00b10b;
}

@media (max-width: 700px) {
  .contact form input {
    /* width: 50%; */
    border-radius: 40px;
    padding: 1rem 1rem;
  }
  .contact p {
    width: 80%;
  }
}

@media (max-width: 500px) {
  form .input-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact form input {
    width: 100%;
  }
}

.about {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* padding: 20px 0; */
}

.about-text {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 20px 70px;
}

.detail-text p {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}

.about-text h3 {
  font-size: 3rem;
  font-size: 400;
}

@media (max-width: 600px) {
  .about-text h3 {
    font-size: 1.4rem;
  }
}

.about-img {
  width: 50%;
  height: auto;
  background: url(./Image/person-using-virtual-reality-goggles-3183143.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1000px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-img {
    height: 500px;
    width: 80%;
  }
  .about-text {
    width: 80%;
    padding: 20px 30px;
  }
}

.test {
  width: 100%;
  height: 100vh;
  background: red;
}

.contact form {
  width: 80%;
}

.detail {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: black;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* padding: 20px 0; */
}

.detail-text {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding: 20px 70px;
}

.detail-text p {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}

.detail-text h3 {
  font-size: 3rem;
  font-size: 400;
}

.detail-img {
  width: 50%;
  height: auto;
  background: url(./Image/aboutimage.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1000px) {
  .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail-img {
    height: 500px;
    width: 80%;
  }
  .detail-text {
    width: 80%;
    padding: 20px 30px;
  }
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding-top: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-card h3,
.team-card p {
  text-align: center;
}

.team-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-card {
  height: 600px;
  width: 350px;
  /* background: red; */
}

@media (max-width: 600px) {
  .team-card {
    height: 350px;
  }
}

.team-box .team-img1 {
  background: url(./Image/G.M.D.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img1 {
    height: 250px;
  }
}

.team-box .team-img2 {
  background: url(./Image/ADMIN.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img2 {
    height: 250px;
  }
}

.team-box .team-img3 {
  background: url(./Image/ACCT.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img3 {
    height: 250px;
  }
}

.team-box .team-img4 {
  background: url(./Image/PROJECTHEAD.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img4 {
    height: 250px;
  }
}

.team-box .team-img5 {
  background: url(./Image/MARKET.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img5 {
    height: 250px;
  }
}

.team-box .team-img6 {
  background: url(./Image/I.C.T.jpg);
  background-size: cover;
  background-position: center;
  height: 390px;
}

@media (max-width: 600px) {
  .team-box .team-img6 {
    height: 250px;
  }
}

@media (max-width: 550px) {
  .feature p {
    width: 90%;
  }
}

footer {
  background-color: #074e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* padding-top: 70px; */
  /* flex-direction: column; */
  padding: 30px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 484px) {
  footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
  }
}

.child1 {
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  color: white;
}

ul.child1 a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.child1 ul {
  list-style: none;
}

.child1 ul li a {
  text-decoration: none !important;
  color: white !important;
  list-style: none;
}

.child2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 28vh; */
  /* flex-direction: column; */
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: white;
  gap: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 10px;
}

.child3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 28vh; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 0.7;
  font-size: 13px;
}

.child3 h4 {
  font-size: 16px;
}

/* 
.child4 {
  display: flex;
  align-items: center;
  height: 28vh;
  justify-content: center;
  color: white;
} */
/*# sourceMappingURL=style.css.map */