@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,500&display=swap');
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: rgb(213, 210, 210);
  font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
header {
  display: inline-block;
  position: relative;
}
.navbar {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 18px;
  padding: 0 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: top 0.5s ease-in-out;
  opacity: 0.9;
  overflow: hidden;
}
.navbar a {
  font-family: serif;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
}
.navbar a.navbar-brand {
  display: flex;
  flex-wrap: wrap;
  float: left;
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.navbar a.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  margin: 0 2px;
}
.navbar ul {
  float: right;
  list-style: none;
  height: inherit;
  line-height: inherit;
  padding: 0 50px;
  margin-top: -50px;
  margin-right: 20px;
}
.navbar ul li {
  display: inline-block;
}
.navbar ul li a {
  display: block;
  text-align: center;
  padding: 0 20px;
  font-size: 24px;
}
.navbar ul li a:hover {
  color: rgba(255, 255, 255, 0.856);
}
.navbar .navbar-toggler {
  display: none;
}
i.fas {
  font-size: 2rem;
  color: yellow;
}
.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.logo img {
  width: 120px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
#showcase {
  background: url('../img/crane4.jpg') no-repeat 0 -400px;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  height: 750px;
  margin-top: 80px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #333;
}
#showcase h1 {
  margin-top: 400px;
  font-size: 72px;
  color: rgb(238, 109, 23);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
#showcase p {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 100px;
}
#showcase a {
  font-size: 20px;
  color: #fff;
}
section#section-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

section#section-a ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

section#section-a li {
  width: 25%;
  display: inline-block !important;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
}
section#section-a li img {
  width: 100%;
  min-height: 315px;
  margin: 40px 0;
  border: 1px solid #333;
  border-radius: 2px;
}

.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
footer {
  width: 100%;
  height: auto;
  border-top: 1px solid orange;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.single-footer {
  width: 33%;
  float: left;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.single-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-footer li {
  display: inline-block;
  padding: 10px;
}
.single-footer ul a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.single-footer a {
  color: rgb(238, 189, 66);
}
.single-footer p {
  width: 70%;
  font-size: 20px;
}
.single-footer i {
  font-size: 48px;
  color: rgb(199, 158, 53);
  /* margin-right: -80px; */
}
footer {
  position: relative;
  width: 100%;
  height: 250px;
  bottom: 0;
  z-index: 1;
  background-color: #262626;
}
.copy-text {
  position: absolute;
  width: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 1.2em;
  text-align: center;
  bottom: 0;
}
.copy-text a {
  color: rgb(238, 189, 66);
}
/* Services Section */
section#services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  margin-top: 140px;
  margin-bottom: 140px;
  justify-items: center;
  position: relative;
  overflow: hidden;
}
h1.service-h3 {
  font-size: 36px;
  font-weight: 600;
  color: orangered;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  letter-spacing: 0.2rem;
}
.services-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.service-info p {
  text-align: center;
  margin-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.service-info li {
  font-size: 1.7rem;
}

.service-info2 p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.service-info2 ul {
  display: inline-block;
}
.service-info2 li {
  margin: 0 20px;
  font-size: 1.7rem;
}

.services-info ul li {
  font-size: 1.2rem;
  font-family: serif;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services-info li {
  float: left;
  /* margin-left: 18%; */
}

.service-info img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  border-radius: 5px;
}

/* About Section */
section#about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  margin-top: 140px;
  margin-bottom: 140px;
  justify-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
section#about span {
  color: orangered;
  font-size: 20px;
  font-weight: bold;
}
.about-us {
  display: inline-block;
  width: 95%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
img.p-img {
  width: 65% !important;
  height: 320px;
}
.about-us img {
  margin-top: 60px;
  z-index: 10;
  width: 100%;
  border: 2px solid #333;
  border-radius: 5px;
}
.about-us p {
  font-size: 1.6rem;
  padding: 60px 40px;
  text-align: left;
  text-indent: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: -80px;
}

/* Contact Section */
section#contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
section#contact .container {
  display: inline-block !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
.row {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
section#contact .container img {
  position: relative;
  width: 47%;
  margin-top: 10px;
}
#form_container {
  padding: 15px 15px;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #333;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .navbar a.navbar-brand {
    display: flex;
    flex-wrap: wrap;
    float: left;
    height: inherit;
    line-height: inherit;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
  }
  .logo img {
    width: 30%;
  }
  #showcase {
    background: url('../img/crane4.jpg') no-repeat 0 -400px;
    background-position: 100% 100%;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 80px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #333;
  }
  #showcase h1 {
    margin-top: 400px;
    font-size: 55px;
    margin-bottom: 10px;
  }
  #showcase p {
    font-size: 20px;
  }
  .service-info2 {
    margin-top: 40px;
    margin-left: -60px;
  }
  section#section-a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    width: 100%;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  section#section-a ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  section#section-a li {
    width: 50%;
    display: inline-block !important;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }
  section#section-a li img {
    width: 100%;
    min-height: 415px;
  }
  .p-img {
    display: none;
  }
  .row {
    display: block !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
  section#contact .container img {
    width: 100% !important;
  }
  #form_container {
    width: 100% !important;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar ul {
    padding: 0 10px;
  }
  .navbar ul li a {
    min-width: 100px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.9);
    /* height: auto; */
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
  }
  .navbar ul.open {
    max-height: 100vh;
  }
  .navbar ul li {
    width: 100%;
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
  }
  .navbar ul li a {
    padding: 0;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    height: 40px;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    /* border: none; */
    /* border-radius: 4px; */
    outline: none;
    padding: 0 5px;
    cursor: pointer;
  }
  .navbar .navbar-toggler span,
  .navbar .navbar-toggler span::before,
  .navbar .navbar-toggler span::after {
    display: block;
    content: '';
    background-color: #fff;
    height: 3px;
    width: 28px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
  }
  .navbar .navbar-toggler span::before {
    transform: translateY(-8px);
  }
  .navbar .navbar-toggler span::after {
    transform: translateY(5px);
  }

  .navbar .navbar-toggler.open-navbar-toggler span {
    /* transform: rotate(90deg); */
    background-color: transparent;
    /* transform: scale(0.85) rotate(270deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::before {
    transform: translateY(0px) rotate(45deg);
    /* transform: translateY(0px) scale(0.75) rotate(45deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::after {
    transform: translateY(-3px) rotate(-45deg);
    /* transform: translateY(-3px) scale(0.75) rotate(-45deg); */
  }
  .logo img {
    /* display: none; */
  }
  footer {
    height: 300px;
  }
  .copy-text {
    display: block;
    margin-top: 40px !important;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 60%;
  }
  .logo a {
    width: 100%;
    float: left;
    margin-left: -40px;
  }
  .navbar ul li {
    margin-top: 80px;
  }
  .navbar li a {
    border-bottom: 1px dashed #eee;
  }
  #showcase h1 {
    margin-top: 300px;
    font-size: 55px;
    margin-bottom: 10px;
  }

  .service-info {
    margin: 20px auto;
  }
  .service-info li {
    width: 90%;
  }
  .service-info img {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .about-us p {
    font-size: 1.4rem;
    padding: 30px 40px;
    text-align: left;
    text-indent: 1rem;
  }
  section#section-a li {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }
}

@media (max-width: 541px) {
  .logo {
    width: 80%;
  }
  .logo a {
    width: 100%;
    float: left;
    margin-left: -40px;
  }
  .navbar a.navbar-brand span {
    font-size: 22px;
    font-weight: 700;
    margin: 0 2px;
  }
  .logo img {
    display: none;
  }
  #showcase {
    height: 450px;
    min-height: 400px;
    text-align: center;
    color: #333;
  }
  #showcase h1 {
    margin-top: 250px;
    font-size: 40px;
    margin-bottom: 10px;
  }
  footer {
    height: auto;
  }
  .single-footer {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .single-footer p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .single-footer i {
    margin-bottom: 80px;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .logo {
    width: 80%;
  }
  .logo a {
    width: 100%;
    float: left;
    margin-left: -40px;
  }
  .navbar a.navbar-brand span {
    font-size: 22px;
    font-weight: 700;
    margin: 0 2px;
  }
  .logo img {
    display: none;
  }
  .service-info {
    margin: 20px auto;
  }
  .service-info li {
    width: 90%;
  }
  .service-info img {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .about-us {
    display: block;
    width: 100%;
  }
  .about-us img {
    width: 90% !important;
  }
  .about-us p {
    font-size: 1.4rem;
    padding: 30px 40px;
    text-align: left;
    text-indent: 1rem;
  }
  section#section-a li img {
    width: 90%;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    display: block !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
  section#contact .container img {
    width: 90% !important;
  }
  #form_container {
    width: 80% !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media (max-width: 300px) {
  #showcase {
    height: 450px;
    min-height: 400px;
    text-align: center;
    color: #333;
  }
  #showcase h1 {
    margin-top: 150px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .navbar a.navbar-brand {
    font-size: 10px;
  }
}
