@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #ffffff !important;
}

/* nav {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
} */

.nav-item a {
  font-weight: 500;
  color: rgb(2, 2, 2);
}
.contact_us_btn {
  padding: 12px 18px;
  background-color: #67b608;
  border-radius: 10px;
}
.contact_us_btn a {
  text-decoration: none;
  color: rgb(253, 252, 252);
  font-weight: 500;
}

.main_header_left {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 30px;
}

.main_header_left .welcome p {
  font-size: 35px;
  font-weight: 600;
  color: rgb(20, 20, 20);
}

.sub_welcome p {
  color: rgb(0, 0, 0);
}

.sub_pra p {
  color: rgb(0, 0, 0);
  text-align: justify;
}

@media only screen and (min-width: 600px) {
}

@media only screen and (max-width: 400px) {
  .card-head p {
    font-size: 1px;
  }
}

.contact_us_now {
  padding: 12px 18px;
  background-color: #67b608;
  position: relative;
  display: inline;
}

.contact_us_now a {
  text-decoration: none;
  color: white;
}

.services_section p {
  font-size: 35px;
  font-weight: 600;
}

#services {
  line-height: 20px;
}

.service_card {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid green; */
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 250px;
}

.service_card:hover {
  background-color: #afe969;
}

.service_card:hover .service_icon i {
  background-color: rgb(253, 253, 253);
  transition: 0.5s;
  color: black;
}

.service_card:hover .service_icons i {
  background-color: rgb(253, 253, 253);
  transition: 0.5s;
  color: black;
}

.service_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_icon i {
  padding: 15px;
  background-color: #67b608;
  position: relative;
  border-radius: 50%;
  color: white;
}

.service_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_icons i {
  padding: 15px 18px;
  background-color: #67b608;
  position: relative;
  border-radius: 50%;
  color: white;
}
.card-head p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
}

#contact {
  height: 100vh;
}

.card-des p {
  color: grey;
  display: flex;
  justify-content: center;
}

.cardlink {
  text-decoration: none;
}

.contact_section {
  line-height: 20px;
}

.form-border {
  border: 1px solid green !important;
  padding: 12px 65px 12px 65px;
  border-radius: 15px;
}

.contact_form_section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.submit_btn button {
  padding: 12px 35px;
  background-color: #67b608;
  display: inline-block;
  border: none;
  border-radius: 15px;
}

.submit {
  color: white;
}

.right_place {
  line-height: 35px;
  background-image: url(../imges/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  align-items: center;
  justify-content: center;
}

#footer {
  padding-top: 50px;
  background-color: rgb(53, 68, 44) !important;
  overflow-x: hidden !important;
}

.aboutus {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px sold green;
}

.orderlist li {
  list-style: none;
}

#social {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(54, 47, 47);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(169, 176, 176);
}

#social:hover {
  background-color: rgb(7, 115, 7);
  color: aliceblue;
  transition: 0.5s;
}

#icons a {
  text-decoration: none;
}
