@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Farro&subset=latin,latin-ext");

/* font-family: 'Poppins', sans-serif;
font-family: 'Farro', sans-serif; */

html {
  scroll-behavior: smooth;
}
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --main-dark: rgb(45, 45, 45); /* header, dark btns and all dark features*/
  --header-bg: rgb(61, 57, 55); /* main header background*/

  --primary-orange: rgb(235, 200, 88); /* orange color to btns*/
  --sec-orange: rgb(240, 201, 74); /* orange section width 1-1*/
  --dark-grey: #7e7e7e; /* blog text*/
  --bg-grey: rgb(249, 249, 249); /* greybackground->form?*/
  --datrk-orange: rgb(228, 191, 70); /* dark orange-> req it now, send req etc*/
}

body {
  padding-top: 1px;
  margin-top: -1px;
  background-color: var(--bg-grey);
}

h4,
a,
i {
  color: #ffffff;
}

h4 {
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 44px;
}

.icons a {
  display: inline-block;
  margin-right: 10px;
}

.footer-section {
  background-color: var(--header-bg);
}

.uk-list-custom {
  color: #ffffff;
}
.uk-icon {
  color: white;
}

.contact-icons {
  background-color: var(--primary-orange);
  color: var(----bg-grey);
  border-radius: 100px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 17px;
  border: none;
}

.contact-icons a {
  display: block;
}

.uk-button-default {
  height: 40px;
  color: white;
  background-color: var(--primary-orange);
  font-weight: bold;
  border: none;
}

.uk-button-default:hover {
  background-color: var(--main-dark);
  color: #ffffff;
}
.uk-input,
.uk-textarea {
  background-color: var(--bg-grey);
}

.banner-icons {
  color: var(--dark-grey);
  text-shadow: var(--bg-grey) 1px 0 10px;
  padding-bottom: 3px;
}

.upper-nav__socials {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: var(--main-dark);
}

.nav-socials__address {
  letter-spacing: 0.1rem;
  margin-right: auto;
  font-weight: 600;
}

.uk-navbar-nav > li > a {
  color: white;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0 5px;
}

.footer-icons {
  padding-top: 20px;
  margin: 0 5px;
}
.req-nav__btn {
  color: pink;
  background-color: red;
}

.nav-image {
  border: 5px solid green;
  background: linear-gradient(
    rgba(45, 45, 45, 0.9) 0%,
    rgba(45, 45, 45, 0) 100%
  );
}

.banner-icons h2 {
  font-size: 25px;
  font-weight: 400;
}
.banner-icons h3 {
  font-size: 45px;
  font-weight: 400;
}

/* images positioning   ********************/

.image-container {
  /* height: 400px; */
  position: relative;
}

@media (max-width: 768px) {
  .image-container {
    position: relative;
    width: 300px;
    max-width: 800px;
    margin: 0 auto;
  }
}

.img1 {
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.img2 {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 50px;
  left: -12px;
  width: 150px;
  height: 150px;
}

.image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* cards under built and sale section */

.uk-card_css {
  background-size: cover;
  background-position: center;
  color: white;
  /* text-shadow: 2px 2px 2px #a0a4a4; */
  text-shadow: 0 0 4px #000;

  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -50px);
}

.uk-card_css h2 {
  color: #ffffff;
  font-size: 45px;
}

.form-css {
  background-color: var(--bg-grey);
  border: 1px solid green;
}
.uk-width-expand h3 {
  font-weight: 500;
}
.uk-width-expand p {
  letter-spacing: 0.1rem;
  color: var(--primary-orange);
  /* text-shadow: 2px 2px 0px #a0a4a4; */
}
.avatar {
  width: 50px;
  height: 50px;
  border: 1px solid var(--datrk-orange);
}
.uk-list h3 {
  font-weight: 400;
  color: white;
  text-shadow: 2px 2px 0px #a0a4a4;
}
.uk-list h2 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.1rem;
  color: #ffffff;
  text-shadow: 2px 2px 0px #a0a4a4;
}

.proj_cards {
  color: white;
  margin-left: 35px;
  text-transform: uppercase;
  text-shadow: 2px 2px 11px #1c6ea4;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.proj_ico {
  color: var(--primary-orange);

  background-color: white;
  margin-bottom: 12px;
  margin-right: 15px;
  border-radius: 10px;
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
}
.check_all_bg-img {
  background-image: url("../images/welding.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  /* box-shadow */
  -webkit-box-shadow: 5px 5px 15px 5px #041130;
  box-shadow: 5px 5px 15px 5px #041130;
}

.check_all_bg-img h3 {
  color: aliceblue;
  margin-left: 150px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.check_all_bg-img h2 {
  color: aliceblue;
  margin-left: 150px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.banner-icons h5 {
  color: black;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-icons h2 {
  color: var(--dark-grey);
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.banner-icons p {
  color: var(--dark-grey);
  font-weight: 600;
  line-height: 1.5;
}

#scrollToTop {
  position: fixed;
  width: 150px;
  height: 30px;
  bottom: 45px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(202, 25, 25, 0.5);
  border-radius: 50px;
  padding: 10px;
  padding-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
}

#scrollToTop:hover {
  background-color: rgba(122, 62, 62, 0.5);
  border-color: rgba(43, 34, 34, 0.8);
}

#scrollToTop i {
  color: white;
}

#scrollDown {
  position: fixed;
  width: 150px;
  height: 30px;
  bottom: 45px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(202, 25, 25, 0.5);
  border-radius: 50px;
  padding: 10px;
  padding-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
}

#scrollDown:hover {
  background-color: rgba(122, 62, 62, 0.5);
  border-color: rgba(43, 34, 34, 0.8);
}

#scrollDown i {
  color: white;
}

.uk-notification-message-success {
  color: white;
  background-color: green;
  text-align: center;
  border: 1px solid var(--datrk-orange);
  border-radius: 5px;
}
.uk-notification-message-error {
  color: white;
  background-color: red;
  text-align: center;
  border: 1px solid var(--datrk-orange);
  border-radius: 5px;
}
