@font-face {
  font-family: "lato-Regular";
  font-style: normal;
  font-weight: normal;
  src: url(assets/fonts/lato/Lato-Regular.ttf) format('TrueType');
}
html,
body {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 25px;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
h1 {
  font-size: 35px;
    color: #000;
    margin: 60px 0;
    line-height: 1;
}
header {
  position: absolute;
  top: 0px;
  z-index: 10;
  left: 0;
  width: 100%;
  background: rgb(61 64 87);
}
header .header {
  max-width: 1240px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .logo {
  display: flex;
  justify-content: space-between;
}
header .header .logo img {
  width: 255px;
}
header .header .logo .mobile-menu {
  display: none;
}
header .header .nav-menu {
  display: flex;
  align-items: center;
}
header .header .nav-menu ul {
  display: flex;
}
header .header .nav-menu ul li {
  margin: 0 20px;
}
header .header .nav-menu ul li a {
  color: #fff;
  font-size: 16px;
}
header .header .nav-menu .order-coll-back {
  margin-left: 50px;
  display: inline-block;
  padding: 6px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid#fff;
}
.fixed-header {
  position: fixed;
  background: #000000d1;
}
.welcome-container .welcome-slide .slick-dots {
  bottom: 20px;
  color: #fff;
}
.welcome-container .welcome-slide .slick-dots li button::before {
  color: #fff;
}
.welcome-container .welcome-slide .slide {
  background-size: cover !important;
  height: 100%;
  display: flex;
}
.welcome-container .welcome-slide .slide .slide-opacity {
  background: #222b4ade;
  width: 50%;
  margin-top: 80px;
}
.welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 650px;
  max-width: 1240px;
  margin: 0 auto;
}
a.call-o {
    background: #ff0283 !important;
}
.welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content {
  color: #fff;
  width: 65%;
  height: 370px;
  padding: 24px;
  border-radius: 10px;
}
.welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content h2 {
  font-size: 48px;
  line-height: 1;
}
.welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content p {
  font-size: 16px;
  margin: 35px 0;
}
.welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content a {
  display: inline-block;
  padding: 12px 24px;
  background: #3abb27;
  color: #fff;
  font-weight: 600;
}
a.call-btn {
    background: #ff0283;
    color: #fff;
    padding: 4px 9px 4px 9px;
    border-radius: 20px;
    margin-top: 13px;
    display: inline-block;
}
a.call-btn-what {
    background: #43c22d;
    color: #fff;
    padding: 4px 9px 4px 9px;
    border-radius: 20px;
    margin-top: 13px;
    display: inline-block;
}
.about-us {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us .about-content {
  width: 45%;
  margin-right: 5%;
}
.about-us .about-content p {
  font-size: 14px;
  width: 90%;
}
.about-us .about-img {
  width: 50%;
}
.our-products {
  background: #f8f8f8;
  background-size: cover;
  padding: 40px 40px;
}
.our-products .our-wrapper {
  padding: 0;
  padding-bottom: 40px;
  max-width: 1240px;
  margin: 0 auto;
}
.our-products .our-wrapper .product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  width: 94%;
  margin: 0 auto;
}
.our-products .our-wrapper .product-cards .card img {
  height: 270px;
}
img.call {
    width: 50px;
}
.our-products .our-wrapper .product-cards .card .card-info h2 {
  margin: 20px 0;
  font-size: 24px;
}
.our-products .our-wrapper .product-cards .card .card-info p {
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.our-materials {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
}
.our-materials .material-title {
  display: inline-block;
  margin: 0;
}
.our-materials .material-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}
.our-materials .material-cards .card img {
  height: 350px;
  margin-top: 20px;
}
.our-materials .material-cards .card p {
  font-size: 14px;
  width: 90%;
}
.our-materials .material-cards .card h2 {
  border-bottom: 3px solid#000;
  padding-bottom: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact {
  background: #f8f8f8;
}
.contact .contact-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0px;
}
.contact .contact-container .contact-coll {
  margin-top: 60px;
}
.contact .contact-container .contact-coll h2 {
  margin: 10px 0;
  font-size: 24px;
}
.contact .contact-container .contact-coll form {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.contact .contact-container .contact-coll form input {
  font-size: 16px;
  border: none;
  padding: 20px 30px;
  margin: 12px 0;
  background: #fff;
  outline: none;
}
.contact .contact-container .contact-coll form input::placeholder {
  font-size: 16px;
}
.contact .contact-container .contact-coll form input[type='submit'] {
  color: #fff;
  background: #000000;
  font-size: 18px;
}
.contact .contact-container .contact-adress ul li {
  margin: 16px 0;
}
.contact .contact-container .contact-adress ul li i {
  margin-right: 20px;
  color: #002b8b;
}
.contact .contact-container .contact-adress ul li a {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}
a.footer-whats {
    color: #39ba26;
}
footer {
  background: #001544;
}
footer ul {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
footer ul li {
  margin-right: 30px;
  color: #fff;
}
footer ul li img {
  margin-right: 40px;
  width: 150px;
}
@media only screen and (max-width: 766px) and (min-width: 240px) {
  header .header {
    padding: 0 20px;
    height: 60px;
    flex-direction: column;
    height: auto;
  }
  header .header .logo {
    width: 100%;
    align-items: center;
    padding: 10px 0;
  }
  header .header .logo .mobile-menu {
    display: flex;
  }
  header .header .logo .mobile-menu span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
  }
  header .header .logo .mobile-menu span::after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    top: 6px;
    position: relative;
    border-radius: 5px;
  }
  header .header .logo .mobile-menu span::before {
    content: '';
    display: block;
    position: relative;
    top: -8px;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
  }
  header .header .nav-menu {
    display: none;
  }
  header .header .nav-menu ul {
    flex-direction: column;
  }
  header .header .nav-menu ul li {
    margin: 20px 0;
  }
  header .header .nav-menu ul li a {
    font-size: 22px;
  }
  header .header .nav-menu .order-coll-back {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
    border-bottom: 1px solid#000;
    text-align: left;
    padding-bottom: 10px;
  }
  .welcome-container .welcome-slide {
    height: 500px;
  }
  .welcome-container .welcome-slide .slide .slide-opacity {
    width: 100%;
    margin: 0px;
  }
  .welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper {
    height: 500px;
    align-items: flex-end;
  }
  .welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content {
    margin: 0 auto;
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
  .welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .welcome-container .welcome-slide .slide .slide-opacity .slide-wrapper .slide-content a {
    position: relative;
    top: 0;
    left: 0;
  }
  .about-us {
    margin: 0px;
    flex-direction: column;
    padding: 0px;
  }
  .about-us .about-content {
    width: auto;
    margin: 0 20px;
  }
  .about-us .about-content h1 {
    margin: 40px 0;
  }
  .about-us .about-content p {
    font-size: 16px;
    width: auto;
  }
  .about-us .about-img {
    margin-top: 10px;
    width: 100%;
  }
  .our-products {
    padding: 1px 0px;
    padding-bottom: 40px;
  }
  .our-products .our-wrapper .our-title {
    margin: 0px 20px;
  }
  .our-products .our-wrapper .our-title h1 {
    margin: 40px 0;
  }
  .our-products .our-wrapper .product-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .our-products .our-wrapper .product-cards .card {
    padding-bottom: 10px;
  }
  .our-products .our-wrapper .product-cards .card h2 {
    font-size: 20px;
  }
  .our-materials {
    padding: 0 20px;
  }
  .our-materials .material-cards {
    grid-template-columns: auto;
  }
  .our-materials .material-cards .card img {
    height: auto;
  }
  .our-materials .material-cards .card p {
    width: 100%;
  }
  .contact {
    padding: 0 20px;
  }
  .contact .contact-container {
    flex-direction: column;
  }
  .contact .contact-container .contact-coll {
    width: 100%;
  }
  .contact .contact-container .contact-coll form {
    width: 100%;
  }
  footer ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    height: auto;
  }
  footer ul li {
    margin: 0px;
    font-size: 16px;
  }
}
