@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/*---navbar--*/
.navbar {
  background-color: black;
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 200px;
  margin-left: 60px;
}

.navbar > ul {
  display: flex;
  list-style: none;
  gap: 70px;
}

.hom {
  color: white;
  text-decoration: none;
  list-style: none;
}

.home-link {
  color: red;
  padding-left: 250px;
  text-decoration: none;
}

.home-link:before {
  content: "•";
  right: -15px;
  top: 0;
  color: red;
}

.imgso {
  background-color: black;
}

/*---work with is--*/
.work {
  background-color: black;
}

.host {
  color: white;
  background-color: black;
  text-align: center;
}

.hos {
  background-color: black;
  width: 80%;
  padding: 126px;
}

/*---lats---*/
.container {
  max-width: 100%;
  display: flex;
}

.image-row {
  padding: 120px;
  padding-left: 200px;
  background-color: black;
}
.image-row img {
  width: 400px;
  height: auto;
}

.text-row {
  padding-top: 250px;
  padding-right: 200px;
  background-color: black;
  color: #F5F5F5;
}
.text-row h2 {
  margin-top: 10px;
}

.about-us-button {
  background-color: none; /* red background */
  color: red; /* red text */
  border-radius: 6%;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px; /* rounded corners */
}

.about-us-button:hover {
  background-color: #3e8e41; /* darker green on hover */
}

/*---our---*/
.gun {
  text-align: center;
  background-color: black;
  color: white;
  padding: 20px;
}

.flex-continer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: black;
  padding-left: 100px;
}

/*---production-area--*/
.prod {
  background-color: black;
  width: 100%;
  max-width: auto;
  padding-top: 100px;
  justify-content: center;
  padding-bottom: 100px;
  overflow: hidden;
}

.production-area {
  background-image: url("../assets/media/images/IMG.JPG");
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.production-area h2 {
  text-align: center;
  margin-top: 90px;
  font-size: 200%;
  font-family: sans-serif;
}

.prod {
  width: 100%;
  background-color: black;
}

.flex-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 400px;
}

.box {
  width: calc(29% - 50px);
  display: flex;
  padding: 10px;
}

.box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--blog--*/
.BlogUpdate {
  padding-left: 100px;
  color: white;
  background-color: black;
}

.BlogUpdate h1 {
  padding-left: 50px;
}

.contain {
  max-width: 100%;
  display: flex;
}

.image {
  padding: 50px;
  background-color: black;
}
.image img {
  width: 100%;
  max-width: auto;
  height: auto;
}

.text {
  padding-right: 80px;
  padding-top: 50px;
  padding-left: 10px;
  background-color: black;
  color: #F5F5F5;
}
.text h2 {
  margin-top: 10px;
}

.up-button {
  /* red background */
  color: red; /* red text */
  border: 1px solid red;
  padding: 10px 20px;
  background-color: black;
  font-size: 18px;
  margin: 20px;
  border-radius: 5px; /* rounded corners */
}

.up-button:hover {
  background-color: #3e8e41; /* darker green on hover */
}

/*---awards--*/
.containers {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  justify-content: center;
  padding-top: 250px;
  padding-bottom: 100px;
}

.columns {
  width: 20%;
  margin-bottom: 20px;
}

.columns-0 {
  width: 20%;
  height: 20%;
  margin-bottom: 20px;
}

.boxs-0 {
  padding: 10px;
  border: 1px solid black;
  margin-bottom: 20px;
  background-color: black;
}
.boxs-0 h1 {
  color: #F5F5F5;
  padding-top: 20px;
}

.boxs {
  padding: 10px;
  border: 1px solid black;
  margin-bottom: 20px;
  background-color: black;
}
.boxs h4 {
  color: #F5F5F5;
}

.small {
  color: rgb(232, 10, 10);
}

/*--add--*/
.big {
  background-color: black;
}

/*---WE COMBINE EXPERIENCE AND TECHNOLOGY---*/
.black {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px;
}

.small {
  color: red;
  text-align: center;
}

.white {
  -webkit-text-decoration: white;
          text-decoration: white;
  color: white;
  text-align: center;
}

.input-container {
  position: relative;
  width: 300px; /* Adjust the width as needed */
  justify-content: center;
  align-items: center;
  padding-left: 400px;
}

.signup {
  position: absolute;
  top: 0;
  left: 110%;
  width: 100px; /* Adjust the width as needed */
  height: 100%;
  background-color: pink; /* Green background */
  color: blue;
  justify-content: center;
  align-items: center;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  border: none;
  cursor: pointer;
  z-index: 1; /* Ensure button is on top of input */
}

.email-input {
  width: 100%;
  padding: 10px;
  padding-left: 100px; /* Add space for button */
  border: none;
}

.signup:hover {
  background-color: #3e8e41; /* Darker green on hover */
}

/*---footr---*/
.contain {
  /* Decrease opacity to 50% */
  background-image: url("../assets/media/images/hlo.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}

.row {
  padding: 70px;
}

.row p {
  padding-top: 20px;
}/*# sourceMappingURL=style.css.map */