* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #1f2641a8; */
  background: rgb(99, 92, 92);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1f2641de;
  background: rgba(99, 92, 92, 0.705);
}

.windows-scroll {
  background: var(--color-bg1) !important;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.425) !important;
}

a {
  color: white;
}

body {
  font-family: "Bebas Neue", cursive;
  font-family: 'Arvo', serif;
  line-height: 1.7;
  width: 100vw !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  /* width: 99.3vw; */
}

header {
  height: 100vh;
  background-image: url(../Image/image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_text {
  width: 40rem;
  margin-top: 4rem;
  font-weight: bold;
  color: white;
  font-size: 60px;
  text-align: center;
}

.heading {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-family: "Cormorant SC", serif !important;
}

.about {
  margin: 3rem auto;
  /* background: black; */
}

.container_about {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
  height: 100%;
}

.about_left {
  padding: 2rem;
  height: 70vh;
  background-image: url(../Image/construction-worker-metal-grinder-preview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
}

.about_right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  flex-direction: column;
  /* background-color: #fff; */
}

.about h2 {
  margin: 2rem 0rem;
  font-size: 40px;
}

.about p {
  font-size: 18px;
}

.service {
  margin: 2rem 0rem;
}

.container_service {
  gap: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.container_clients {
  gap: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_card {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  border-radius: 1rem;
}

.service_card:hover {
  transform: scale(1.07);
  /* background: rgba(0, 0, 0, 0.11); */
  transition: 0.2s ease-in;
}

.primary-btn {
  height: 3rem;
  width: 10rem;
  padding: 0;
  font-size: 18px;
  color: white;
  border-radius: 0px;
  background-color: rgb(0, 0, 0);
  border: 1px solid white;
}

.primary-btn a{
  color: white;
}
.primary-btn:hover a{
  color: black;
}

.primary-btn:hover {
  background-color: white;
  border: 1px solid black;
  color: black !important;
  box-shadow: 12px 7px 10px 0px rgb(0 0 0 / 50%);
  transition: 0.4s ease-in;
}

.card-img {
  height: 40vh;
  background-position: center;
  border-radius: 1rem;
  background-size: cover;
}

.client-img {
  height: 20vh;
  background-position: center;
  border-radius: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.service_name {
  margin: 0;
  font-size: 20px;
}

hr{
  border: 1px solid black;
  margin: 1rem;
}

.owners {
  height: auto;
  margin: rem auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.owners img {
  height: 15rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.contact_temp {
  /* height: 50vh; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background-color: rgba(216, 216, 216, 0.582);
}

.contact_left {
  height: 70vh;
  background-image: url(../Image/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0rem 3rem;
  background-size: cover;
}

.contact_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_right p {
  font-size: 40px;
  font-weight: bold;
}

.contact_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0rem;
}

@media screen and (max-width: 1024px) {
  body{
    width: 100vw !important;
    overflow-x: hidden !important;
  }
  html,body{
    overflow-x: hidden;
  }
  .header_text {
    width: 100% !important;
    margin:3rem 0rem !important;
    font-weight: bold;
    color: white;
    font-size: 60px;
    text-align: center;
  }
  .about_left{
    border-radius: 0;
    height: 50vh;
  }
  .about_right{
    margin: 0;
    padding: 0 1rem;
  }
  .about_right h2{
    font-size: 30px;
  }
  .header_text{
    /* background: #000; */
    font-size: 50px;
  }
  .container_service {
    gap: 2rem;
    margin: 1rem;
  }
  
  .service_card {
    /* padding: 1rem; */
    margin: 0.5rem;

  }
  .contact_temp {
    /* height: 50vh; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background-color: rgba(216, 216, 216, 0.582);
  }
  
  .contact_left {
    height: 50vh;
    width: 100%;
    background-image: url(../Image/contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    background-size: cover;
  }
  
  .contact_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .contact_right p {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
  }

  .container_about {
    flex-direction: column;
  }

  .about_left{
    width: 100%;
    margin: 0;
  }
  .about_right{
    margin: 1rem auto;
    padding: 0;
  }
  .history_left {
    display: none;
  }
}